Skip to content

Commit

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


<details><summary>flagd: 0.9.1</summary>

##
[0.9.1](open-feature/flagd@flagd/v0.9.0...flagd/v0.9.1)
(2024-03-15)


### 🐛 Bug Fixes

* **deps:** update module google.golang.org/protobuf to v1.33.0
[security] ([open-feature#1248](open-feature#1248))
([b2b0fa1](open-feature@b2b0fa1))
* update protobuff CVE-2024-24786
([open-feature#1249](open-feature#1249))
([fd81c23](open-feature@fd81c23))


### ✨ New Features

* serve sync.proto on port 8015
([open-feature#1237](open-feature#1237))
([7afdc0c](open-feature@7afdc0c))


### 🧹 Chore

* move packaging & isolate service implementations
([open-feature#1234](open-feature#1234))
([b58fab3](open-feature@b58fab3))
</details>

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

##
[0.5.1](open-feature/flagd@flagd-proxy/v0.5.0...flagd-proxy/v0.5.1)
(2024-03-15)


### 🐛 Bug Fixes

* update protobuff CVE-2024-24786
([open-feature#1249](open-feature#1249))
([fd81c23](open-feature@fd81c23))


### 🧹 Chore

* move packaging & isolate service implementations
([open-feature#1234](open-feature#1234))
([b58fab3](open-feature@b58fab3))
</details>

<details><summary>core: 0.8.1</summary>

##
[0.8.1](open-feature/flagd@core/v0.8.0...core/v0.8.1)
(2024-03-15)


### 🐛 Bug Fixes

* occasional panic when watched YAML files change
([open-feature#1246](open-feature#1246))
([6249d12](open-feature@6249d12))
* update protobuff CVE-2024-24786
([open-feature#1249](open-feature#1249))
([fd81c23](open-feature@fd81c23))


### 🧹 Chore

* move packaging & isolate service implementations
([open-feature#1234](open-feature#1234))
([b58fab3](open-feature@b58fab3))
</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 Mar 15, 2024
1 parent fd81c23 commit b755a64
Show file tree
Hide file tree
Showing 4 changed files with 46 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.9.0",
"flagd-proxy": "0.5.0",
"core": "0.8.0"
"flagd": "0.9.1",
"flagd-proxy": "0.5.1",
"core": "0.8.1"
}
13 changes: 13 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.8.1](https://github.com/open-feature/flagd/compare/core/v0.8.0...core/v0.8.1) (2024-03-15)


### 🐛 Bug Fixes

* occasional panic when watched YAML files change ([#1246](https://github.com/open-feature/flagd/issues/1246)) ([6249d12](https://github.com/open-feature/flagd/commit/6249d12ec452073ed881b6e5faf716332c7f132a))
* update protobuff CVE-2024-24786 ([#1249](https://github.com/open-feature/flagd/issues/1249)) ([fd81c23](https://github.com/open-feature/flagd/commit/fd81c235fb4a09dfc42289ac316ac3a1d7eff58c))


### 🧹 Chore

* move packaging & isolate service implementations ([#1234](https://github.com/open-feature/flagd/issues/1234)) ([b58fab3](https://github.com/open-feature/flagd/commit/b58fab3df030ef7e9e10eafa7a0141c05aa05bbd))

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


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

## [0.5.1](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.5.0...flagd-proxy/v0.5.1) (2024-03-15)


### 🐛 Bug Fixes

* update protobuff CVE-2024-24786 ([#1249](https://github.com/open-feature/flagd/issues/1249)) ([fd81c23](https://github.com/open-feature/flagd/commit/fd81c235fb4a09dfc42289ac316ac3a1d7eff58c))


### 🧹 Chore

* move packaging & isolate service implementations ([#1234](https://github.com/open-feature/flagd/issues/1234)) ([b58fab3](https://github.com/open-feature/flagd/commit/b58fab3df030ef7e9e10eafa7a0141c05aa05bbd))

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


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

## [0.9.1](https://github.com/open-feature/flagd/compare/flagd/v0.9.0...flagd/v0.9.1) (2024-03-15)


### 🐛 Bug Fixes

* **deps:** update module google.golang.org/protobuf to v1.33.0 [security] ([#1248](https://github.com/open-feature/flagd/issues/1248)) ([b2b0fa1](https://github.com/open-feature/flagd/commit/b2b0fa19a6254c02c81ef44828b643a5a25ea5b5))
* update protobuff CVE-2024-24786 ([#1249](https://github.com/open-feature/flagd/issues/1249)) ([fd81c23](https://github.com/open-feature/flagd/commit/fd81c235fb4a09dfc42289ac316ac3a1d7eff58c))


### ✨ New Features

* serve sync.proto on port 8015 ([#1237](https://github.com/open-feature/flagd/issues/1237)) ([7afdc0c](https://github.com/open-feature/flagd/commit/7afdc0cda47d080575cb87a94b35cfe051f88422))


### 🧹 Chore

* move packaging & isolate service implementations ([#1234](https://github.com/open-feature/flagd/issues/1234)) ([b58fab3](https://github.com/open-feature/flagd/commit/b58fab3df030ef7e9e10eafa7a0141c05aa05bbd))

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


Expand Down

0 comments on commit b755a64

Please sign in to comment.