Skip to content

Commit 7471405

Browse files
chore(main): release 0.2.0 (#98)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 70a3752 commit 7471405

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/open-feature/open-feature-operator/compare/v0.1.1...v0.2.0) (2022-10-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* bump flagd version to 0.2.0 (connect refactor) (#97)
9+
10+
### Features
11+
12+
* bump flagd version to 0.2.0 (connect refactor) ([#97](https://github.com/open-feature/open-feature-operator/issues/97)) ([8118b9f](https://github.com/open-feature/open-feature-operator/commit/8118b9fcbaf0d3c66d6869369add645e388989de))
13+
14+
15+
### Bug Fixes
16+
17+
* upgrade dependencies with vulnerabilities ([#90](https://github.com/open-feature/open-feature-operator/issues/90)) ([58cdd4e](https://github.com/open-feature/open-feature-operator/commit/58cdd4ee7c6989e44258bad3e9ed75a3bb465cae))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ _Requires [cert manager](https://cert-manager.io/docs/installation/kubernetes/)
1919

2020
```
2121
kubectl create namespace open-feature-operator-system
22-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.1.1/certificate.yaml
23-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.1.1/release.yaml
22+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.0/certificate.yaml
23+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.0/release.yaml
2424
```
2525

2626
<!---x-release-please-end-->

0 commit comments

Comments
 (0)