From b01d1f6416784c73d74eccf851391d062e92acb5 Mon Sep 17 00:00:00 2001 From: Bucketeer <35795358+bucketeer-bot@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:08:52 +0900 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ manifests/bucketeer/values.yaml | 4 ++-- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463970..96f1cd9498 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 6f0a014988..221f81d2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [1.3.0](https://github.com/bucketeer-io/bucketeer/compare/v1.2.0...v1.3.0) (2025-01-30) + + +### 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)) +* 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 + +* 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)) + + +### Miscellaneous + +* 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 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)) +* support list tags by organization id ([#1480](https://github.com/bucketeer-io/bucketeer/issues/1480)) ([1120b0b](https://github.com/bucketeer-io/bucketeer/commit/1120b0bc00bc138f4482b43acbe86912f63f36f7)) + ## [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 5ff1ed74ea..8274a21938 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: []