Skip to content

Commit 2284380

Browse files
chore(main): release 2.0.0 (#1548)
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
1 parent d55e70a commit 2284380

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/bucketeer-io/bucketeer/compare/v1.3.0...v2.0.0) (2025-08-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
* This release introduces the new **Bucketeer 2.0 Console**, which replaces the old UI.
8+
* Some REST/Proto APIs have been promoted to **Public API**, and may require updated authentication or endpoint usage.
9+
* Team and Organization concepts are now generally available; older account management flows have been deprecated.
10+
11+
### Features
12+
13+
* **New Console UI/UX**: Completely redesigned dashboard for usability, speed, and scalability. ([#1908](https://github.com/bucketeer-io/bucketeer/issues/1908))
14+
* **Flag Management at Scale**: Improved list view with search, filters, and bulk management. ([#1600](https://github.com/bucketeer-io/bucketeer/issues/1600))
15+
* **Flag Templates**: Added built-in templates for Custom, Release, Kill Switch, and Experiment use cases. ([#1755](https://github.com/bucketeer-io/bucketeer/issues/1755))
16+
* **Audience Traffic Allocation**: Support for splitting traffic inside rollout segments (e.g. 5% rollout, 50/50 test group). ([#1800](https://github.com/bucketeer-io/bucketeer/issues/1800))
17+
* **Organizations & Team Management**: Create and manage organizations, environments, API keys, members, and roles. ([#1874](https://github.com/bucketeer-io/bucketeer/issues/1874), [#1872](https://github.com/bucketeer-io/bucketeer/issues/1872))
18+
* **User Attribute Keys in Rules**: Console now suggests attribute keys automatically from client SDKs. ([#1994](https://github.com/bucketeer-io/bucketeer/issues/1994), [#2054](https://github.com/bucketeer-io/bucketeer/issues/2054))
19+
* **Debugger Enhancements**: Debug multiple users and flags, with grouped results and improved insights. ([#1706](https://github.com/bucketeer-io/bucketeer/issues/1706))
20+
* **Code References**: Detect and display where flags are referenced in application code. ([#1504](https://github.com/bucketeer-io/bucketeer/issues/1504))
21+
* **Scheduled Flag Updates**: Schedule future changes to variations, rules, or enabled state. ([#1591](https://github.com/bucketeer-io/bucketeer/issues/1591))
22+
* **Progressive Rollouts & Flag Triggers**: Public APIs and console workflows for gradual rollouts and auto-disable triggers. ([#1526](https://github.com/bucketeer-io/bucketeer/issues/1526), [#1588](https://github.com/bucketeer-io/bucketeer/issues/1588))
23+
* **Lite Version**: Added Docker Compose support for easier self-hosted deployments. ([#1836](https://github.com/bucketeer-io/bucketeer/issues/1836))
24+
* **Public API**: General availability of programmatic APIs for Flags, Environments, Teams, Goals, Experiments, and more. ([#2084](https://github.com/bucketeer-io/bucketeer/issues/2084), [#2049](https://github.com/bucketeer-io/bucketeer/issues/2049))
25+
26+
### Bug Fixes
27+
28+
* Fixed various console issues with environment switching, member updates, and experiment rendering.
29+
* Resolved Redis/cluster consistency for user attributes.
30+
* Fixed Docker Compose build issues on Apple Silicon.
31+
* Corrected validation and error handling in REST and Public APIs.
32+
33+
### Performance Improvements
34+
35+
* Optimized list feature flags query latency.
36+
* Added indexes for faster audit log queries.
37+
* Improved caching behavior across organizations and environments.
38+
339
## [1.3.0](https://github.com/bucketeer-io/bucketeer/compare/v1.2.0...v1.3.0) (2025-02-28)
440

541

manifests/bucketeer/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
global:
22
image:
3-
tag: v1.3.0 # x-release-please-version
3+
tag: v2.0.0 # x-release-please-version
44
imagePullSecrets:
55

66
# Global data warehouse configuration
@@ -49,7 +49,7 @@ global:
4949
migration:
5050
image:
5151
repository: ghcr.io/bucketeer-io/bucketeer-migration
52-
tag: v1.3.0 # x-release-please-version
52+
tag: v2.0.0 # x-release-please-version
5353

5454
imagePullSecrets: []
5555

0 commit comments

Comments
 (0)