Skip to content

Commit

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


<details><summary>flagd: 0.11.1</summary>

##
[0.11.1](flagd/v0.11.0...flagd/v0.11.1)
(2024-07-08)


### 🐛 Bug Fixes

* **deps:** update module buf.build/gen/go/open-feature/flagd/grpc/go to
v1.4.0-20240215170432-1e611e2999cc.2
([#1342](#1342))
([efdd921](efdd921))
* **deps:** update module github.com/open-feature/flagd/core to v0.10.0
([#1340](#1340))
([1e487b4](1e487b4))
* **deps:** update module golang.org/x/net to v0.27.0
([#1353](#1353))
([df9834b](df9834b))
* **deps:** update module google.golang.org/grpc to v1.65.0
([#1346](#1346))
([72a6b87](72a6b87))
* **deps:** update opentelemetry-go monorepo
([#1347](#1347))
([37fb3cd](37fb3cd))
* invalid scoped-sync responses for empty flags
([#1352](#1352))
([51371d2](51371d2))
</details>

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

##
[0.6.4](flagd-proxy/v0.6.3...flagd-proxy/v0.6.4)
(2024-07-08)


### 🐛 Bug Fixes

* **deps:** update module buf.build/gen/go/open-feature/flagd/grpc/go to
v1.4.0-20240215170432-1e611e2999cc.2
([#1342](#1342))
([efdd921](efdd921))
* **deps:** update module github.com/open-feature/flagd/core to v0.10.0
([#1340](#1340))
([1e487b4](1e487b4))
* **deps:** update module golang.org/x/net to v0.27.0
([#1353](#1353))
([df9834b](df9834b))
* **deps:** update module google.golang.org/grpc to v1.65.0
([#1346](#1346))
([72a6b87](72a6b87))
* **deps:** update opentelemetry-go monorepo
([#1347](#1347))
([37fb3cd](37fb3cd))
</details>

<details><summary>core: 0.10.1</summary>

##
[0.10.1](core/v0.10.0...core/v0.10.1)
(2024-07-08)


### 🐛 Bug Fixes

* **deps:** update module buf.build/gen/go/open-feature/flagd/grpc/go to
v1.4.0-20240215170432-1e611e2999cc.2
([#1342](#1342))
([efdd921](efdd921))
* **deps:** update module golang.org/x/crypto to v0.25.0
([#1351](#1351))
([450cbc8](450cbc8))
* **deps:** update module golang.org/x/mod to v0.19.0
([#1349](#1349))
([6ee89b4](6ee89b4))
* **deps:** update module google.golang.org/grpc to v1.65.0
([#1346](#1346))
([72a6b87](72a6b87))
* **deps:** update opentelemetry-go monorepo
([#1347](#1347))
([37fb3cd](37fb3cd))
</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 <109696520+openfeaturebot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 8, 2024
1 parent 283d509 commit 9ac329f
Show file tree
Hide file tree
Showing 4 changed files with 37 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.11.0",
"flagd-proxy": "0.6.3",
"core": "0.10.0"
"flagd": "0.11.1",
"flagd-proxy": "0.6.4",
"core": "0.10.1"
}
11 changes: 11 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.10.1](https://github.com/open-feature/flagd/compare/core/v0.10.0...core/v0.10.1) (2024-07-08)


### 🐛 Bug Fixes

* **deps:** update module buf.build/gen/go/open-feature/flagd/grpc/go to v1.4.0-20240215170432-1e611e2999cc.2 ([#1342](https://github.com/open-feature/flagd/issues/1342)) ([efdd921](https://github.com/open-feature/flagd/commit/efdd92139903b89ac986a62ff2cf4f5cfef91cde))
* **deps:** update module golang.org/x/crypto to v0.25.0 ([#1351](https://github.com/open-feature/flagd/issues/1351)) ([450cbc8](https://github.com/open-feature/flagd/commit/450cbc84ca55eef3fccc768003e358a8e589668e))
* **deps:** update module golang.org/x/mod to v0.19.0 ([#1349](https://github.com/open-feature/flagd/issues/1349)) ([6ee89b4](https://github.com/open-feature/flagd/commit/6ee89b44ca4aca8f6236603fc3f969e814907bd6))
* **deps:** update module google.golang.org/grpc to v1.65.0 ([#1346](https://github.com/open-feature/flagd/issues/1346)) ([72a6b87](https://github.com/open-feature/flagd/commit/72a6b876e880ff0b43440d9b63710c7a87536988))
* **deps:** update opentelemetry-go monorepo ([#1347](https://github.com/open-feature/flagd/issues/1347)) ([37fb3cd](https://github.com/open-feature/flagd/commit/37fb3cd81d5436e9d8cd3ea490a3951ae5794130))

## [0.10.0](https://github.com/open-feature/flagd/compare/core/v0.9.3...core/v0.10.0) (2024-06-27)


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

## [0.6.4](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.6.3...flagd-proxy/v0.6.4) (2024-07-08)


### 🐛 Bug Fixes

* **deps:** update module buf.build/gen/go/open-feature/flagd/grpc/go to v1.4.0-20240215170432-1e611e2999cc.2 ([#1342](https://github.com/open-feature/flagd/issues/1342)) ([efdd921](https://github.com/open-feature/flagd/commit/efdd92139903b89ac986a62ff2cf4f5cfef91cde))
* **deps:** update module github.com/open-feature/flagd/core to v0.10.0 ([#1340](https://github.com/open-feature/flagd/issues/1340)) ([1e487b4](https://github.com/open-feature/flagd/commit/1e487b4bafad9814f190d0bf3a1d833def9ef5af))
* **deps:** update module golang.org/x/net to v0.27.0 ([#1353](https://github.com/open-feature/flagd/issues/1353)) ([df9834b](https://github.com/open-feature/flagd/commit/df9834bea2a7ae20c5926c98dc423ab6363ef332))
* **deps:** update module google.golang.org/grpc to v1.65.0 ([#1346](https://github.com/open-feature/flagd/issues/1346)) ([72a6b87](https://github.com/open-feature/flagd/commit/72a6b876e880ff0b43440d9b63710c7a87536988))
* **deps:** update opentelemetry-go monorepo ([#1347](https://github.com/open-feature/flagd/issues/1347)) ([37fb3cd](https://github.com/open-feature/flagd/commit/37fb3cd81d5436e9d8cd3ea490a3951ae5794130))

## [0.6.3](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.6.2...flagd-proxy/v0.6.3) (2024-06-27)


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

## [0.11.1](https://github.com/open-feature/flagd/compare/flagd/v0.11.0...flagd/v0.11.1) (2024-07-08)


### 🐛 Bug Fixes

* **deps:** update module buf.build/gen/go/open-feature/flagd/grpc/go to v1.4.0-20240215170432-1e611e2999cc.2 ([#1342](https://github.com/open-feature/flagd/issues/1342)) ([efdd921](https://github.com/open-feature/flagd/commit/efdd92139903b89ac986a62ff2cf4f5cfef91cde))
* **deps:** update module github.com/open-feature/flagd/core to v0.10.0 ([#1340](https://github.com/open-feature/flagd/issues/1340)) ([1e487b4](https://github.com/open-feature/flagd/commit/1e487b4bafad9814f190d0bf3a1d833def9ef5af))
* **deps:** update module golang.org/x/net to v0.27.0 ([#1353](https://github.com/open-feature/flagd/issues/1353)) ([df9834b](https://github.com/open-feature/flagd/commit/df9834bea2a7ae20c5926c98dc423ab6363ef332))
* **deps:** update module google.golang.org/grpc to v1.65.0 ([#1346](https://github.com/open-feature/flagd/issues/1346)) ([72a6b87](https://github.com/open-feature/flagd/commit/72a6b876e880ff0b43440d9b63710c7a87536988))
* **deps:** update opentelemetry-go monorepo ([#1347](https://github.com/open-feature/flagd/issues/1347)) ([37fb3cd](https://github.com/open-feature/flagd/commit/37fb3cd81d5436e9d8cd3ea490a3951ae5794130))
* invalid scoped-sync responses for empty flags ([#1352](https://github.com/open-feature/flagd/issues/1352)) ([51371d2](https://github.com/open-feature/flagd/commit/51371d25e25e1199336a5a831530506313628ff3))

## [0.11.0](https://github.com/open-feature/flagd/compare/flagd/v0.10.3...flagd/v0.11.0) (2024-06-27)


Expand Down

0 comments on commit 9ac329f

Please sign in to comment.