From 43f15ea92339cb953b0dcfc6ee883cd0e1a4d9b3 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 8 Sep 2023 11:54:40 -0700
Subject: [PATCH] chore: release main (#883)
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.6.5
##
[0.6.5](https://github.com/open-feature/flagd/compare/flagd/v0.6.4...flagd/v0.6.5)
(2023-09-08)
### ๐ Bug Fixes
* **deps:** update module github.com/open-feature/flagd/core to v0.6.4
([#880](https://github.com/open-feature/flagd/issues/880))
([ebb543d](https://github.com/open-feature/flagd/commit/ebb543d6eec18134e44ee7fe623fd2a336a1cf8d))
* **deps:** update opentelemetry-go monorepo
([#868](https://github.com/open-feature/flagd/issues/868))
([d48317f](https://github.com/open-feature/flagd/commit/d48317f61d7db7ba0398dc9ab7cdd174a0b87555))
### ๐งน Chore
* disable caching on integration tests
([#899](https://github.com/open-feature/flagd/issues/899))
([16dd21e](https://github.com/open-feature/flagd/commit/16dd21e5834519af3a22ffeb989ab398f8c1ddd9))
* upgrade to go 1.20
([#891](https://github.com/open-feature/flagd/issues/891))
([977167f](https://github.com/open-feature/flagd/commit/977167fb8db330b62726097616dcd691267199ad))
flagd-proxy: 0.2.10
##
[0.2.10](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.9...flagd-proxy/v0.2.10)
(2023-09-08)
### ๐ Bug Fixes
* **deps:** update module github.com/open-feature/flagd/core to v0.6.4
([#880](https://github.com/open-feature/flagd/issues/880))
([ebb543d](https://github.com/open-feature/flagd/commit/ebb543d6eec18134e44ee7fe623fd2a336a1cf8d))
* **deps:** update opentelemetry-go monorepo
([#868](https://github.com/open-feature/flagd/issues/868))
([d48317f](https://github.com/open-feature/flagd/commit/d48317f61d7db7ba0398dc9ab7cdd174a0b87555))
### ๐งน Chore
* upgrade to go 1.20
([#891](https://github.com/open-feature/flagd/issues/891))
([977167f](https://github.com/open-feature/flagd/commit/977167fb8db330b62726097616dcd691267199ad))
core: 0.6.5
##
[0.6.5](https://github.com/open-feature/flagd/compare/core/v0.6.4...core/v0.6.5)
(2023-09-08)
### ๐ Bug Fixes
* **deps:** update module github.com/rs/cors to v1.10.0
([#893](https://github.com/open-feature/flagd/issues/893))
([fe61fbe](https://github.com/open-feature/flagd/commit/fe61fbe47a4e58562cbcb1c5201281fae1adafaf))
* **deps:** update module golang.org/x/crypto to v0.13.0
([#888](https://github.com/open-feature/flagd/issues/888))
([1a9037a](https://github.com/open-feature/flagd/commit/1a9037a5b058e44fa844392d0110696b032eff6e))
* **deps:** update module golang.org/x/net to v0.15.0
([#889](https://github.com/open-feature/flagd/issues/889))
([233d976](https://github.com/open-feature/flagd/commit/233d97694826d0e018be19a78259188802aba37f))
* **deps:** update module google.golang.org/grpc to v1.58.0
([#896](https://github.com/open-feature/flagd/issues/896))
([853b76d](https://github.com/open-feature/flagd/commit/853b76dfa3babfebd8bdbcd3e0913380f077b8ab))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.16.1
([#882](https://github.com/open-feature/flagd/issues/882))
([ca3d85a](https://github.com/open-feature/flagd/commit/ca3d85a51c0ed1c1def54d7304d4b9fe69622662))
* **deps:** update opentelemetry-go monorepo
([#868](https://github.com/open-feature/flagd/issues/868))
([d48317f](https://github.com/open-feature/flagd/commit/d48317f61d7db7ba0398dc9ab7cdd174a0b87555))
### ๐งน Chore
* upgrade to go 1.20
([#891](https://github.com/open-feature/flagd/issues/891))
([977167f](https://github.com/open-feature/flagd/commit/977167fb8db330b62726097616dcd691267199ad))
---
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 | 17 +++++++++++++++++
flagd-proxy/CHANGELOG.md | 13 +++++++++++++
flagd/CHANGELOG.md | 14 ++++++++++++++
flagd/snap/snapcraft.yaml | 2 +-
5 files changed, 48 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 3df26172e..c95be4ae1 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,5 +1,5 @@
{
- "flagd": "0.6.4",
- "flagd-proxy": "0.2.9",
- "core": "0.6.4"
+ "flagd": "0.6.5",
+ "flagd-proxy": "0.2.10",
+ "core": "0.6.5"
}
\ No newline at end of file
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index 7b215a795..fa2aa46d8 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [0.6.5](https://github.com/open-feature/flagd/compare/core/v0.6.4...core/v0.6.5) (2023-09-08)
+
+
+### ๐ Bug Fixes
+
+* **deps:** update module github.com/rs/cors to v1.10.0 ([#893](https://github.com/open-feature/flagd/issues/893)) ([fe61fbe](https://github.com/open-feature/flagd/commit/fe61fbe47a4e58562cbcb1c5201281fae1adafaf))
+* **deps:** update module golang.org/x/crypto to v0.13.0 ([#888](https://github.com/open-feature/flagd/issues/888)) ([1a9037a](https://github.com/open-feature/flagd/commit/1a9037a5b058e44fa844392d0110696b032eff6e))
+* **deps:** update module golang.org/x/net to v0.15.0 ([#889](https://github.com/open-feature/flagd/issues/889)) ([233d976](https://github.com/open-feature/flagd/commit/233d97694826d0e018be19a78259188802aba37f))
+* **deps:** update module google.golang.org/grpc to v1.58.0 ([#896](https://github.com/open-feature/flagd/issues/896)) ([853b76d](https://github.com/open-feature/flagd/commit/853b76dfa3babfebd8bdbcd3e0913380f077b8ab))
+* **deps:** update module sigs.k8s.io/controller-runtime to v0.16.1 ([#882](https://github.com/open-feature/flagd/issues/882)) ([ca3d85a](https://github.com/open-feature/flagd/commit/ca3d85a51c0ed1c1def54d7304d4b9fe69622662))
+* **deps:** update opentelemetry-go monorepo ([#868](https://github.com/open-feature/flagd/issues/868)) ([d48317f](https://github.com/open-feature/flagd/commit/d48317f61d7db7ba0398dc9ab7cdd174a0b87555))
+
+
+### ๐งน Chore
+
+* upgrade to go 1.20 ([#891](https://github.com/open-feature/flagd/issues/891)) ([977167f](https://github.com/open-feature/flagd/commit/977167fb8db330b62726097616dcd691267199ad))
+
## [0.6.4](https://github.com/open-feature/flagd/compare/core/v0.6.3...core/v0.6.4) (2023-08-30)
diff --git a/flagd-proxy/CHANGELOG.md b/flagd-proxy/CHANGELOG.md
index 4ac4470b0..9d016093f 100644
--- a/flagd-proxy/CHANGELOG.md
+++ b/flagd-proxy/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [0.2.10](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.9...flagd-proxy/v0.2.10) (2023-09-08)
+
+
+### ๐ Bug Fixes
+
+* **deps:** update module github.com/open-feature/flagd/core to v0.6.4 ([#880](https://github.com/open-feature/flagd/issues/880)) ([ebb543d](https://github.com/open-feature/flagd/commit/ebb543d6eec18134e44ee7fe623fd2a336a1cf8d))
+* **deps:** update opentelemetry-go monorepo ([#868](https://github.com/open-feature/flagd/issues/868)) ([d48317f](https://github.com/open-feature/flagd/commit/d48317f61d7db7ba0398dc9ab7cdd174a0b87555))
+
+
+### ๐งน Chore
+
+* upgrade to go 1.20 ([#891](https://github.com/open-feature/flagd/issues/891)) ([977167f](https://github.com/open-feature/flagd/commit/977167fb8db330b62726097616dcd691267199ad))
+
## [0.2.9](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.8...flagd-proxy/v0.2.9) (2023-08-30)
diff --git a/flagd/CHANGELOG.md b/flagd/CHANGELOG.md
index cf678289d..b5fe6e782 100644
--- a/flagd/CHANGELOG.md
+++ b/flagd/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [0.6.5](https://github.com/open-feature/flagd/compare/flagd/v0.6.4...flagd/v0.6.5) (2023-09-08)
+
+
+### ๐ Bug Fixes
+
+* **deps:** update module github.com/open-feature/flagd/core to v0.6.4 ([#880](https://github.com/open-feature/flagd/issues/880)) ([ebb543d](https://github.com/open-feature/flagd/commit/ebb543d6eec18134e44ee7fe623fd2a336a1cf8d))
+* **deps:** update opentelemetry-go monorepo ([#868](https://github.com/open-feature/flagd/issues/868)) ([d48317f](https://github.com/open-feature/flagd/commit/d48317f61d7db7ba0398dc9ab7cdd174a0b87555))
+
+
+### ๐งน Chore
+
+* disable caching on integration tests ([#899](https://github.com/open-feature/flagd/issues/899)) ([16dd21e](https://github.com/open-feature/flagd/commit/16dd21e5834519af3a22ffeb989ab398f8c1ddd9))
+* upgrade to go 1.20 ([#891](https://github.com/open-feature/flagd/issues/891)) ([977167f](https://github.com/open-feature/flagd/commit/977167fb8db330b62726097616dcd691267199ad))
+
## [0.6.4](https://github.com/open-feature/flagd/compare/flagd/v0.6.3...flagd/v0.6.4) (2023-08-30)
diff --git a/flagd/snap/snapcraft.yaml b/flagd/snap/snapcraft.yaml
index 4fe88e13c..74bdcdacb 100644
--- a/flagd/snap/snapcraft.yaml
+++ b/flagd/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: flagd
base: core20
-version: "v0.6.4" # x-release-please-version
+version: "v0.6.5" # 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.