Releases: datum-cloud/network-services-operator
Releases · datum-cloud/network-services-operator
v0.3.0
What's Changed
- Add network and network context controllers to manage status conditions and teardown logic. by @joshlreese in #18
- Adding Domain CRD by @mustela in #23
- Adding printer columns by @mustela in #26
- Adding city column by @mustela in #28
- Publish container image to GtHub by @scotwells in #24
- Migrate to Milo multi-cluster provider by @scotwells in #25
- Milo IAM resources by @scotwells in #27
- feat: New HTTPProxy CRD to use as a convenient method to set up reverse proxies. by @joshlreese in #32
- bugfix: allow exact matches on gateway hostname by @scotwells in #35
- feat: Add HTTPProxy controller and webhook implementation by @joshlreese in #34
- feat: Add HTTPRoute parentRef sectionName support and improved downstream resource GC by @joshlreese in #36
- fix: Correctly count the number of attached routes per listener, do not process attached routes more than once. by @joshlreese in #37
- fix: Map valid protocols to ports and only create downstream listeners for upstream protocols by @joshlreese in #38
- fix: Align backend endpoint host validation with EndpointSlice address validation. by @joshlreese in #41
- Merge HTTPProxy integration branch into main by @joshlreese in #39
New Contributors
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Remove constraint that required backendRefs for all rules by @joshlreese in #16
- Program downstream gateways to use a separate secret for each listener certificate by @joshlreese in #17
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add support for permitting specific clusters to use custom domains via a suffix match, by @joshlreese in #15
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Initialize project with kubebuilder init. by @joshlreese in #1
- Initial commit of Datum Networking APIs. by @joshlreese in #2
- Bootstrapped controller boilerplate, implemented very basic logic for network bindings, subnet claims, and subnets. by @joshlreese in #3
- Merge POC branch into main by @joshlreese in #4
- Update network-services-operator with multicluster support, migrate e2e tests to Chainsaw by @joshlreese in #9
- Ensure cmctl is installed before installing cert-manager. by @joshlreese in #10
- Validate and publish kustomize manifests by @OscarLlamas6 in #14
- Add resource metrics by @scotwells in #13
- Datum gateways by @joshlreese in #12
New Contributors
- @joshlreese made their first contribution in #1
- @OscarLlamas6 made their first contribution in #14
- @scotwells made their first contribution in #13
Full Changelog: https://github.com/datum-cloud/network-services-operator/commits/v0.1.0