Skip to content

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bucketeer-bot committed Feb 18, 2025
1 parent bc2be07 commit 7c44cf6
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Changelog

## [1.3.0](https://github.com/bucketeer-io/bucketeer/compare/v1.2.0...v1.3.0) (2025-02-18)


### 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 REST get/list/create auto ops rule ([#1511](https://github.com/bucketeer-io/bucketeer/issues/1511)) ([277b969](https://github.com/bucketeer-io/bucketeer/commit/277b9695af4cb56b7042048830aa210f3093c328))
* implement update experiment REST no command ([#1482](https://github.com/bucketeer-io/bucketeer/issues/1482)) ([6468dba](https://github.com/bucketeer-io/bucketeer/commit/6468dba2fd8851db9270070d0862720ebf8d99cf))
* **ui/dashboard:** add tags to slack notifications ([#1514](https://github.com/bucketeer-io/bucketeer/issues/1514)) ([7d8d731](https://github.com/bucketeer-io/bucketeer/commit/7d8d731f3abbb241a929042bc3fa9e54920511ec))
* **ui/dashboard:** goals managements ([#1451](https://github.com/bucketeer-io/bucketeer/issues/1451)) ([a8641b3](https://github.com/bucketeer-io/bucketeer/commit/a8641b3ab327b8ef476343a8c04a340a6bbcef07))
* **ui/dashboard:** improvement tags and table cell view with tooltip ([#1452](https://github.com/bucketeer-io/bucketeer/issues/1452)) ([b2e8c9d](https://github.com/bucketeer-io/bucketeer/commit/b2e8c9d23ccd2775931b0d7fb5be33debedd6eea))


### 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))
* add order by options and correct experiment summary ([#1522](https://github.com/bucketeer-io/bucketeer/issues/1522)) ([bc2be07](https://github.com/bucketeer-io/bucketeer/commit/bc2be078a226d71e026877e760700e8cab5c178b))
* 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))
* goal in-use-status is always false when the connection type is operation ([#1505](https://github.com/bucketeer-io/bucketeer/issues/1505)) ([e3f44ee](https://github.com/bucketeer-io/bucketeer/commit/e3f44ee18e59a103d3ca9901799e7abadb767079))
* 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:** list goals not using the connection type ([#1507](https://github.com/bucketeer-io/bucketeer/issues/1507)) ([dc8a295](https://github.com/bucketeer-io/bucketeer/commit/dc8a2957d5be48c80beb4e1a2944ee775c6ed891))
* **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))
* update feature api cannot update empty lists ([#1509](https://github.com/bucketeer-io/bucketeer/issues/1509)) ([82029e1](https://github.com/bucketeer-io/bucketeer/commit/82029e1d8d5a30c482aaa81d693fb07556eb9e81))


### 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 error logs while authenticating the user ([#1520](https://github.com/bucketeer-io/bucketeer/issues/1520)) ([105e73c](https://github.com/bucketeer-io/bucketeer/commit/105e73c49ed92fb68814e71333bb745f15da4df4))
* 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 fields to update feature api to update the schedule update ([#1515](https://github.com/bucketeer-io/bucketeer/issues/1515)) ([af97827](https://github.com/bucketeer-io/bucketeer/commit/af97827fabee949968466d73b248b390796fef00))
* add new error flag reasons for open feature support ([#1517](https://github.com/bucketeer-io/bucketeer/issues/1517)) ([ee8f8e7](https://github.com/bucketeer-io/bucketeer/commit/ee8f8e7a0e1fc81f90e6745cbc0db143b899e105))
* 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 schedule update field to feature proto message ([#1506](https://github.com/bucketeer-io/bucketeer/issues/1506)) ([dd1fca7](https://github.com/bucketeer-io/bucketeer/commit/dd1fca729e4bb999b3371f01f9fe3ae0376071a8))
* 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)


Expand Down
4 changes: 2 additions & 2 deletions manifests/bucketeer/values.yaml
Original file line number Diff line number Diff line change
@@ -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: []

Expand Down

0 comments on commit 7c44cf6

Please sign in to comment.