Skip to content

Commit 43f15ea

Browse files
chore: release main (#883)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.6.5</summary> ## [0.6.5](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](#880)) ([ebb543d](ebb543d)) * **deps:** update opentelemetry-go monorepo ([#868](#868)) ([d48317f](d48317f)) ### 🧹 Chore * disable caching on integration tests ([#899](#899)) ([16dd21e](16dd21e)) * upgrade to go 1.20 ([#891](#891)) ([977167f](977167f)) </details> <details><summary>flagd-proxy: 0.2.10</summary> ## [0.2.10](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](#880)) ([ebb543d](ebb543d)) * **deps:** update opentelemetry-go monorepo ([#868](#868)) ([d48317f](d48317f)) ### 🧹 Chore * upgrade to go 1.20 ([#891](#891)) ([977167f](977167f)) </details> <details><summary>core: 0.6.5</summary> ## [0.6.5](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](#893)) ([fe61fbe](fe61fbe)) * **deps:** update module golang.org/x/crypto to v0.13.0 ([#888](#888)) ([1a9037a](1a9037a)) * **deps:** update module golang.org/x/net to v0.15.0 ([#889](#889)) ([233d976](233d976)) * **deps:** update module google.golang.org/grpc to v1.58.0 ([#896](#896)) ([853b76d](853b76d)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.16.1 ([#882](#882)) ([ca3d85a](ca3d85a)) * **deps:** update opentelemetry-go monorepo ([#868](#868)) ([d48317f](d48317f)) ### 🧹 Chore * upgrade to go 1.20 ([#891](#891)) ([977167f](977167f)) </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>
1 parent fe61fbe commit 43f15ea

File tree

5 files changed

+48
-4
lines changed

5 files changed

+48
-4
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flagd": "0.6.4",
3-
"flagd-proxy": "0.2.9",
4-
"core": "0.6.4"
2+
"flagd": "0.6.5",
3+
"flagd-proxy": "0.2.10",
4+
"core": "0.6.5"
55
}

core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.6.5](https://github.com/open-feature/flagd/compare/core/v0.6.4...core/v0.6.5) (2023-09-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* **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))
13+
* **deps:** update opentelemetry-go monorepo ([#868](https://github.com/open-feature/flagd/issues/868)) ([d48317f](https://github.com/open-feature/flagd/commit/d48317f61d7db7ba0398dc9ab7cdd174a0b87555))
14+
15+
16+
### 🧹 Chore
17+
18+
* upgrade to go 1.20 ([#891](https://github.com/open-feature/flagd/issues/891)) ([977167f](https://github.com/open-feature/flagd/commit/977167fb8db330b62726097616dcd691267199ad))
19+
320
## [0.6.4](https://github.com/open-feature/flagd/compare/core/v0.6.3...core/v0.6.4) (2023-08-30)
421

522

flagd-proxy/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.10](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.9...flagd-proxy/v0.2.10) (2023-09-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
* **deps:** update opentelemetry-go monorepo ([#868](https://github.com/open-feature/flagd/issues/868)) ([d48317f](https://github.com/open-feature/flagd/commit/d48317f61d7db7ba0398dc9ab7cdd174a0b87555))
10+
11+
12+
### 🧹 Chore
13+
14+
* upgrade to go 1.20 ([#891](https://github.com/open-feature/flagd/issues/891)) ([977167f](https://github.com/open-feature/flagd/commit/977167fb8db330b62726097616dcd691267199ad))
15+
316
## [0.2.9](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.8...flagd-proxy/v0.2.9) (2023-08-30)
417

518

flagd/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.6.5](https://github.com/open-feature/flagd/compare/flagd/v0.6.4...flagd/v0.6.5) (2023-09-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
* **deps:** update opentelemetry-go monorepo ([#868](https://github.com/open-feature/flagd/issues/868)) ([d48317f](https://github.com/open-feature/flagd/commit/d48317f61d7db7ba0398dc9ab7cdd174a0b87555))
10+
11+
12+
### 🧹 Chore
13+
14+
* disable caching on integration tests ([#899](https://github.com/open-feature/flagd/issues/899)) ([16dd21e](https://github.com/open-feature/flagd/commit/16dd21e5834519af3a22ffeb989ab398f8c1ddd9))
15+
* upgrade to go 1.20 ([#891](https://github.com/open-feature/flagd/issues/891)) ([977167f](https://github.com/open-feature/flagd/commit/977167fb8db330b62726097616dcd691267199ad))
16+
317
## [0.6.4](https://github.com/open-feature/flagd/compare/flagd/v0.6.3...flagd/v0.6.4) (2023-08-30)
418

519

flagd/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flagd
22
base: core20
3-
version: "v0.6.4" # x-release-please-version
3+
version: "v0.6.5" # x-release-please-version
44
summary: A feature flag daemon with a Unix philosophy
55
description: |
66
Flagd is a simple command line tool for fetching and evaluating feature flags for services. It is designed to conform with the OpenFeature specification.

0 commit comments

Comments
 (0)