diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3078b11..85cb44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/rubykatzen/flightdeck/compare/v1.0.0...v1.1.0) (2026-08-29) + + +### Features + +* format deploy and renovate notifications ([#179](https://github.com/rubykatzen/flightdeck/issues/179)) ([6722ae4](https://github.com/rubykatzen/flightdeck/commit/6722ae441f73081f80c6ed7633ee82d8037ed21c)) + ## [1.0.0](https://github.com/rubykatzen/flightdeck/compare/v0.11.1...v1.0.0) (2026-08-28) diff --git a/README.md b/README.md index a2a90a5..955a74c 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.0.0 - - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v1.0.0 + ref: v1.1.0 + - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v1.1.0 with: paths: apps bundle-name: flightdeck-apps.zip - release-tag: v1.0.0 + release-tag: v1.1.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.0.0 - - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v1.0.0 + ref: v1.1.0 + - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v1.1.0 with: - release-tag: v1.0.0 + release-tag: v1.1.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.0.0 + - uses: rubykatzen/flightdeck/.github/actions/deploy@v1.1.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@v0.17.0 + uses: rubykatzen/baseline/.github/actions/send-telegram-message@v1.1.0 with: message: ${{ steps.deploy.outputs.telegram-message }} telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }} @@ -373,7 +373,7 @@ jobs: -The `@v1.0.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.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. #### `deploy.yml`