Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2023
1 parent 0321935 commit 92b2a3d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 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.7.1",
"flagd-proxy": "0.3.1",
"core": "0.7.1"
"flagd": "0.7.2",
"flagd-proxy": "0.3.2",
"core": "0.7.2"
}
10 changes: 10 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.7.2](https://github.com/open-feature/flagd/compare/core/v0.7.1...core/v0.7.2) (2023-12-02)


### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/open-feature-operator to v0.5.0 ([#1039](https://github.com/open-feature/flagd/issues/1039)) ([eb128d9](https://github.com/open-feature/flagd/commit/eb128d97ecb8b6916f9c5a32c21c698207f82be5))
* **deps:** update module github.com/open-feature/open-feature-operator to v0.5.1 ([#1046](https://github.com/open-feature/flagd/issues/1046)) ([0321935](https://github.com/open-feature/flagd/commit/0321935992ef50c2fc62bd659d8858c25c88efa7))
* **deps:** update module golang.org/x/crypto to v0.16.0 ([#1033](https://github.com/open-feature/flagd/issues/1033)) ([b79aaf2](https://github.com/open-feature/flagd/commit/b79aaf2c2ca5fe9c43c1460d6cab349d5d68b7e1))
* **deps:** update module golang.org/x/net to v0.19.0 ([#1034](https://github.com/open-feature/flagd/issues/1034)) ([c6426b2](https://github.com/open-feature/flagd/commit/c6426b20fa241066fc844a2a000812015790cf12))

## [0.7.1](https://github.com/open-feature/flagd/compare/core/v0.7.0...core/v0.7.1) (2023-11-28)


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

## [0.3.2](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.3.1...flagd-proxy/v0.3.2) (2023-12-02)


### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.1 ([#1037](https://github.com/open-feature/flagd/issues/1037)) ([0ed9b68](https://github.com/open-feature/flagd/commit/0ed9b68341d026681c684a726b215ff910fe2a00))

## [0.3.1](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.3.0...flagd-proxy/v0.3.1) (2023-11-28)


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

## [0.7.2](https://github.com/open-feature/flagd/compare/flagd/v0.7.1...flagd/v0.7.2) (2023-12-02)


### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.1 ([#1037](https://github.com/open-feature/flagd/issues/1037)) ([0ed9b68](https://github.com/open-feature/flagd/commit/0ed9b68341d026681c684a726b215ff910fe2a00))

## [0.7.1](https://github.com/open-feature/flagd/compare/flagd/v0.7.0...flagd/v0.7.1) (2023-11-28)


Expand Down
2 changes: 1 addition & 1 deletion flagd/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flagd
base: core20
version: "v0.7.1" # x-release-please-version
version: "v0.7.2" # x-release-please-version
summary: A feature flag daemon with a Unix philosophy
description: |
Flagd is a simple command line tool for fetching and evaluating feature flags for services. It is designed to conform with the OpenFeature specification.
Expand Down

0 comments on commit 92b2a3d

Please sign in to comment.