Releases: diranged/oz
Releases · diranged/oz
0.0.0-rc8
0.0.0-rc7
Changelog
Features
- ad6f282: feat: validating/mutating webhook configurations for the request controllers (#48) (@diranged)
Others
- fb2786a: build(deps): bump goreleaser/goreleaser-action from 2 to 3 (#47) (@dependabot[bot])
- 2add2f4: build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0 (#49) (@dependabot[bot])
0.0.0-rc6
0.0.0-rc5
fix: make sure to delay reconcile on all failures (#44)
0.0.0-rc4: fix: don't update the Pod after it's been created (#35)
Closes #27. The original code would createOrUpdate the `Pod` resource. The problem is that we were then overwriting the `metadata.annotations` field on updates. The issue we ran into was this... 1. Oz creates the Pod 2. Istio's Webhook Endpoint mutates the Pod Labels and Annotations 3. Oz's secondary reconcile loop immediately comes in and replaces the metadata.annotations with the original empty annotations 4. Istio doesn't re-apply the annotations because the metadata.labels were mutated and indicate that the webhook has already happened. 5. Istio-validation container won't start up
0.0.0-rc3
feat: refactored CLI to use common core logic, implemented colored ou…
0.0.0-rc2
fix: try to fix the goreportcard trigger (#14)
0.0.0-rc1
clean