v0.12.0
Warning
This release has a bug when upgrading from v0.11.1. It is recommended that those installations currently in v0.11.1 skip v0.12.0 and upgrade directly to the latest patch version v0.12.x instead. The bug does not affect new installations. See #190.
What's Changed
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #163
- Bump golang.org/x/sys from 0.0.0-20210510120138-977fb7262007 to 0.1.0 in /generators/pkg-envoy-proto by @dependabot in #168
- Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 by @dependabot in #170
- Upgrade deps by @roivaz in #171
- Bump golang.org/x/net from 0.2.0 to 0.7.0 in /generators/pkg-envoy-proto by @dependabot in #172
- Upgrade to operator-sdk 1.27.0 by @roivaz in #173
- Don't restrict the types that can be unmarshalled by @roivaz in #175
- switch from operator-utils to 3scale-ops/basereconciler by @roivaz in #174
- Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 by @dependabot in #176
- New resource specification for EnvoyConfig custom resources by @roivaz in #177
- ClusterLoadAssignment auto-generation from EndpointSlices by @roivaz in #179
- Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 in /generators/pkg-envoy-proto by @dependabot in #180
- Configurable priority class for the discovery service pod by @roivaz in #181
- Use generic pointer function to make life easier by @roivaz in #182
- Implement the 'validationContext' secret blueprint by @roivaz in #183
- Implement status for EnvoyDeployment and DiscoveryService by @roivaz in #184
- Discovery service server improvements by @roivaz in #185
- Add deprecation notice on field by @roivaz in #186
- Harden requirements for taint by @roivaz in #187
- Release documentation by @roivaz in #188
Deprecations
- Field
spec.envoyResources
has been deprecated in favour ofspec.resources
. See the API reference for more information. Thespec.envoyResources
field is internally converted to the new format of resource specification to keep backwards comaptibility, but its usage is discouraged and new features won't work with it (for example #179 and #183). - The
.ref
field in type EnvoySecretResource is deprecated and the controller will now ignore it. It is encouraged that users migrate to the new resource specficiation format.
Full Changelog: v0.11.1...v0.12.0