Skip to content

Releases: diranged/oz

0.0.0-rc11

01 Apr 01:26
ce14519

Choose a tag to compare

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

20 Dec 00:33
8858120

Choose a tag to compare

Changelog

Features

Bug fixes

Others

0.0.0-rc9

05 Dec 16:19
8bc21dd

Choose a tag to compare

Changelog

Bug fixes

Others

0.0.0-rc8

02 Dec 21:39
dd8a2e6

Choose a tag to compare

Changelog

Features

0.0.0-rc7

02 Dec 02:24
ad6f282

Choose a tag to compare

Changelog

Features

  • ad6f282: feat: validating/mutating webhook configurations for the request controllers (#48) (@diranged)

Others

0.0.0-rc6

29 Nov 17:59
3035f5e

Choose a tag to compare

Changelog

Bug fixes

  • c1fd6f5: fix: we were in a reconcile loop because we misunderstood how ctrl.result{} worked (#45) (@diranged)
  • 3035f5e: fix: race condition causing .status.accessmessage to not be setup (#46) (@diranged)

0.0.0-rc5

29 Nov 02:32
1d4e6ac

Choose a tag to compare

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)

28 Nov 19:24
17a7a0c

Choose a tag to compare

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

23 Nov 19:35
275d947

Choose a tag to compare

feat: refactored CLI to use common core logic, implemented colored ou…

0.0.0-rc2

22 Nov 05:13
98e4eb2

Choose a tag to compare

fix: try to fix the goreportcard trigger (#14)