Releases: canonical/istio-operators
Releases · canonical/istio-operators
Revision 52
resources:
Released to 'latest/edge' at 15:41 UTC on 29 Apr 2022
What's Changed
- Refactors charm.py extracting all lightkube logic to a helper module by @DnPlas in #68
- istio-pilot: moves mocked_list out of conftest.py by @DnPlas in #74
- Implements reconcile resources method by @DnPlas in #69
- fix: istio-pilot error handling around gateway address by @DnPlas in #75
- Replaces "object" with "resource" to keep standard by @DnPlas in #77
- Changes logic on istio-pilot to use lightkube implicit resource creation by @DnPlas in #84
- Series of fixes to remove event handler by @DnPlas in #85
- Replaces min-juju-version with assumes by @DnPlas in #86
- Merge Branch/fix istio 1.11 into master by @DomFleischmann in #87
Full Changelog: istio-gateway-rev49...istio-gateway-rev52
Revision 70
resources:
Released to 'latest/edge' at 20:13 UTC on 6 Apr 2022
What's Changed
- add charm path release action by @agathanatasha in #80
Full Changelog: istio-gateway-rev48...istio-pilot-rev70
Revision 49
resources:
Released to 'latest/edge' at 20:15 UTC on 6 Apr 2022
What's Changed
- add charm path release action by @agathanatasha in #80
Full Changelog: istio-gateway-rev48...istio-gateway-rev49
Revision 69
resources:
Released to 'latest/edge' at 21:12 UTC on 5 Apr 2022
Released to 'latest/candidate' at 21:21 UTC on 6 Apr 2022
What's Changed
- Add min-juju-version to charm metadata by @knkski in #1
- Cleanup charm metadata by @knkski in #2
- Add testing of deployment via github actions by @knkski in #3
- Add code lint check with github actions by @knkski in #5
- Publish master branch to edge channel in charm store by @knkski in #4
- Wait longer for bookinfo to come up in CI by @knkski in #7
- Parameterize hardcoded values in charm.py by @knkski in #8
- Fix pod spec set v3 usage by @knkski in #10
- Add Service Mesh interface by @knkski in #11
- Adding more CODEOWNERS by @knkski in #12
- Better bundle publishing by @knkski in #13
- Switch to whitelist for sidecar injections by @knkski in #14
- Publish charms to proper namespace by @knkski in #15
- Better route handling by @knkski in #16
- Better auth handling by @knkski in #17
- Don't overwrite dictionary keys by @knkski in #18
- Publish to istio-charmers namespace by @knkski in #19
- Adding a configurable default gateway by @knkski in #20
- Switch to balchua/microk8s-actions in CI by @knkski in #21
- Conversion to Operator Framework by @DomFleischmann in #22
- Install charmcraft in publish workflow by @knkski in #23
- Switch CODEOWNERS file to kubernetes team by @knkski in #24
- Split up service-mesh interface by @knkski in #25
- Handle missing rewrite properly by @knkski in #26
- Allow missing allowed headers values by @knkski in #27
- Set ActiveStatus by default after version checking by @knkski in #28
- Rejigger how tox works by @knkski in #29
- Bump sdi version, fix CI by @ca-scribner in #30
- Update Istio charms to 1.11 by @knkski in #31
- Various fixes by @knkski in #33
- Decouple integration tests from microk8s by @johnsca in #34
- Update README.md by @evilnick in #35
- Use better install hook, and also fix publishing by @knkski in #39
- .github/workflows/publish.yaml: updates job with charmhub upload action by @DnPlas in #44
- Fix charm paths in publish action by @DomFleischmann in #45
- Add Kubeflow team to CODEOWNERS by @johnsca in #46
- .github/workflows/publish.yaml: fix matrix syntax by @DnPlas in #47
- Replace kubectl with lightkube by @stonepreston in #53
- fix ingress-auth add tests, and other changes by @ca-scribner in #49
- istio-gateway/src/charm.py: replaces on.install with on.start event by @DnPlas in #63
- Improves bundle testing and removes oci-image resource by @DnPlas in #64
- add min-juju-version by @aym-frikha in #71
- fix: naming of istio-ingressgateway service by @DnPlas in #72
- test release charm action by @agathanatasha in #79
New Contributors
- @knkski made their first contribution in #1
- @johnsca made their first contribution in #34
- @evilnick made their first contribution in #35
- @stonepreston made their first contribution in #53
- @aym-frikha made their first contribution in #71
- @agathanatasha made their first contribution in #79
Full Changelog: https://github.com/canonical/istio-operators/commits/istio-pilot-rev69
Revision 48
resources:
Released to 'latest/edge' at 21:13 UTC on 5 Apr 2022
What's Changed
- Add min-juju-version to charm metadata by @knkski in #1
- Cleanup charm metadata by @knkski in #2
- Add testing of deployment via github actions by @knkski in #3
- Add code lint check with github actions by @knkski in #5
- Publish master branch to edge channel in charm store by @knkski in #4
- Wait longer for bookinfo to come up in CI by @knkski in #7
- Parameterize hardcoded values in charm.py by @knkski in #8
- Fix pod spec set v3 usage by @knkski in #10
- Add Service Mesh interface by @knkski in #11
- Adding more CODEOWNERS by @knkski in #12
- Better bundle publishing by @knkski in #13
- Switch to whitelist for sidecar injections by @knkski in #14
- Publish charms to proper namespace by @knkski in #15
- Better route handling by @knkski in #16
- Better auth handling by @knkski in #17
- Don't overwrite dictionary keys by @knkski in #18
- Publish to istio-charmers namespace by @knkski in #19
- Adding a configurable default gateway by @knkski in #20
- Switch to balchua/microk8s-actions in CI by @knkski in #21
- Conversion to Operator Framework by @DomFleischmann in #22
- Install charmcraft in publish workflow by @knkski in #23
- Switch CODEOWNERS file to kubernetes team by @knkski in #24
- Split up service-mesh interface by @knkski in #25
- Handle missing rewrite properly by @knkski in #26
- Allow missing allowed headers values by @knkski in #27
- Set ActiveStatus by default after version checking by @knkski in #28
- Rejigger how tox works by @knkski in #29
- Bump sdi version, fix CI by @ca-scribner in #30
- Update Istio charms to 1.11 by @knkski in #31
- Various fixes by @knkski in #33
- Decouple integration tests from microk8s by @johnsca in #34
- Update README.md by @evilnick in #35
- Use better install hook, and also fix publishing by @knkski in #39
- .github/workflows/publish.yaml: updates job with charmhub upload action by @DnPlas in #44
- Fix charm paths in publish action by @DomFleischmann in #45
- Add Kubeflow team to CODEOWNERS by @johnsca in #46
- .github/workflows/publish.yaml: fix matrix syntax by @DnPlas in #47
- Replace kubectl with lightkube by @stonepreston in #53
- fix ingress-auth add tests, and other changes by @ca-scribner in #49
- istio-gateway/src/charm.py: replaces on.install with on.start event by @DnPlas in #63
- Improves bundle testing and removes oci-image resource by @DnPlas in #64
- add min-juju-version by @aym-frikha in #71
- fix: naming of istio-ingressgateway service by @DnPlas in #72
- test release charm action by @agathanatasha in #79
New Contributors
- @knkski made their first contribution in #1
- @johnsca made their first contribution in #34
- @evilnick made their first contribution in #35
- @stonepreston made their first contribution in #53
- @aym-frikha made their first contribution in #71
- @agathanatasha made their first contribution in #79
Full Changelog: https://github.com/canonical/istio-operators/commits/istio-gateway-rev48