-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.7.2</summary> ## [0.7.2](flagd/v0.7.1...flagd/v0.7.2) (2023-12-05) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.7.1 ([#1037](#1037)) ([0ed9b68](0ed9b68)) </details> <details><summary>flagd-proxy: 0.3.2</summary> ## [0.3.2](flagd-proxy/v0.3.1...flagd-proxy/v0.3.2) (2023-12-05) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.7.1 ([#1037](#1037)) ([0ed9b68](0ed9b68)) </details> <details><summary>core: 0.7.2</summary> ## [0.7.2](core/v0.7.1...core/v0.7.2) (2023-12-05) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/open-feature-operator to v0.5.0 ([#1039](#1039)) ([eb128d9](eb128d9)) * **deps:** update module github.com/open-feature/open-feature-operator to v0.5.1 ([#1046](#1046)) ([0321935](0321935)) * **deps:** update module golang.org/x/crypto to v0.16.0 ([#1033](#1033)) ([b79aaf2](b79aaf2)) * **deps:** update module golang.org/x/net to v0.19.0 ([#1034](#1034)) ([c6426b2](c6426b2)) * various edge cases in targeting ([#1041](#1041)) ([ca38c16](ca38c16)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ca38c16
commit 9e6e8d7
Showing
5 changed files
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
name: flagd | ||
base: core20 | ||
version: "v0.7.1" # x-release-please-version | ||
version: 0.7.2 | ||
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. | ||
grade: stable # must be 'stable' to release into candidate/stable channels | ||
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. | ||
grade: stable | ||
confinement: strict | ||
architectures: | ||
- build-on: amd64 | ||
- build-on: arm64 | ||
- build-on: amd64 | ||
- build-on: arm64 | ||
apps: | ||
flagd: | ||
flagd: | ||
command: bin/flagd | ||
plugs: | ||
- home | ||
- network | ||
- network-bind | ||
parts: | ||
home: | ||
# See 'snapcraft plugins' | ||
plugin: go | ||
source-type: git | ||
source: https://github.com/open-feature/flagd.git |