From 3dc9ffff14dedd9ef1f8d5232358c0e4cab354e5 Mon Sep 17 00:00:00 2001 From: Yuriy Kirillov Date: Mon, 24 Aug 2026 23:13:47 +0200 Subject: [PATCH] chore: release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 16 ++++++++-------- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a31bc..c472b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/rubykatzen/flightdeck/compare/v0.7.0...v0.8.0) (2026-08-24) + + +### Features + +* support literal values in vault manifests, use for DISABLE_SIGNUP ([#150](https://github.com/rubykatzen/flightdeck/issues/150)) ([c6e7d26](https://github.com/rubykatzen/flightdeck/commit/c6e7d2646f354ea150ec6941c8960560d3e0f0af)) + ## [0.7.0](https://github.com/rubykatzen/flightdeck/compare/v0.6.3...v0.7.0) (2026-08-24) diff --git a/README.md b/README.md index 9e1996e..35c9bac 100644 --- a/README.md +++ b/README.md @@ -290,12 +290,12 @@ Builds a zip archive from caller-selected paths, rejects runtime state and env f steps: - uses: actions/checkout@v7 with: - ref: v0.7.0 - - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v0.7.0 + ref: v0.8.0 + - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v0.8.0 with: paths: apps bundle-name: flightdeck-apps.zip - release-tag: v0.7.0 + release-tag: v0.8.0 token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -315,10 +315,10 @@ A thin defaults wrapper around `build-bundle`: `paths` defaults to `apps`, `bund steps: - uses: actions/checkout@v7 with: - ref: v0.7.0 - - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v0.7.0 + ref: v0.8.0 + - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v0.8.0 with: - release-tag: v0.7.0 + release-tag: v0.8.0 token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -341,7 +341,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.7.0 + uses: rubykatzen/flightdeck/.github/workflows/deploy-shared.yml@v0.8.0 with: hosts: '["deploy@app1.example.com", "deploy@app2.example.com"]' # required JSON array app-refs: '["rubykatzen/flightdeck@latest"]' # required non-empty JSON array @@ -358,7 +358,7 @@ jobs: -The `@v0.7.0` 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.8.0` 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