Bugs
- Fix #4109: Templates with parameters can be retrieved from OpenShift
- Fix #4206: KubernetesDeserializer can now handle any valid object. If the object lacks type information, it will be deserialized as a GenericKubernetesResource
- Fix #4247: NO_PROXY with invalid entries throws exception
- Fix #4256: crd-generator-apt pom.xml includes transitive dependencies
- Fix #4294: crd-generator respects JsonIgnore annotations on enum properties
- Fix #4320: corrected leader transitions field on leader election leases
- Fix #4360: JUnit dependencies aren't leaked in child modules
Improvements
- Fix #887: added KubernetesClient.visitResources to search and perform other operations across all resources.
- Fix #3960: adding a KubernetesMockServer.expectCustomResource helper method and additional mock crd support
- Fix #4041: adding Quantity.getNumericalAmount with an explanation about bytes and cores.
- Fix #4241: added more context to informer logs with the endpoint path
- Fix #4250: allowing for deserialization of polymorphic unwrapped fields
- Fix #4254: adding debug logging for exec stream messages
- Fix #4259: Java Generator's CR should have Lombok's
@EqualsAndHashCode
withcallSuper = true
- Fix #4287: added WorkloadGroup for Istio v1alpha3 extension generator
- Fix #4318: implemented LeaderElection releaseOnCancel
Dependency Upgrade
- Fix #3967: Update chaos-mesh extension to v2.1.3. Add PodHttpChaos, GCPChaos, BlockChaos and PhysicalMachineChaos.
- Fix #4352: Update Knative model to v0.34.0
- Fix #4356: Update Apache CamelK to v1.9.2
- Fix #4361: Bump Cert-Manager to v1.9.0-beta.1.0.20220829113803-8465f1223efb
New Features
- Fix #2271: Support periodic refresh of access tokens before they expire
- Fix #4333: Implement "attach to pod" functionality
Note: Breaking changes in the API
- Fix #4206: The Serialization utility class will throw an Exception, instead of returning null, if an untyped unmarshall method is used on something that lacks type information
- In ChaosMesh Model, some types have been renamed. These are
io.fabric8.chaosmesh.v1alpha1.AwsChaos
=>io.fabric8.chaosmesh.v1alpha1.AWSChaos
io.fabric8.chaosmesh.v1alpha1.IoChaos
=>io.fabric8.chaosmesh.v1alpha1.IOChaos
io.fabric8.chaosmesh.v1alpha1.PodIoChaos
=>io.fabric8.chaosmesh.v1alpha1.PodIOChaos
Full Changelog: v6.0.0...v6.1.0