Skip to content

Commit c038146

Browse files
chore(main): release 1.0.0 (#1305)
1 parent 67be248 commit c038146

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-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-
".": "0.4.9"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/bucketeer-io/bucketeer/compare/v0.4.9...v1.0.0) (2024-11-01)
4+
5+
6+
### Features
7+
8+
* add new order by clauses for list accounts api ([#1312](https://github.com/bucketeer-io/bucketeer/issues/1312)) ([95aa13c](https://github.com/bucketeer-io/bucketeer/commit/95aa13c3aa4eb3021bcaea450c3c003ab987b360))
9+
* implement update push API support no command and deprecate command in delete push API ([#1298](https://github.com/bucketeer-io/bucketeer/issues/1298)) ([2199576](https://github.com/bucketeer-io/bucketeer/commit/21995762569c72d6a21e6aa8601eda12c53a3ef1))
10+
* save user info from google ([#1254](https://github.com/bucketeer-io/bucketeer/issues/1254)) ([898a084](https://github.com/bucketeer-io/bucketeer/commit/898a084477f1604b2631d0e0ba09b64f196b998f))
11+
* **ui:** add new project dashboard ([#1306](https://github.com/bucketeer-io/bucketeer/issues/1306)) ([f6a5946](https://github.com/bucketeer-io/bucketeer/commit/f6a594602b6fbf776387928565cc6d65f24b8838))
12+
* **ui:** project details and environments dashbaord ([#1313](https://github.com/bucketeer-io/bucketeer/issues/1313)) ([67be248](https://github.com/bucketeer-io/bucketeer/commit/67be2488977d243f1f5a6288ea1aaabd2973fe09))
13+
14+
15+
### Bug Fixes
16+
17+
* a member cannot see the organization details ([#1311](https://github.com/bucketeer-io/bucketeer/issues/1311)) ([d354f69](https://github.com/bucketeer-io/bucketeer/commit/d354f6980914339a13ff2ecf53bfdebecdf55abd))
18+
* err is nil when the flag is not found in the update feature api ([7fa2280](https://github.com/bucketeer-io/bucketeer/commit/7fa22802f8fc0470e62898cb1a275c9351c16353))
19+
* owner organization role not being updated ([#1303](https://github.com/bucketeer-io/bucketeer/issues/1303)) ([96622e5](https://github.com/bucketeer-io/bucketeer/commit/96622e51647f820c1fd53b105314bcb06acc5204))
20+
21+
22+
### Miscellaneous
23+
24+
* change create project api to support the new console ([#1308](https://github.com/bucketeer-io/bucketeer/issues/1308)) ([3100929](https://github.com/bucketeer-io/bucketeer/commit/310092915dd9b1acbe3ae30fbd6adf65cdc911c8))
25+
* update organization api permission check for owner role ([#1310](https://github.com/bucketeer-io/bucketeer/issues/1310)) ([8bb46c1](https://github.com/bucketeer-io/bucketeer/commit/8bb46c1f2d610203ec7709bde8587256a263872c))
26+
327
## [0.4.9](https://github.com/bucketeer-io/bucketeer/compare/v0.4.8...v0.4.9) (2024-10-28)
428

529

manifests/bucketeer/values.yaml

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

66
migration:
77
image:
88
repository: ghcr.io/bucketeer-io/bucketeer-migration
9-
tag: v0.4.9 # x-release-please-version
9+
tag: v1.0.0 # x-release-please-version
1010

1111
imagePullSecrets: []
1212

0 commit comments

Comments
 (0)