From cf049969902399a76200ebe927962d4adadcb214 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Tue, 24 Jun 2025 19:37:19 +0100 Subject: [PATCH 1/3] Add release please configuration --- .github/workflows/conventional-commit.yml | 29 + .github/workflows/release-please.yml | 18 + .release-please-manifest.json | 1 + CHANGELOG.md | 1303 +++++++++++++++++++++ release-please-config.json | 62 + 5 files changed, 1413 insertions(+) create mode 100644 .github/workflows/conventional-commit.yml create mode 100644 .github/workflows/release-please.yml create mode 100644 .release-please-manifest.json create mode 100644 CHANGELOG.md create mode 100644 release-please-config.json diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml new file mode 100644 index 00000000..facc6f6e --- /dev/null +++ b/.github/workflows/conventional-commit.yml @@ -0,0 +1,29 @@ +name: Conventional Commit + +on: + pull_request: + types: + - edited + - opened + +jobs: + conventional-commit: + name: Conventional Commit + runs-on: ubuntu-latest + steps: + - name: Check PR Conventional Commit title + uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + types: | # mirrors changelog-sections in the /release-please-config.json + feat + fix + infra + ci + docs + deps + perf + refactor + test + chore diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 00000000..968c75be --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,18 @@ +name: Update release PR + +on: + push: + branches: + - main + +permissions: + contents: write + pull-requests: write + +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: googleapis/release-please-action@v4 + with: + token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }} diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 00000000..74c4a941 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1 @@ +{">": "0.74.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b2360fd8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,1303 @@ + +# [flagsmith-0.74.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.74.0) - 2025-04-22 + +## What's Changed +* fix: Add all resources to release namespace by [@rolodato](https://github.com/rolodato) in [#355](https://github.com/Flagsmith/flagsmith-charts/pull/355) +* feat: Expose Prometheus metrics. Add `serviceMonitor` option for use with Prometheus Operator by [@rolodato](https://github.com/rolodato) in [#357](https://github.com/Flagsmith/flagsmith-charts/pull/357) +* feat: Add global image options by [@rolodato](https://github.com/rolodato) in [#354](https://github.com/Flagsmith/flagsmith-charts/pull/354) +* feat: `exec` liveness probes by [@rolodato](https://github.com/rolodato) in [#361](https://github.com/Flagsmith/flagsmith-charts/pull/361) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.73.1...flagsmith-0.74.0 + +[Changes][flagsmith-0.74.0] + + + +# [flagsmith-0.73.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.73.1) - 2025-04-15 + +Flagsmith + +[Changes][flagsmith-0.73.1] + + + +# [flagsmith-0.73.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.73.0) - 2025-04-14 + +Flagsmith + +[Changes][flagsmith-0.73.0] + + + +# [flagsmith-0.72.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.72.1) - 2025-04-10 + +Flagsmith + +[Changes][flagsmith-0.72.1] + + + +# [flagsmith-0.72.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.72.0) - 2025-04-09 + +Flagsmith + +[Changes][flagsmith-0.72.0] + + + +# [flagsmith-0.71.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.71.0) - 2025-02-27 + +Flagsmith + +[Changes][flagsmith-0.71.0] + + + +# [flagsmith-0.70.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.70.0) - 2025-02-11 + +Flagsmith + +[Changes][flagsmith-0.70.0] + + + +# [flagsmith-0.69.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.69.1) - 2025-02-05 + +Flagsmith + +[Changes][flagsmith-0.69.1] + + + +# [flagsmith-0.69.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.69.0) - 2025-01-30 + +Flagsmith + +[Changes][flagsmith-0.69.0] + + + +# [flagsmith-0.68.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.68.0) - 2025-01-22 + +Flagsmith + +[Changes][flagsmith-0.68.0] + + + +# [flagsmith-0.67.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.67.1) - 2025-01-21 + +Flagsmith + +[Changes][flagsmith-0.67.1] + + + +# [flagsmith-0.67.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.67.0) - 2025-01-20 + +Flagsmith + +[Changes][flagsmith-0.67.0] + + + +# [flagsmith-0.66.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.66.0) - 2025-01-20 + +Flagsmith + +[Changes][flagsmith-0.66.0] + + + +# [flagsmith-0.65.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.65.0) - 2025-01-17 + +Flagsmith + +## What's Changed +* fix: Add missing SSE ingress by [@rolodato](https://github.com/rolodato) in [#306](https://github.com/Flagsmith/flagsmith-charts/pull/306) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.64.0...flagsmith-0.65.0 + +[Changes][flagsmith-0.65.0] + + + +# [flagsmith-0.64.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.64.0) - 2025-01-15 + +Flagsmith + +[Changes][flagsmith-0.64.0] + + + +# [flagsmith-0.63.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.63.0) - 2025-01-08 + +Flagsmith + +## What's Changed +* feat: Add SSE service by [@rolodato](https://github.com/rolodato) in [#302](https://github.com/Flagsmith/flagsmith-charts/pull/302) + +## New Contributors +* [@rolodato](https://github.com/rolodato) made their first contribution in [#302](https://github.com/Flagsmith/flagsmith-charts/pull/302) + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.62.0...flagsmith-0.63.0 + +[Changes][flagsmith-0.63.0] + + + +# [flagsmith-0.62.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.62.0) - 2025-01-02 + +Flagsmith + +[Changes][flagsmith-0.62.0] + + + +# [flagsmith-0.61.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.61.0) - 2024-12-05 + +Flagsmith + +[Changes][flagsmith-0.61.0] + + + +# [flagsmith-0.60.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.60.0) - 2024-11-15 + +## What's Changed +* feat: Allow including extra `spec` keys for deployments by [@khvn26](https://github.com/khvn26) in [#292](https://github.com/Flagsmith/flagsmith-charts/pull/292) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.59.1...flagsmith-0.60.0 + +[Changes][flagsmith-0.60.0] + + + +# [flagsmith-0.59.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.59.1) - 2024-10-03 + +## What's Changed +* fix: secret warning being shown by [@kagia](https://github.com/kagia) in [#269](https://github.com/Flagsmith/flagsmith-charts/pull/269) + +## New Contributors +* [@kagia](https://github.com/kagia) made their first contribution in [#269](https://github.com/Flagsmith/flagsmith-charts/pull/269) + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.59.0...flagsmith-0.59.1 + +[Changes][flagsmith-0.59.1] + + + +# [flagsmith-0.59.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.59.0) - 2024-09-24 + +Flagsmith + +[Changes][flagsmith-0.59.0] + + + +# [flagsmith-0.58.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.58.0) - 2024-09-04 + +Flagsmith + +[Changes][flagsmith-0.58.0] + + + +# [flagsmith-0.57.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.57.0) - 2024-08-30 + +Flagsmith + +[Changes][flagsmith-0.57.0] + + + +# [flagsmith-0.56.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.56.0) - 2024-08-23 + +Flagsmith + +[Changes][flagsmith-0.56.0] + + + +# [flagsmith-0.55.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.55.0) - 2024-08-23 + +Flagsmith + +[Changes][flagsmith-0.55.0] + + + +# [flagsmith-0.54.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.54.0) - 2024-08-22 + +Flagsmith + +[Changes][flagsmith-0.54.0] + + + +# [flagsmith-0.53.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.53.0) - 2024-08-09 + +Flagsmith + +[Changes][flagsmith-0.53.0] + + + +# [flagsmith-0.52.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.52.0) - 2024-08-09 + +Flagsmith + +[Changes][flagsmith-0.52.0] + + + +# [flagsmith-0.51.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.51.0) - 2024-07-11 + +Flagsmith + +[Changes][flagsmith-0.51.0] + + + +# [flagsmith-0.50.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.50.0) - 2024-07-01 + +Flagsmith + +[Changes][flagsmith-0.50.0] + + + +# [flagsmith-0.49.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.49.0) - 2024-06-25 + +Flagsmith + +[Changes][flagsmith-0.49.0] + + + +# [flagsmith-0.48.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.48.0) - 2024-06-20 + +Flagsmith + +[Changes][flagsmith-0.48.0] + + + +# [flagsmith-0.47.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.47.0) - 2024-06-19 + +Flagsmith + +[Changes][flagsmith-0.47.0] + + + +# [flagsmith-0.46.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.46.0) - 2024-06-19 + +Flagsmith + +[Changes][flagsmith-0.46.0] + + + +# [flagsmith-0.45.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.45.0) - 2024-06-13 + +Flagsmith + +[Changes][flagsmith-0.45.0] + + + +# [flagsmith-0.44.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.44.0) - 2024-06-12 + +Flagsmith + +[Changes][flagsmith-0.44.0] + + + +# [flagsmith-0.43.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.43.0) - 2024-06-06 + +Flagsmith + +[Changes][flagsmith-0.43.0] + + + +# [flagsmith-0.42.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.42.0) - 2024-06-04 + +Flagsmith + +[Changes][flagsmith-0.42.0] + + + +# [flagsmith-0.41.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.41.0) - 2024-05-23 + +Flagsmith + +[Changes][flagsmith-0.41.0] + + + +# [flagsmith-0.40.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.40.1) - 2024-05-21 + +Flagsmith + +[Changes][flagsmith-0.40.1] + + + +# [flagsmith-0.40.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.40.0) - 2024-05-15 + +Flagsmith + +[Changes][flagsmith-0.40.0] + + + +# [flagsmith-0.39.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.39.0) - 2024-05-14 + +Flagsmith + +[Changes][flagsmith-0.39.0] + + + +# [flagsmith-0.38.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.38.2) - 2024-05-14 + +Flagsmith + +[Changes][flagsmith-0.38.2] + + + +# [flagsmith-0.36.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.36.0) - 2024-05-09 + +Flagsmith + +[Changes][flagsmith-0.36.0] + + + +# [flagsmith-0.35.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.35.0) - 2024-04-25 + +Flagsmith + +[Changes][flagsmith-0.35.0] + + + +# [flagsmith-0.34.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.34.0) - 2024-04-23 + +Flagsmith + +[Changes][flagsmith-0.34.0] + + + +# [flagsmith-0.33.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.33.0) - 2024-04-22 + +Flagsmith + +[Changes][flagsmith-0.33.0] + + + +# [flagsmith-0.32.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.32.0) - 2024-04-11 + +Flagsmith + +[Changes][flagsmith-0.32.0] + + + +# [flagsmith-0.31.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.31.1) - 2024-04-03 + +Flagsmith + +## What's Changed +* ci: add codeowners by [@dabeeeenster](https://github.com/dabeeeenster) in [#194](https://github.com/Flagsmith/flagsmith-charts/pull/194) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.31.0...flagsmith-0.31.1 + +[Changes][flagsmith-0.31.1] + + + +# [flagsmith-0.31.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.31.0) - 2024-04-03 + +Flagsmith + +## What's Changed +* Merge: Flagsmith docker image version bump by [@dabeeeenster](https://github.com/dabeeeenster) in [#198](https://github.com/Flagsmith/flagsmith-charts/pull/198) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.30.0...flagsmith-0.31.0 + +[Changes][flagsmith-0.31.0] + + + +# [flagsmith-0.30.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.30.0) - 2024-03-26 + +Flagsmith + +## What's Changed +* release: v0.30.0 by [@khvn26](https://github.com/khvn26) in [#192](https://github.com/Flagsmith/flagsmith-charts/pull/192) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.29.0...flagsmith-0.30.0 + +[Changes][flagsmith-0.30.0] + + + +# [flagsmith-0.29.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.29.0) - 2024-03-25 + +Flagsmith + +## What's Changed +* Merge: Flagsmith docker image version bump by [@dabeeeenster](https://github.com/dabeeeenster) in [#193](https://github.com/Flagsmith/flagsmith-charts/pull/193) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.28.0...flagsmith-0.29.0 + +[Changes][flagsmith-0.29.0] + + + +# [flagsmith-0.28.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.28.0) - 2024-03-07 + +Flagsmith + +[Changes][flagsmith-0.28.0] + + + +# [flagsmith-0.27.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.27.0) - 2024-03-06 + +Flagsmith + +[Changes][flagsmith-0.27.0] + + + +# [flagsmith-0.26.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.26.0) - 2024-02-29 + +Flagsmith + +[Changes][flagsmith-0.26.0] + + + +# [flagsmith-0.25.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.25.0) - 2024-02-27 + +Flagsmith + +[Changes][flagsmith-0.25.0] + + + +# [flagsmith-0.24.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.24.2) - 2024-02-27 + +Flagsmith + +[Changes][flagsmith-0.24.2] + + + +# [flagsmith-0.24.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.24.1) - 2024-02-12 + +Flagsmith + +[Changes][flagsmith-0.24.1] + + + +# [flagsmith-0.24.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.24.0) - 2024-02-12 + +Flagsmith + +[Changes][flagsmith-0.24.0] + + + +# [flagsmith-0.23.3](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.23.3) - 2024-02-02 + +Flagsmith + +[Changes][flagsmith-0.23.3] + + + +# [flagsmith-0.23.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.23.2) - 2024-02-01 + +Flagsmith + +[Changes][flagsmith-0.23.2] + + + +# [flagsmith-0.23.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.23.1) - 2024-01-30 + +Flagsmith + +[Changes][flagsmith-0.23.1] + + + +# [flagsmith-0.23.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.23.0) - 2024-01-30 + +Flagsmith + +## What's Changed +* Merge: Flagsmith docker image version bump by [@dabeeeenster](https://github.com/dabeeeenster) in [#167](https://github.com/Flagsmith/flagsmith-charts/pull/167) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.22.3...flagsmith-0.23.0 + +[Changes][flagsmith-0.23.0] + + + +# [flagsmith-0.22.3](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.22.3) - 2023-12-20 + +Flagsmith + +## What's Changed +* docs: link to docs from readme by [@dabeeeenster](https://github.com/dabeeeenster) in [#154](https://github.com/Flagsmith/flagsmith-charts/pull/154) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.22.2...flagsmith-0.22.3 + +[Changes][flagsmith-0.22.3] + + + +# [flagsmith-0.22.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.22.2) - 2023-11-06 + +Flagsmith + +## What's Changed +* Support injection of extra init containers and containers by [@nick-jones](https://github.com/nick-jones) in [#150](https://github.com/Flagsmith/flagsmith-charts/pull/150) + +## New Contributors +* [@nick-jones](https://github.com/nick-jones) made their first contribution in [#150](https://github.com/Flagsmith/flagsmith-charts/pull/150) + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.22.1...flagsmith-0.22.2 + +[Changes][flagsmith-0.22.2] + + + +# [flagsmith-0.22.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.22.1) - 2023-08-31 + +Flagsmith + +## What's Changed +* fix: allow using influxDB credentials from existing secret by [@rufusnufus](https://github.com/rufusnufus) in [#145](https://github.com/Flagsmith/flagsmith-charts/pull/145) + +## New Contributors +* [@rufusnufus](https://github.com/rufusnufus) made their first contribution in [#145](https://github.com/Flagsmith/flagsmith-charts/pull/145) + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.22.0...flagsmith-0.22.1 + +[Changes][flagsmith-0.22.1] + + + +# [flagsmith-0.22.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.22.0) - 2023-08-02 + +Flagsmith + +## What's Changed +* Issue 111: option to remove use of waitforit image by [@plumdog](https://github.com/plumdog) in [#137](https://github.com/Flagsmith/flagsmith-charts/pull/137) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.21.0...flagsmith-0.22.0 + +[Changes][flagsmith-0.22.0] + + + +# [flagsmith-0.21.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.21.0) - 2023-07-24 + +## What's Changed +* fix: revert pathing changes to API Ingress by [@ncalibey](https://github.com/ncalibey) in [#143](https://github.com/Flagsmith/flagsmith-charts/pull/143) + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.20.0...flagsmith-0.21.0 + +[Changes][flagsmith-0.21.0] + + + +# [flagsmith-0.20.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.20.0) - 2023-07-04 + +Flagsmith + +## What's Changed +* Bump appVersion 2.57.0 by [@matthewelwell](https://github.com/matthewelwell) in [#140](https://github.com/Flagsmith/flagsmith-charts/pull/140) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.19.0...flagsmith-0.20.0 + +[Changes][flagsmith-0.20.0] + + + +# [flagsmith-0.19.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.19.0) - 2023-06-15 + +Flagsmith + +## What's Changed +* fix!: remove ability to specify ingress paths ([#138](https://github.com/Flagsmith/flagsmith-charts/issues/138)) by [@khvn26](https://github.com/khvn26) in [#139](https://github.com/Flagsmith/flagsmith-charts/pull/139) + + +**Full Changelog**: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.18.1...flagsmith-0.19.0 + +[Changes][flagsmith-0.19.0] + + + +# [flagsmith-0.18.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.18.1) - 2023-05-30 + +Flagsmith + +[Changes][flagsmith-0.18.1] + + + +# [flagsmith-0.18.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.18.0) - 2023-04-21 + +Flagsmith + +[Changes][flagsmith-0.18.0] + + + +# [flagsmith-0.17.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.17.0) - 2023-04-04 + +Flagsmith + +[Changes][flagsmith-0.17.0] + + + +# [flagsmith-0.16.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.16.2) - 2023-03-28 + +Flagsmith + +[Changes][flagsmith-0.16.2] + + + +# [flagsmith-0.16.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.16.1) - 2023-03-23 + +Flagsmith + +[Changes][flagsmith-0.16.1] + + + +# [flagsmith-0.16.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.16.0) - 2023-03-23 + +Flagsmith + +[Changes][flagsmith-0.16.0] + + + +# [flagsmith-0.15.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.15.0) - 2023-01-05 + +Flagsmith + +[Changes][flagsmith-0.15.0] + + + +# [flagsmith-0.14.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.14.0) - 2023-01-05 + +Flagsmith + +[Changes][flagsmith-0.14.0] + + + +# [flagsmith-0.13.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.13.0) - 2023-01-05 + +Flagsmith + +[Changes][flagsmith-0.13.0] + + + +# [flagsmith-0.12.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.12.0) - 2022-12-13 + +Flagsmith + +[Changes][flagsmith-0.12.0] + + + +# [flagsmith-0.11.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.11.2) - 2022-12-13 + +Flagsmith + +[Changes][flagsmith-0.11.2] + + + +# [flagsmith-0.11.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.11.1) - 2022-11-24 + +Flagsmith + +[Changes][flagsmith-0.11.1] + + + +# [flagsmith-0.11.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.11.0) - 2022-10-26 + +Flagsmith + +[Changes][flagsmith-0.11.0] + + + +# [flagsmith-0.10.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.10.2) - 2022-07-07 + +Flagsmith + +[Changes][flagsmith-0.10.2] + + + +# [flagsmith-0.10.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.10.1) - 2022-07-07 + +Flagsmith + +[Changes][flagsmith-0.10.1] + + + +# [flagsmith-0.10.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.10.0) - 2022-06-28 + +Flagsmith + +[Changes][flagsmith-0.10.0] + + + +# [flagsmith-0.9.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.9.2) - 2022-06-08 + +Flagsmith + +[Changes][flagsmith-0.9.2] + + + +# [flagsmith-0.9.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.9.1) - 2022-05-23 + +Flagsmith + +[Changes][flagsmith-0.9.1] + + + +# [flagsmith-0.9.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.9.0) - 2022-05-19 + +Flagsmith + +[Changes][flagsmith-0.9.0] + + + +# [flagsmith-0.8.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.8.1) - 2022-05-19 + +Flagsmith + +[Changes][flagsmith-0.8.1] + + + +# [flagsmith-0.8.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.8.0) - 2022-05-16 + +Flagsmith + +[Changes][flagsmith-0.8.0] + + + +# [flagsmith-0.7.3](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.7.3) - 2022-05-16 + +Flagsmith + +[Changes][flagsmith-0.7.3] + + + +# [flagsmith-0.7.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.7.2) - 2022-04-27 + +Flagsmith + +[Changes][flagsmith-0.7.2] + + + +# [flagsmith-0.7.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.7.1) - 2022-04-27 + +Flagsmith + +[Changes][flagsmith-0.7.1] + + + +# [flagsmith-0.7.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.7.0) - 2022-02-01 + +Flagsmith + +[Changes][flagsmith-0.7.0] + + + +# [flagsmith-0.6.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.6.0) - 2022-01-31 + +Flagsmith + +[Changes][flagsmith-0.6.0] + + + +# [flagsmith-0.5.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.5.2) - 2022-01-28 + +Flagsmith + +[Changes][flagsmith-0.5.2] + + + +# [flagsmith-0.5.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.5.1) - 2022-01-27 + +Flagsmith + +[Changes][flagsmith-0.5.1] + + + +# [flagsmith-0.5.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.5.0) - 2022-01-11 + +Flagsmith + +[Changes][flagsmith-0.5.0] + + + +# [flagsmith-0.4.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.4.0) - 2021-11-01 + +Flagsmith + +[Changes][flagsmith-0.4.0] + + + +# [flagsmith-0.3.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.3.1) - 2021-10-04 + +Flagsmith + +[Changes][flagsmith-0.3.1] + + + +# [flagsmith-0.3.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.3.0) - 2021-09-22 + +Flagsmith + +[Changes][flagsmith-0.3.0] + + + +# [flagsmith-0.2.22](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.22) - 2021-09-21 + +Flagsmith + +[Changes][flagsmith-0.2.22] + + + +# [flagsmith-0.2.21](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.21) - 2021-09-17 + +Flagsmith + +[Changes][flagsmith-0.2.21] + + + +# [flagsmith-0.2.20](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.20) - 2021-09-16 + +Flagsmith + +[Changes][flagsmith-0.2.20] + + + +# [flagsmith-0.2.19](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.19) - 2021-09-16 + +Flagsmith + +[Changes][flagsmith-0.2.19] + + + +# [flagsmith-0.2.18](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.18) - 2021-08-03 + +Flagsmith + +[Changes][flagsmith-0.2.18] + + + +# [flagsmith-0.2.16](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.16) - 2021-08-03 + +Flagsmith + +[Changes][flagsmith-0.2.16] + + + +# [flagsmith-0.2.15](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.15) - 2021-07-13 + +Flagsmith + +[Changes][flagsmith-0.2.15] + + + +# [flagsmith-0.2.14](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.14) - 2021-06-17 + +Flagsmith + +[Changes][flagsmith-0.2.14] + + + +# [flagsmith-0.2.13](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.13) - 2021-06-17 + +Flagsmith + +[Changes][flagsmith-0.2.13] + + + +# [flagsmith-0.2.12](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.12) - 2021-06-16 + +Flagsmith + +[Changes][flagsmith-0.2.12] + + + +# [flagsmith-0.2.11](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.11) - 2021-06-09 + +Flagsmith + +[Changes][flagsmith-0.2.11] + + + +# [flagsmith-0.2.9](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.9) - 2021-04-26 + +Flagsmith + +[Changes][flagsmith-0.2.9] + + + +# [flagsmith-0.2.10](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.10) - 2021-04-26 + +Flagsmith + +[Changes][flagsmith-0.2.10] + + + +# [flagsmith-0.2.8](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.8) - 2021-04-22 + +Flagsmith + +[Changes][flagsmith-0.2.8] + + + +# [flagsmith-0.2.7](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.7) - 2021-04-22 + +Flagsmith + +[Changes][flagsmith-0.2.7] + + + +# [flagsmith-0.2.6](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.6) - 2021-04-22 + +Flagsmith + +[Changes][flagsmith-0.2.6] + + + +# [flagsmith-0.2.5](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.5) - 2021-04-22 + +Flagsmith + +[Changes][flagsmith-0.2.5] + + + +# [flagsmith-0.2.4](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.4) - 2021-04-22 + +Flagsmith + +[Changes][flagsmith-0.2.4] + + + +# [flagsmith-0.2.3](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.3) - 2021-04-22 + +Flagsmith + +[Changes][flagsmith-0.2.3] + + + +# [flagsmith-0.2.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.2) - 2021-04-22 + +Flagsmith + +[Changes][flagsmith-0.2.2] + + + +# [flagsmith-0.2.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.1) - 2021-04-22 + +Flagsmith + +[Changes][flagsmith-0.2.1] + + + +# [flagsmith-0.2.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.2.0) - 2021-04-21 + +Flagsmith + +[Changes][flagsmith-0.2.0] + + + +# [flagsmith-0.1.8](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.1.8) - 2021-04-21 + +Flagsmith + +[Changes][flagsmith-0.1.8] + + + +# [flagsmith-0.1.7](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.1.7) - 2021-04-21 + +Flagsmith + +[Changes][flagsmith-0.1.7] + + + +# [flagsmith-0.1.6](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.1.6) - 2021-04-21 + +Flagsmith + +[Changes][flagsmith-0.1.6] + + + +# [flagsmith-0.1.5](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.1.5) - 2021-04-21 + +Flagsmith + +[Changes][flagsmith-0.1.5] + + + +# [flagsmith-0.1.4](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.1.4) - 2021-04-20 + +Flagsmith + +[Changes][flagsmith-0.1.4] + + + +# [flagsmith-0.1.3](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.1.3) - 2021-04-20 + +Flagsmith + +[Changes][flagsmith-0.1.3] + + + +# [flagsmith-0.1.2](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.1.2) - 2021-04-20 + +Flagsmith + +[Changes][flagsmith-0.1.2] + + + +# [flagsmith-0.1.1](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.1.1) - 2021-04-20 + +Flagsmith + +[Changes][flagsmith-0.1.1] + + + +# [flagsmith-0.1.0](https://github.com/Flagsmith/flagsmith-charts/releases/tag/flagsmith-0.1.0) - 2021-04-20 + +Flagsmith + +[Changes][flagsmith-0.1.0] + + +[flagsmith-0.74.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.73.1...flagsmith-0.74.0 +[flagsmith-0.73.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.73.0...flagsmith-0.73.1 +[flagsmith-0.73.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.72.1...flagsmith-0.73.0 +[flagsmith-0.72.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.72.0...flagsmith-0.72.1 +[flagsmith-0.72.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.71.0...flagsmith-0.72.0 +[flagsmith-0.71.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.70.0...flagsmith-0.71.0 +[flagsmith-0.70.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.69.1...flagsmith-0.70.0 +[flagsmith-0.69.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.69.0...flagsmith-0.69.1 +[flagsmith-0.69.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.68.0...flagsmith-0.69.0 +[flagsmith-0.68.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.67.1...flagsmith-0.68.0 +[flagsmith-0.67.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.67.0...flagsmith-0.67.1 +[flagsmith-0.67.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.66.0...flagsmith-0.67.0 +[flagsmith-0.66.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.65.0...flagsmith-0.66.0 +[flagsmith-0.65.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.64.0...flagsmith-0.65.0 +[flagsmith-0.64.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.63.0...flagsmith-0.64.0 +[flagsmith-0.63.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.62.0...flagsmith-0.63.0 +[flagsmith-0.62.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.61.0...flagsmith-0.62.0 +[flagsmith-0.61.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.60.0...flagsmith-0.61.0 +[flagsmith-0.60.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.59.1...flagsmith-0.60.0 +[flagsmith-0.59.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.59.0...flagsmith-0.59.1 +[flagsmith-0.59.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.58.0...flagsmith-0.59.0 +[flagsmith-0.58.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.57.0...flagsmith-0.58.0 +[flagsmith-0.57.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.56.0...flagsmith-0.57.0 +[flagsmith-0.56.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.55.0...flagsmith-0.56.0 +[flagsmith-0.55.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.54.0...flagsmith-0.55.0 +[flagsmith-0.54.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.53.0...flagsmith-0.54.0 +[flagsmith-0.53.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.52.0...flagsmith-0.53.0 +[flagsmith-0.52.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.51.0...flagsmith-0.52.0 +[flagsmith-0.51.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.50.0...flagsmith-0.51.0 +[flagsmith-0.50.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.49.0...flagsmith-0.50.0 +[flagsmith-0.49.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.48.0...flagsmith-0.49.0 +[flagsmith-0.48.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.47.0...flagsmith-0.48.0 +[flagsmith-0.47.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.46.0...flagsmith-0.47.0 +[flagsmith-0.46.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.45.0...flagsmith-0.46.0 +[flagsmith-0.45.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.44.0...flagsmith-0.45.0 +[flagsmith-0.44.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.43.0...flagsmith-0.44.0 +[flagsmith-0.43.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.42.0...flagsmith-0.43.0 +[flagsmith-0.42.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.41.0...flagsmith-0.42.0 +[flagsmith-0.41.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.40.1...flagsmith-0.41.0 +[flagsmith-0.40.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.40.0...flagsmith-0.40.1 +[flagsmith-0.40.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.39.0...flagsmith-0.40.0 +[flagsmith-0.39.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.38.2...flagsmith-0.39.0 +[flagsmith-0.38.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.36.0...flagsmith-0.38.2 +[flagsmith-0.36.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.35.0...flagsmith-0.36.0 +[flagsmith-0.35.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.34.0...flagsmith-0.35.0 +[flagsmith-0.34.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.33.0...flagsmith-0.34.0 +[flagsmith-0.33.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.32.0...flagsmith-0.33.0 +[flagsmith-0.32.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.31.1...flagsmith-0.32.0 +[flagsmith-0.31.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.31.0...flagsmith-0.31.1 +[flagsmith-0.31.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.30.0...flagsmith-0.31.0 +[flagsmith-0.30.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.29.0...flagsmith-0.30.0 +[flagsmith-0.29.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.28.0...flagsmith-0.29.0 +[flagsmith-0.28.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.27.0...flagsmith-0.28.0 +[flagsmith-0.27.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.26.0...flagsmith-0.27.0 +[flagsmith-0.26.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.25.0...flagsmith-0.26.0 +[flagsmith-0.25.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.24.2...flagsmith-0.25.0 +[flagsmith-0.24.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.24.1...flagsmith-0.24.2 +[flagsmith-0.24.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.24.0...flagsmith-0.24.1 +[flagsmith-0.24.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.23.3...flagsmith-0.24.0 +[flagsmith-0.23.3]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.23.2...flagsmith-0.23.3 +[flagsmith-0.23.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.23.1...flagsmith-0.23.2 +[flagsmith-0.23.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.23.0...flagsmith-0.23.1 +[flagsmith-0.23.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.22.3...flagsmith-0.23.0 +[flagsmith-0.22.3]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.22.2...flagsmith-0.22.3 +[flagsmith-0.22.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.22.1...flagsmith-0.22.2 +[flagsmith-0.22.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.22.0...flagsmith-0.22.1 +[flagsmith-0.22.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.21.0...flagsmith-0.22.0 +[flagsmith-0.21.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.20.0...flagsmith-0.21.0 +[flagsmith-0.20.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.19.0...flagsmith-0.20.0 +[flagsmith-0.19.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.18.1...flagsmith-0.19.0 +[flagsmith-0.18.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.18.0...flagsmith-0.18.1 +[flagsmith-0.18.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.17.0...flagsmith-0.18.0 +[flagsmith-0.17.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.16.2...flagsmith-0.17.0 +[flagsmith-0.16.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.16.1...flagsmith-0.16.2 +[flagsmith-0.16.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.16.0...flagsmith-0.16.1 +[flagsmith-0.16.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.15.0...flagsmith-0.16.0 +[flagsmith-0.15.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.14.0...flagsmith-0.15.0 +[flagsmith-0.14.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.13.0...flagsmith-0.14.0 +[flagsmith-0.13.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.12.0...flagsmith-0.13.0 +[flagsmith-0.12.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.11.2...flagsmith-0.12.0 +[flagsmith-0.11.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.11.1...flagsmith-0.11.2 +[flagsmith-0.11.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.11.0...flagsmith-0.11.1 +[flagsmith-0.11.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.10.2...flagsmith-0.11.0 +[flagsmith-0.10.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.10.1...flagsmith-0.10.2 +[flagsmith-0.10.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.10.0...flagsmith-0.10.1 +[flagsmith-0.10.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.9.2...flagsmith-0.10.0 +[flagsmith-0.9.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.9.1...flagsmith-0.9.2 +[flagsmith-0.9.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.9.0...flagsmith-0.9.1 +[flagsmith-0.9.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.8.1...flagsmith-0.9.0 +[flagsmith-0.8.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.8.0...flagsmith-0.8.1 +[flagsmith-0.8.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.7.3...flagsmith-0.8.0 +[flagsmith-0.7.3]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.7.2...flagsmith-0.7.3 +[flagsmith-0.7.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.7.1...flagsmith-0.7.2 +[flagsmith-0.7.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.7.0...flagsmith-0.7.1 +[flagsmith-0.7.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.6.0...flagsmith-0.7.0 +[flagsmith-0.6.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.5.2...flagsmith-0.6.0 +[flagsmith-0.5.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.5.1...flagsmith-0.5.2 +[flagsmith-0.5.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.5.0...flagsmith-0.5.1 +[flagsmith-0.5.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.4.0...flagsmith-0.5.0 +[flagsmith-0.4.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.3.1...flagsmith-0.4.0 +[flagsmith-0.3.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.3.0...flagsmith-0.3.1 +[flagsmith-0.3.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.22...flagsmith-0.3.0 +[flagsmith-0.2.22]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.21...flagsmith-0.2.22 +[flagsmith-0.2.21]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.20...flagsmith-0.2.21 +[flagsmith-0.2.20]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.19...flagsmith-0.2.20 +[flagsmith-0.2.19]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.18...flagsmith-0.2.19 +[flagsmith-0.2.18]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.16...flagsmith-0.2.18 +[flagsmith-0.2.16]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.15...flagsmith-0.2.16 +[flagsmith-0.2.15]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.14...flagsmith-0.2.15 +[flagsmith-0.2.14]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.13...flagsmith-0.2.14 +[flagsmith-0.2.13]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.12...flagsmith-0.2.13 +[flagsmith-0.2.12]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.11...flagsmith-0.2.12 +[flagsmith-0.2.11]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.9...flagsmith-0.2.11 +[flagsmith-0.2.9]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.10...flagsmith-0.2.9 +[flagsmith-0.2.10]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.8...flagsmith-0.2.10 +[flagsmith-0.2.8]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.7...flagsmith-0.2.8 +[flagsmith-0.2.7]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.6...flagsmith-0.2.7 +[flagsmith-0.2.6]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.5...flagsmith-0.2.6 +[flagsmith-0.2.5]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.4...flagsmith-0.2.5 +[flagsmith-0.2.4]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.3...flagsmith-0.2.4 +[flagsmith-0.2.3]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.2...flagsmith-0.2.3 +[flagsmith-0.2.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.1...flagsmith-0.2.2 +[flagsmith-0.2.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.2.0...flagsmith-0.2.1 +[flagsmith-0.2.0]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.1.8...flagsmith-0.2.0 +[flagsmith-0.1.8]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.1.7...flagsmith-0.1.8 +[flagsmith-0.1.7]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.1.6...flagsmith-0.1.7 +[flagsmith-0.1.6]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.1.5...flagsmith-0.1.6 +[flagsmith-0.1.5]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.1.4...flagsmith-0.1.5 +[flagsmith-0.1.4]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.1.3...flagsmith-0.1.4 +[flagsmith-0.1.3]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.1.2...flagsmith-0.1.3 +[flagsmith-0.1.2]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.1.1...flagsmith-0.1.2 +[flagsmith-0.1.1]: https://github.com/Flagsmith/flagsmith-charts/compare/flagsmith-0.1.0...flagsmith-0.1.1 +[flagsmith-0.1.0]: https://github.com/Flagsmith/flagsmith-charts/tree/flagsmith-0.1.0 + + diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 00000000..649e17a6 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,62 @@ +{ + "bootstrap-sha": "e44f9f26670de2b11336009a988e86bb4cd32676", + "packages": { + ".": { + "release-type": "helm", + "changelog-path": "CHANGELOG.md", + "bump-minor-pre-major": false, + "bump-patch-for-minor-pre-major": false, + "draft": false, + "prerelease": false, + "include-component-in-tag": false + } + }, + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "changelog-sections": [ + { + "type": "feat", + "hidden": false, + "section": "Features" + }, + { + "type": "fix", + "hidden": false, + "section": "Bug Fixes" + }, + { + "type": "ci", + "hidden": false, + "section": "CI" + }, + { + "type": "docs", + "hidden": false, + "section": "Docs" + }, + { + "type": "deps", + "hidden": false, + "section": "Dependency Updates" + }, + { + "type": "perf", + "hidden": false, + "section": "Performance Improvements" + }, + { + "type": "refactor", + "hidden": false, + "section": "Refactoring" + }, + { + "type": "test", + "hidden": false, + "section": "Tests" + }, + { + "type": "chore", + "hidden": false, + "section": "Other" + } + ] +} From 161a12be53637d7a6d031cb4f662a9445465a47e Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Wed, 25 Jun 2025 09:39:00 +0100 Subject: [PATCH 2/3] Fix typo --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 74c4a941..b449632b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{">": "0.74.0"} +{".": "0.74.0"} From c147f1d76d57f64db3e56afa04b2eac5420aa6bd Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Wed, 25 Jun 2025 09:45:09 +0100 Subject: [PATCH 3/3] update path --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 649e17a6..88db2125 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,7 +1,7 @@ { "bootstrap-sha": "e44f9f26670de2b11336009a988e86bb4cd32676", "packages": { - ".": { + "charts/flagsmith": { "release-type": "helm", "changelog-path": "CHANGELOG.md", "bump-minor-pre-major": false,