Skip to content

Commit

Permalink
chore: release main (#1007)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>flagd: 0.7.0</summary>

##
[0.7.0](flagd/v0.6.8...flagd/v0.7.0)
(2023-11-15)


### ⚠ BREAKING CHANGES

* OFO APIs were updated to version v1beta1, since they are more stable
now. Resources of the alpha versions are no longer supported in flagd or
flagd-proxy.

### 🐛 Bug Fixes

* **deps:** update module
github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.18
([#1011](#1011))
([90d4e4e](90d4e4e))


### ✨ New Features

* support OFO v1beta1 API
([#997](#997))
([bb6f5bf](bb6f5bf))


### 🧹 Chore

* move e2e tests to test
([#1005](#1005))
([a94b639](a94b639))
</details>

<details><summary>flagd-proxy: 0.3.0</summary>

##
[0.3.0](flagd-proxy/v0.2.13...flagd-proxy/v0.3.0)
(2023-11-15)


### ⚠ BREAKING CHANGES

* OFO APIs were updated to version v1beta1, since they are more stable
now. Resources of the alpha versions are no longer supported in flagd or
flagd-proxy.

### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.6.8
([#1006](#1006))
([c9b48bd](c9b48bd))


### ✨ New Features

* support OFO v1beta1 API
([#997](#997))
([bb6f5bf](bb6f5bf))


### 🧹 Chore

* move e2e tests to test
([#1005](#1005))
([a94b639](a94b639))
</details>

<details><summary>core: 0.7.0</summary>

##
[0.7.0](core/v0.6.8...core/v0.7.0)
(2023-11-15)


### ⚠ BREAKING CHANGES

* OFO APIs were updated to version v1beta1, since they are more stable
now. Resources of the alpha versions are no longer supported in flagd or
flagd-proxy.

### ✨ New Features

* support OFO v1beta1 API
([#997](#997))
([bb6f5bf](bb6f5bf))
</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>
  • Loading branch information
github-actions[bot] authored Nov 15, 2023
1 parent a94b639 commit cfcd6bd
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flagd": "0.6.8",
"flagd-proxy": "0.2.13",
"core": "0.6.8"
"flagd": "0.7.0",
"flagd-proxy": "0.3.0",
"core": "0.7.0"
}
11 changes: 11 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://github.com/open-feature/flagd/compare/core/v0.6.8...core/v0.7.0) (2023-11-15)


### ⚠ BREAKING CHANGES

* OFO APIs were updated to version v1beta1, since they are more stable now. Resources of the alpha versions are no longer supported in flagd or flagd-proxy.

### ✨ New Features

* support OFO v1beta1 API ([#997](https://github.com/open-feature/flagd/issues/997)) ([bb6f5bf](https://github.com/open-feature/flagd/commit/bb6f5bf0fc382ade75d80a34d209beaa2edc459d))

## [0.6.8](https://github.com/open-feature/flagd/compare/core/v0.6.7...core/v0.6.8) (2023-11-13)


Expand Down
21 changes: 21 additions & 0 deletions flagd-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.3.0](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.13...flagd-proxy/v0.3.0) (2023-11-15)


### ⚠ BREAKING CHANGES

* OFO APIs were updated to version v1beta1, since they are more stable now. Resources of the alpha versions are no longer supported in flagd or flagd-proxy.

### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.6.8 ([#1006](https://github.com/open-feature/flagd/issues/1006)) ([c9b48bd](https://github.com/open-feature/flagd/commit/c9b48bd0b617f6d3c04c8924b1d6650ba17de81a))


### ✨ New Features

* support OFO v1beta1 API ([#997](https://github.com/open-feature/flagd/issues/997)) ([bb6f5bf](https://github.com/open-feature/flagd/commit/bb6f5bf0fc382ade75d80a34d209beaa2edc459d))


### 🧹 Chore

* move e2e tests to test ([#1005](https://github.com/open-feature/flagd/issues/1005)) ([a94b639](https://github.com/open-feature/flagd/commit/a94b6399e529ca03c6034eb86ec4028d7e8c2a82))

## [0.2.13](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.12...flagd-proxy/v0.2.13) (2023-11-13)


Expand Down
21 changes: 21 additions & 0 deletions flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.7.0](https://github.com/open-feature/flagd/compare/flagd/v0.6.8...flagd/v0.7.0) (2023-11-15)


### ⚠ BREAKING CHANGES

* OFO APIs were updated to version v1beta1, since they are more stable now. Resources of the alpha versions are no longer supported in flagd or flagd-proxy.

### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.18 ([#1011](https://github.com/open-feature/flagd/issues/1011)) ([90d4e4e](https://github.com/open-feature/flagd/commit/90d4e4e7d9db9e21fa38d96fdecb81ab78868732))


### ✨ New Features

* support OFO v1beta1 API ([#997](https://github.com/open-feature/flagd/issues/997)) ([bb6f5bf](https://github.com/open-feature/flagd/commit/bb6f5bf0fc382ade75d80a34d209beaa2edc459d))


### 🧹 Chore

* move e2e tests to test ([#1005](https://github.com/open-feature/flagd/issues/1005)) ([a94b639](https://github.com/open-feature/flagd/commit/a94b6399e529ca03c6034eb86ec4028d7e8c2a82))

## [0.6.8](https://github.com/open-feature/flagd/compare/flagd/v0.6.7...flagd/v0.6.8) (2023-11-13)


Expand Down
2 changes: 1 addition & 1 deletion flagd/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flagd
base: core20
version: "v0.6.8" # x-release-please-version
version: "v0.7.0" # 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.
Expand Down

0 comments on commit cfcd6bd

Please sign in to comment.