Skip to content

Commit 8118b9f

Browse files
feat!: bump flagd version to 0.2.0 (connect refactor) (#97)
* bump flagd version Signed-off-by: James-Milligan <[email protected]> * bumped from 0.2.0 to 0.2.1 Signed-off-by: James-Milligan <[email protected]> Signed-off-by: James-Milligan <[email protected]>
1 parent eff3724 commit 8118b9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Image URL to use all building/pushing image targets
33
IMG ?= controller:latest
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5-
FLAGD_VERSION=v0.1.0
5+
FLAGD_VERSION=v0.2.1
66
ENVTEST_K8S_VERSION = 1.23
77

88
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ spec:
8686
3. Example usage from host container
8787

8888
```
89-
root@nginx:/# curl -X POST localhost:8013/flags/foo/resolve/string
90-
{"reason":"DEFAULT","value":"BAR"}
89+
root@nginx:/# curl -X POST "localhost:8013/schema.v1.Service/ResolveString" -d '{"flagKey":"foo","context":{}}' -H "Content-Type: application/json"
90+
{"value":"BAR","reason":"DEFAULT","variant":"bar"}
9191
```
9292

9393
### Running the operator locally

0 commit comments

Comments
 (0)