From 2b42f004ae90faa1439e66618acb03c92b071923 Mon Sep 17 00:00:00 2001 From: Yuriy Kirillov Date: Sun, 30 Aug 2026 12:45:29 +0200 Subject: [PATCH] chore: release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 18 +++++++++--------- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cb44e..7c4b2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/rubykatzen/flightdeck/compare/v1.1.0...v1.2.0) (2026-08-30) + + +### Features + +* report renovate service versions ([#181](https://github.com/rubykatzen/flightdeck/issues/181)) ([5582880](https://github.com/rubykatzen/flightdeck/commit/5582880f42ebea20e9b1f66c8202c724d93d598a)) + ## [1.1.0](https://github.com/rubykatzen/flightdeck/compare/v1.0.0...v1.1.0) (2026-08-29) diff --git a/README.md b/README.md index 955a74c..02ca3fe 100644 --- a/README.md +++ b/README.md @@ -294,12 +294,12 @@ Builds a zip archive from caller-selected paths, rejects runtime state and env f steps: - uses: actions/checkout@v7 with: - ref: v1.1.0 - - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v1.1.0 + ref: v1.2.0 + - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v1.2.0 with: paths: apps bundle-name: flightdeck-apps.zip - release-tag: v1.1.0 + release-tag: v1.2.0 token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -319,10 +319,10 @@ A thin defaults wrapper around `build-bundle`: `paths` defaults to `apps`, `bund steps: - uses: actions/checkout@v7 with: - ref: v1.1.0 - - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v1.1.0 + ref: v1.2.0 + - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v1.2.0 with: - release-tag: v1.1.0 + release-tag: v1.2.0 token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -352,7 +352,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: rubykatzen/flightdeck/.github/actions/deploy@v1.1.0 + - uses: rubykatzen/flightdeck/.github/actions/deploy@v1.2.0 id: deploy with: target-manifest: targets/mainframe.yml # required, path in this repository @@ -363,7 +363,7 @@ jobs: # tailscale-oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }} # required only if tailscale-oauth-client-id is set # tailscale-tags: tag:ci # default: tag:ci - name: Notify Telegram - uses: rubykatzen/baseline/.github/actions/send-telegram-message@v1.1.0 + uses: rubykatzen/baseline/.github/actions/send-telegram-message@v1.2.0 with: message: ${{ steps.deploy.outputs.telegram-message }} telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }} @@ -373,7 +373,7 @@ jobs: -The `@v1.1.0` pin on the `uses:` line only controls which ref this action's own code runs at. `target-manifest`'s own `app_refs` entries are separate and don't have to match it. +The `@v1.2.0` pin on the `uses:` line only controls which ref this action's own code runs at. `target-manifest`'s own `app_refs` entries are separate and don't have to match it. #### `deploy.yml`