Skip to content

Commit

Permalink
chore: release main (#1209)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>flagd: 0.9.0</summary>

##
[0.9.0](flagd/v0.8.2...flagd/v0.9.0)
(2024-02-20)


### ⚠ BREAKING CHANGES

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))

### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.5
([#1198](#1198))
([ce38845](ce38845))


### ✨ New Features

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))
([544234e](544234e))


### 🧹 Chore

* **deps:** update golang docker tag to v1.22
([#1201](#1201))
([d14c69e](d14c69e))
</details>

<details><summary>flagd-proxy: 0.5.0</summary>

##
[0.5.0](flagd-proxy/v0.4.2...flagd-proxy/v0.5.0)
(2024-02-20)


### ⚠ BREAKING CHANGES

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))

### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.5
([#1198](#1198))
([ce38845](ce38845))


### ✨ New Features

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))
([544234e](544234e))


### 🧹 Chore

* **deps:** update golang docker tag to v1.22
([#1201](#1201))
([d14c69e](d14c69e))
</details>

<details><summary>core: 0.8.0</summary>

##
[0.8.0](core/v0.7.5...core/v0.8.0)
(2024-02-20)


### ⚠ BREAKING CHANGES

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))

### 🐛 Bug Fixes

* **deps:** update github.com/open-feature/flagd-schemas digest to
8c72c14 ([#1212](#1212))
([4add9fd](4add9fd))
* **deps:** update kubernetes packages to v0.29.2
([#1213](#1213))
([b0c805f](b0c805f))
* **deps:** update module
buf.build/gen/go/open-feature/flagd/connectrpc/go to
v1.15.0-20240215170432-1e611e2999cc.1
([#1219](#1219))
([4c4f08a](4c4f08a))
* **deps:** update module golang.org/x/crypto to v0.19.0
([#1203](#1203))
([f0ff317](f0ff317))
* **deps:** update module golang.org/x/mod to v0.15.0
([#1202](#1202))
([6ca8e6d](6ca8e6d))
* **deps:** update module golang.org/x/net to v0.21.0
([#1204](#1204))
([bccf365](bccf365))
* **deps:** update module google.golang.org/grpc to v1.61.1
([#1210](#1210))
([10cc63e](10cc63e))
* **deps:** update opentelemetry-go monorepo
([#1199](#1199))
([422ebaa](422ebaa))


### ✨ New Features

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))
([544234e](544234e))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 20, 2024
1 parent 544234e commit 534b5bf
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flagd": "0.8.2",
"flagd-proxy": "0.4.2",
"core": "0.7.5"
"flagd": "0.9.0",
"flagd-proxy": "0.5.0",
"core": "0.8.0"
}
23 changes: 23 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.8.0](https://github.com/open-feature/flagd/compare/core/v0.7.5...core/v0.8.0) (2024-02-20)


### ⚠ BREAKING CHANGES

* new proto (flagd.sync.v1) for sync sources ([#1214](https://github.com/open-feature/flagd/issues/1214))

### 🐛 Bug Fixes

* **deps:** update github.com/open-feature/flagd-schemas digest to 8c72c14 ([#1212](https://github.com/open-feature/flagd/issues/1212)) ([4add9fd](https://github.com/open-feature/flagd/commit/4add9fd1c47e3e3dea818a6b262273fadb7edb81))
* **deps:** update kubernetes packages to v0.29.2 ([#1213](https://github.com/open-feature/flagd/issues/1213)) ([b0c805f](https://github.com/open-feature/flagd/commit/b0c805f7f58979f927e60c22c94c0448af459c7d))
* **deps:** update module buf.build/gen/go/open-feature/flagd/connectrpc/go to v1.15.0-20240215170432-1e611e2999cc.1 ([#1219](https://github.com/open-feature/flagd/issues/1219)) ([4c4f08a](https://github.com/open-feature/flagd/commit/4c4f08afabf7d646973768500db028ab0b4c7d68))
* **deps:** update module golang.org/x/crypto to v0.19.0 ([#1203](https://github.com/open-feature/flagd/issues/1203)) ([f0ff317](https://github.com/open-feature/flagd/commit/f0ff3177f67c832d62694cdf44b766344da5483f))
* **deps:** update module golang.org/x/mod to v0.15.0 ([#1202](https://github.com/open-feature/flagd/issues/1202)) ([6ca8e6d](https://github.com/open-feature/flagd/commit/6ca8e6d33f6646698605fb4b5b99f8a3ee1ddbed))
* **deps:** update module golang.org/x/net to v0.21.0 ([#1204](https://github.com/open-feature/flagd/issues/1204)) ([bccf365](https://github.com/open-feature/flagd/commit/bccf365fa2e5f443208ec70b1244bdb4f07ced04))
* **deps:** update module google.golang.org/grpc to v1.61.1 ([#1210](https://github.com/open-feature/flagd/issues/1210)) ([10cc63e](https://github.com/open-feature/flagd/commit/10cc63e7992b4ae8d861f5296afcc78417e645cb))
* **deps:** update opentelemetry-go monorepo ([#1199](https://github.com/open-feature/flagd/issues/1199)) ([422ebaa](https://github.com/open-feature/flagd/commit/422ebaa30b8bb0246bcdf8c0cc2be0a5870eb9e9))


### ✨ New Features

* new proto (flagd.sync.v1) for sync sources ([#1214](https://github.com/open-feature/flagd/issues/1214)) ([544234e](https://github.com/open-feature/flagd/commit/544234ebd9f9be5f54c2865a866575a7869a56c0))

## [0.7.5](https://github.com/open-feature/flagd/compare/core/v0.7.4...core/v0.7.5) (2024-02-05)


Expand Down
21 changes: 21 additions & 0 deletions flagd-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.5.0](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.4.2...flagd-proxy/v0.5.0) (2024-02-20)


### ⚠ BREAKING CHANGES

* new proto (flagd.sync.v1) for sync sources ([#1214](https://github.com/open-feature/flagd/issues/1214))

### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.5 ([#1198](https://github.com/open-feature/flagd/issues/1198)) ([ce38845](https://github.com/open-feature/flagd/commit/ce388458b9c8a686a7b6ff38b532c941d43d842c))


### ✨ New Features

* new proto (flagd.sync.v1) for sync sources ([#1214](https://github.com/open-feature/flagd/issues/1214)) ([544234e](https://github.com/open-feature/flagd/commit/544234ebd9f9be5f54c2865a866575a7869a56c0))


### 🧹 Chore

* **deps:** update golang docker tag to v1.22 ([#1201](https://github.com/open-feature/flagd/issues/1201)) ([d14c69e](https://github.com/open-feature/flagd/commit/d14c69e93e56d32a37b2428f1db2d4ac79563597))

## [0.4.2](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.4.1...flagd-proxy/v0.4.2) (2024-02-05)


Expand Down
21 changes: 21 additions & 0 deletions flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.9.0](https://github.com/open-feature/flagd/compare/flagd/v0.8.2...flagd/v0.9.0) (2024-02-20)


### ⚠ BREAKING CHANGES

* new proto (flagd.sync.v1) for sync sources ([#1214](https://github.com/open-feature/flagd/issues/1214))

### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.5 ([#1198](https://github.com/open-feature/flagd/issues/1198)) ([ce38845](https://github.com/open-feature/flagd/commit/ce388458b9c8a686a7b6ff38b532c941d43d842c))


### ✨ New Features

* new proto (flagd.sync.v1) for sync sources ([#1214](https://github.com/open-feature/flagd/issues/1214)) ([544234e](https://github.com/open-feature/flagd/commit/544234ebd9f9be5f54c2865a866575a7869a56c0))


### 🧹 Chore

* **deps:** update golang docker tag to v1.22 ([#1201](https://github.com/open-feature/flagd/issues/1201)) ([d14c69e](https://github.com/open-feature/flagd/commit/d14c69e93e56d32a37b2428f1db2d4ac79563597))

## [0.8.2](https://github.com/open-feature/flagd/compare/flagd/v0.8.1...flagd/v0.8.2) (2024-02-05)


Expand Down

0 comments on commit 534b5bf

Please sign in to comment.