Skip to content

Releases: diranged/oz

0.0.0-rc8

02 Dec 21:39
dd8a2e6
Compare
Choose a tag to compare

Changelog

Features

0.0.0-rc7

02 Dec 02:24
ad6f282
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
fix: try to fix the goreportcard trigger (#14)

0.0.0-rc1

18 Nov 17:16
Compare
Choose a tag to compare
clean