diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f146397..96f1cd949 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0a01498..ba263b347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## [1.3.0](https://github.com/bucketeer-io/bucketeer/compare/v1.2.0...v1.3.0) (2025-02-04) + + +### Features + +* add branch URL generation for code references ([#1490](https://github.com/bucketeer-io/bucketeer/issues/1490)) ([0206276](https://github.com/bucketeer-io/bucketeer/commit/0206276f5538fd3d8bf5de3d8684abcb78dac7ec)) +* add file extension support for code references ([#1493](https://github.com/bucketeer-io/bucketeer/issues/1493)) ([fd2d38a](https://github.com/bucketeer-io/bucketeer/commit/fd2d38a65a171f20d4d5e3a7c718a3bfbf2853b6)) +* be able to group slack notifications by feature flag tag ([#1472](https://github.com/bucketeer-io/bucketeer/issues/1472)) ([fcd92d2](https://github.com/bucketeer-io/bucketeer/commit/fcd92d2923d7cfc9b54ce528bc4f1e45921cf030)) +* implement delete goal no cmd ([#1473](https://github.com/bucketeer-io/bucketeer/issues/1473)) ([aa09981](https://github.com/bucketeer-io/bucketeer/commit/aa09981166ee6d28465edd179cd2120f33371648)) +* implement get create list experiments no command ([#1468](https://github.com/bucketeer-io/bucketeer/issues/1468)) ([9d21e17](https://github.com/bucketeer-io/bucketeer/commit/9d21e17751297f98f589a6ef2d52bab4aad5fb7f)) +* implement update experiment REST no command ([#1482](https://github.com/bucketeer-io/bucketeer/issues/1482)) ([6468dba](https://github.com/bucketeer-io/bucketeer/commit/6468dba2fd8851db9270070d0862720ebf8d99cf)) + + +### Bug Fixes + +* add missing experiment status in response ([#1492](https://github.com/bucketeer-io/bucketeer/issues/1492)) ([1092dea](https://github.com/bucketeer-io/bucketeer/commit/1092dea32285c5e5e8534c795cdfbcbc618c8b8d)) +* ambiguous clause error while deleting a tag ([#1483](https://github.com/bucketeer-io/bucketeer/issues/1483)) ([44c2a19](https://github.com/bucketeer-io/bucketeer/commit/44c2a1996e17edf35ee77d209f558c302d492188)) +* list tags by environment_id filter ([#1479](https://github.com/bucketeer-io/bucketeer/issues/1479)) ([7c736ef](https://github.com/bucketeer-io/bucketeer/commit/7c736ef5760ef0a0425721e8ace5b53a802723e6)) +* **ui:** displaying the same tag when listing tags ([#1478](https://github.com/bucketeer-io/bucketeer/issues/1478)) ([63b5c72](https://github.com/bucketeer-io/bucketeer/commit/63b5c72f85068efdf4df546b440520f25682ddf7)) +* **ui:** remove connection type validation from create goal modal ([#1502](https://github.com/bucketeer-io/bucketeer/issues/1502)) ([65b95ee](https://github.com/bucketeer-io/bucketeer/commit/65b95eebc6850ac28972e6789b00ec48b257f15a)) + + +### Miscellaneous + +* add auto ops status to the goal connection reference ([#1497](https://github.com/bucketeer-io/bucketeer/issues/1497)) ([8740728](https://github.com/bucketeer-io/bucketeer/commit/874072839279be2c7590e62d646e113ac3ad400c)) +* add debug log for the notification sender ([#1487](https://github.com/bucketeer-io/bucketeer/issues/1487)) ([3b2ceac](https://github.com/bucketeer-io/bucketeer/commit/3b2ceac0e09480aea915fec636ade4ae3fc38fe1)) +* add feature name to the goal auto ops reference ([#1500](https://github.com/bucketeer-io/bucketeer/issues/1500)) ([4e0e1a1](https://github.com/bucketeer-io/bucketeer/commit/4e0e1a1b1b8512b566a0fa5b0e32b6c913868fda)) +* add schedule update field to feature proto message ([#1499](https://github.com/bucketeer-io/bucketeer/issues/1499)) ([ddbd7f0](https://github.com/bucketeer-io/bucketeer/commit/ddbd7f0b951b71dddb81dae55c1113ec1273a3bc)) +* add sorting filter for entity type in the list tags api ([#1476](https://github.com/bucketeer-io/bucketeer/issues/1476)) ([3a35f75](https://github.com/bucketeer-io/bucketeer/commit/3a35f75a3f95a169677d52aecd13baab3d76ab87)) +* code ref fields doc ([#1485](https://github.com/bucketeer-io/bucketeer/issues/1485)) ([a3f8c60](https://github.com/bucketeer-io/bucketeer/commit/a3f8c60aca766e333eb2f727efa398c0c3ed0d2b)) +* fix the debug log in the notification sender ([#1486](https://github.com/bucketeer-io/bucketeer/issues/1486)) ([9c83de7](https://github.com/bucketeer-io/bucketeer/commit/9c83de71414204219050736ee398fe93b23771a9)) +* populate goal table with connection type ([#1491](https://github.com/bucketeer-io/bucketeer/issues/1491)) ([1c90d0a](https://github.com/bucketeer-io/bucketeer/commit/1c90d0af3a6cc7f3951f22c6a1042fdbb70a2611)) +* support list tags by organization id ([#1480](https://github.com/bucketeer-io/bucketeer/issues/1480)) ([1120b0b](https://github.com/bucketeer-io/bucketeer/commit/1120b0bc00bc138f4482b43acbe86912f63f36f7)) + + +### Reverts + +* add schedule update field to feature proto message ([#1499](https://github.com/bucketeer-io/bucketeer/issues/1499)) ([#1503](https://github.com/bucketeer-io/bucketeer/issues/1503)) ([e228d0d](https://github.com/bucketeer-io/bucketeer/commit/e228d0d9ce93081c4d6bfcdf0e3f066627327a10)) + ## [1.2.0](https://github.com/bucketeer-io/bucketeer/compare/v1.1.0...v1.2.0) (2025-01-22) diff --git a/manifests/bucketeer/values.yaml b/manifests/bucketeer/values.yaml index 5ff1ed74e..8274a2193 100644 --- a/manifests/bucketeer/values.yaml +++ b/manifests/bucketeer/values.yaml @@ -1,12 +1,12 @@ global: image: - tag: v1.2.0 # x-release-please-version + tag: v1.3.0 # x-release-please-version imagePullSecrets: migration: image: repository: ghcr.io/bucketeer-io/bucketeer-migration - tag: v1.2.0 # x-release-please-version + tag: v1.3.0 # x-release-please-version imagePullSecrets: []