From 14929dd5c370a0314e689283508f325e85171fbf Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 28 Nov 2023 14:22:57 -0500
Subject: [PATCH] chore: release main (#1017)
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.1
##
[0.7.1](https://github.com/open-feature/flagd/compare/flagd/v0.7.0...flagd/v0.7.1)
(2023-11-28)
### 🐛 Bug Fixes
* **deps:** update module github.com/open-feature/flagd/core to v0.7.0
([#1014](https://github.com/open-feature/flagd/issues/1014))
([deec49e](https://github.com/open-feature/flagd/commit/deec49e99ef52f62adbf278a8f58936acbb86b9d))
### 🔄 Refactoring
* Rename metrics-port to management-port
([#1012](https://github.com/open-feature/flagd/issues/1012))
([5635e38](https://github.com/open-feature/flagd/commit/5635e38703cae835a53e9cce83d5bc42d00091e2))
flagd-proxy: 0.3.1
##
[0.3.1](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.3.0...flagd-proxy/v0.3.1)
(2023-11-28)
### 🐛 Bug Fixes
* **deps:** update module github.com/open-feature/flagd/core to v0.7.0
([#1014](https://github.com/open-feature/flagd/issues/1014))
([deec49e](https://github.com/open-feature/flagd/commit/deec49e99ef52f62adbf278a8f58936acbb86b9d))
### 🔄 Refactoring
* Rename metrics-port to management-port
([#1012](https://github.com/open-feature/flagd/issues/1012))
([5635e38](https://github.com/open-feature/flagd/commit/5635e38703cae835a53e9cce83d5bc42d00091e2))
core: 0.7.1
##
[0.7.1](https://github.com/open-feature/flagd/compare/core/v0.7.0...core/v0.7.1)
(2023-11-28)
### 🐛 Bug Fixes
* **deps:** update kubernetes packages to v0.28.4
([#1016](https://github.com/open-feature/flagd/issues/1016))
([ae470e3](https://github.com/open-feature/flagd/commit/ae470e37f3368c81484f0c54366ccf059ea2cea6))
* **deps:** update opentelemetry-go monorepo
([#1019](https://github.com/open-feature/flagd/issues/1019))
([23ae555](https://github.com/open-feature/flagd/commit/23ae555ad73128dff46e911fccfef76306f5c550))
### 🔄 Refactoring
* Rename metrics-port to management-port
([#1012](https://github.com/open-feature/flagd/issues/1012))
([5635e38](https://github.com/open-feature/flagd/commit/5635e38703cae835a53e9cce83d5bc42d00091e2))
---
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 | 13 +++++++++++++
flagd-proxy/CHANGELOG.md | 12 ++++++++++++
flagd/CHANGELOG.md | 12 ++++++++++++
flagd/snap/snapcraft.yaml | 2 +-
5 files changed, 41 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 381c32933..f657d8565 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,5 +1,5 @@
{
- "flagd": "0.7.0",
- "flagd-proxy": "0.3.0",
- "core": "0.7.0"
+ "flagd": "0.7.1",
+ "flagd-proxy": "0.3.1",
+ "core": "0.7.1"
}
\ No newline at end of file
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index dfc0ee9f2..27b249eb0 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [0.7.1](https://github.com/open-feature/flagd/compare/core/v0.7.0...core/v0.7.1) (2023-11-28)
+
+
+### 🐛 Bug Fixes
+
+* **deps:** update kubernetes packages to v0.28.4 ([#1016](https://github.com/open-feature/flagd/issues/1016)) ([ae470e3](https://github.com/open-feature/flagd/commit/ae470e37f3368c81484f0c54366ccf059ea2cea6))
+* **deps:** update opentelemetry-go monorepo ([#1019](https://github.com/open-feature/flagd/issues/1019)) ([23ae555](https://github.com/open-feature/flagd/commit/23ae555ad73128dff46e911fccfef76306f5c550))
+
+
+### 🔄 Refactoring
+
+* Rename metrics-port to management-port ([#1012](https://github.com/open-feature/flagd/issues/1012)) ([5635e38](https://github.com/open-feature/flagd/commit/5635e38703cae835a53e9cce83d5bc42d00091e2))
+
## [0.7.0](https://github.com/open-feature/flagd/compare/core/v0.6.8...core/v0.7.0) (2023-11-15)
diff --git a/flagd-proxy/CHANGELOG.md b/flagd-proxy/CHANGELOG.md
index 4132dccda..40d200057 100644
--- a/flagd-proxy/CHANGELOG.md
+++ b/flagd-proxy/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.3.1](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.3.0...flagd-proxy/v0.3.1) (2023-11-28)
+
+
+### 🐛 Bug Fixes
+
+* **deps:** update module github.com/open-feature/flagd/core to v0.7.0 ([#1014](https://github.com/open-feature/flagd/issues/1014)) ([deec49e](https://github.com/open-feature/flagd/commit/deec49e99ef52f62adbf278a8f58936acbb86b9d))
+
+
+### 🔄 Refactoring
+
+* Rename metrics-port to management-port ([#1012](https://github.com/open-feature/flagd/issues/1012)) ([5635e38](https://github.com/open-feature/flagd/commit/5635e38703cae835a53e9cce83d5bc42d00091e2))
+
## [0.3.0](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.13...flagd-proxy/v0.3.0) (2023-11-15)
diff --git a/flagd/CHANGELOG.md b/flagd/CHANGELOG.md
index acd487721..67f688247 100644
--- a/flagd/CHANGELOG.md
+++ b/flagd/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.7.1](https://github.com/open-feature/flagd/compare/flagd/v0.7.0...flagd/v0.7.1) (2023-11-28)
+
+
+### 🐛 Bug Fixes
+
+* **deps:** update module github.com/open-feature/flagd/core to v0.7.0 ([#1014](https://github.com/open-feature/flagd/issues/1014)) ([deec49e](https://github.com/open-feature/flagd/commit/deec49e99ef52f62adbf278a8f58936acbb86b9d))
+
+
+### 🔄 Refactoring
+
+* Rename metrics-port to management-port ([#1012](https://github.com/open-feature/flagd/issues/1012)) ([5635e38](https://github.com/open-feature/flagd/commit/5635e38703cae835a53e9cce83d5bc42d00091e2))
+
## [0.7.0](https://github.com/open-feature/flagd/compare/flagd/v0.6.8...flagd/v0.7.0) (2023-11-15)
diff --git a/flagd/snap/snapcraft.yaml b/flagd/snap/snapcraft.yaml
index bb3477d21..5e8bb5e9b 100644
--- a/flagd/snap/snapcraft.yaml
+++ b/flagd/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: flagd
base: core20
-version: "v0.7.0" # x-release-please-version
+version: "v0.7.1" # 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.