Releases: diranged/oz
Releases · diranged/oz
0.0.0-rc11
What's Changed
- build(deps): Bump actions/stale from 6 to 7 by @dependabot in #82
- build(deps): Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 by @dependabot in #83
- build(deps): Bump k8s.io/api from 0.25.4 to 0.25.6 by @dependabot in #87
- build(deps): Bump k8s.io/client-go from 0.25.4 to 0.25.6 by @dependabot in #88
- build(deps): Bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 by @dependabot in #91
- chore: upgrade k8s dependencies by @diranged in #84
- build(deps): Bump github.com/onsi/gomega from 1.24.2 to 1.27.1 by @dependabot in #93
- build(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.1 to 2.8.3 by @dependabot in #94
- feat: add the go-dependency-submission github workflow by @diranged in #95
- build(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.2 by @dependabot in #98
- build(deps): Bump github.com/fatih/color from 1.14.1 to 1.15.0 by @dependabot in #104
- build(deps): Bump actions/setup-go from 3 to 4 by @dependabot in #107
- build(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 by @dependabot in #108
- build(deps): Bump actions/stale from 7 to 8 by @dependabot in #110
- build(deps): Bump coverallsapp/github-action from 1.1.3 to 2.0.0 by @dependabot in #109
- build(deps): Bump github.com/onsi/gomega from 1.27.1 to 1.27.5 by @dependabot in #111
Full Changelog: 0.0.0-rc10...0.0.0-rc11
0.0.0-rc10
Changelog
Features
- 828dcd7: feat: refactor to create generic RequestReconciler and new IBuilder interface (#77) (@diranged)
- 25dfae3: feat: podaccessbuilder satisfying the new IBuilder interface (#79) (@diranged)
- 8858120: feat: templatereconciler (#81) (@diranged)
Bug fixes
Others
- f583128: build(deps): Bump fkirc/skip-duplicate-actions from 5.2.0 to 5.3.0 (#57) (@dependabot[bot])
- a4f260b: build(deps): Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 (#66) (@dependabot[bot])
- 4b9504e: chore: reorganize the command structure (#69) (@diranged)
- fd13bdc: chore: reorg the rest of our code into an internal package (#70) (@diranged)
- d4e0dc6: build(deps): Bump helm/kind-action from 1.4.0 to 1.5.0 (#67) (@dependabot[bot])
- c58bb53: build(deps): Bump goreleaser/goreleaser-action from 3 to 4 (#68) (@dependabot[bot])
- ad89e38: chore: reorg builders into the top level internal package (#72) (@diranged)
- cb12447: build(deps): Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 (#71) (@dependabot[bot])
- e98e681: chore: refactor the status/condition updating into an interface with functions (#73) (@diranged)
- a8524de: build(deps): Bump github.com/onsi/gomega from 1.24.1 to 1.24.2 (#74) (@dependabot[bot])
- d3979fc: chore: new request/template specific status interfaces, and a new package for setting conditions (#75) (@diranged)
0.0.0-rc9
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)