From 9e6e8d77eceaa8b75c181951a672064be649143b Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 5 Dec 2023 12:39:23 -0500
Subject: [PATCH] chore: release main (#1038)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
:robot: I have created a release *beep* *boop*
---
flagd: 0.7.2
##
[0.7.2](https://github.com/open-feature/flagd/compare/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](https://github.com/open-feature/flagd/issues/1037))
([0ed9b68](https://github.com/open-feature/flagd/commit/0ed9b68341d026681c684a726b215ff910fe2a00))
flagd-proxy: 0.3.2
##
[0.3.2](https://github.com/open-feature/flagd/compare/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](https://github.com/open-feature/flagd/issues/1037))
([0ed9b68](https://github.com/open-feature/flagd/commit/0ed9b68341d026681c684a726b215ff910fe2a00))
core: 0.7.2
##
[0.7.2](https://github.com/open-feature/flagd/compare/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](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))
* various edge cases in targeting
([#1041](https://github.com/open-feature/flagd/issues/1041))
([ca38c16](https://github.com/open-feature/flagd/commit/ca38c165c606ffa4517872f170375dde37f4ac5b))
---
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>
---
.release-please-manifest.json | 6 +++---
core/CHANGELOG.md | 11 +++++++++++
flagd-proxy/CHANGELOG.md | 7 +++++++
flagd/CHANGELOG.md | 7 +++++++
flagd/snap/snapcraft.yaml | 16 ++++++++--------
5 files changed, 36 insertions(+), 11 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index f657d8565..477afbd8b 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -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"
}
\ No newline at end of file
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index 27b249eb0..9f51c774e 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [0.7.2](https://github.com/open-feature/flagd/compare/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](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))
+* various edge cases in targeting ([#1041](https://github.com/open-feature/flagd/issues/1041)) ([ca38c16](https://github.com/open-feature/flagd/commit/ca38c165c606ffa4517872f170375dde37f4ac5b))
+
## [0.7.1](https://github.com/open-feature/flagd/compare/core/v0.7.0...core/v0.7.1) (2023-11-28)
diff --git a/flagd-proxy/CHANGELOG.md b/flagd-proxy/CHANGELOG.md
index 40d200057..3fddcd049 100644
--- a/flagd-proxy/CHANGELOG.md
+++ b/flagd-proxy/CHANGELOG.md
@@ -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-05)
+
+
+### 🐛 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)
diff --git a/flagd/CHANGELOG.md b/flagd/CHANGELOG.md
index 67f688247..fe6397f74 100644
--- a/flagd/CHANGELOG.md
+++ b/flagd/CHANGELOG.md
@@ -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-05)
+
+
+### 🐛 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)
diff --git a/flagd/snap/snapcraft.yaml b/flagd/snap/snapcraft.yaml
index 5e8bb5e9b..03966dd88 100644
--- a/flagd/snap/snapcraft.yaml
+++ b/flagd/snap/snapcraft.yaml
@@ -1,16 +1,17 @@
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
@@ -18,7 +19,6 @@ apps:
- network-bind
parts:
home:
- # See 'snapcraft plugins'
plugin: go
source-type: git
source: https://github.com/open-feature/flagd.git