diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf5f1fb..7e23a4f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d960ea2..061fca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/rubykatzen/flightdeck/compare/v0.6.2...v0.6.3) (2026-08-24) + + +### Bug Fixes + +* add rybbit's missing redis dependency, stop renaming clickhouse's default user ([#145](https://github.com/rubykatzen/flightdeck/issues/145)) ([dfeb5dd](https://github.com/rubykatzen/flightdeck/commit/dfeb5dddcb2071d473cb2210b26b032e806a3402)) + ## [0.6.2](https://github.com/rubykatzen/flightdeck/compare/v0.6.1...v0.6.2) (2026-08-24) diff --git a/README.md b/README.md index e2cefee..aba1c9a 100644 --- a/README.md +++ b/README.md @@ -286,12 +286,12 @@ Builds a zip archive from caller-selected paths, rejects runtime state and env f steps: - uses: actions/checkout@v7 with: - ref: v0.6.2 - - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v0.6.2 + ref: v0.6.3 + - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v0.6.3 with: paths: apps bundle-name: flightdeck-apps.zip - release-tag: v0.6.2 + release-tag: v0.6.3 token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -311,10 +311,10 @@ A thin defaults wrapper around `build-bundle`: `paths` defaults to `apps`, `bund steps: - uses: actions/checkout@v7 with: - ref: v0.6.2 - - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v0.6.2 + ref: v0.6.3 + - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v0.6.3 with: - release-tag: v0.6.2 + release-tag: v0.6.3 token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -337,7 +337,7 @@ Tailscale is optional, not a dependency of this workflow: set `tailscale-oauth-c ```yaml jobs: deploy: - uses: rubykatzen/flightdeck/.github/workflows/deploy-shared.yml@v0.6.2 + uses: rubykatzen/flightdeck/.github/workflows/deploy-shared.yml@v0.6.3 with: hosts: '["deploy@app1.example.com", "deploy@app2.example.com"]' # required JSON array app-refs: '["rubykatzen/flightdeck@latest"]' # required non-empty JSON array @@ -354,7 +354,7 @@ jobs: -The `@v0.6.2` pin on the `uses:` line only controls which ref runs `deploy/deploy.py` itself. `app-refs` entries are separate and don't have to match the workflow pin. +The `@v0.6.3` pin on the `uses:` line only controls which ref runs `deploy/deploy.py` itself. `app-refs` entries are separate and don't have to match the workflow pin. ## License