-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ae6662
commit 67b4268
Showing
5 changed files
with
35 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 |