Skip to content

Commit

Permalink
chore: added missing changelog entries
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Dec 12, 2022
1 parent cd1cd06 commit 1b0aff6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Expand Up @@ -3,18 +3,22 @@
### 6.3-SNAPSHOT

#### Bugs
* Fix #4590: only using a builder if there are visitors
* Fix #4159: ensure the token refresh obeys how the Config was created
* Fix #4447: `isSupported` doesn't check all of the applicable API Groups
* Fix #4473: correcting backoff interval regression introduced in #4365 (6.2.0)
* Fix #4491: added a more explicit shutdown exception for okhttp
* Fix #4510: Fix StackOverflow on cyclic references involving collections.
* Fix #4509: do not reuse KeyFactory instance after a failure
* Fix #4510: Fix StackOverflow on cyclic references involving collections
* Fix #4534: Java Generator CLI default handling of skipGeneratedAnnotations
* Fix #4535: The shell command string will now have single quotes sanitized
* Fix #4543: (Java Generator) additionalProperties JsonAny setter method generated as setAdditionalProperty
* Fix #4641: fixed regression with missing initial watch event
* Fix #4547: preventing timing issues with leader election cancel
* Fix #4590: only using a builder if there are visitors
* Fix #4540: treating GenericKubernetesResource and RawExtension as buildable
* Fix #4547: preventing timing issues with leader election cancel
* Fix #4569: fixing jdk httpclient regression with 0 timeouts
* Fix #4581: "float" types in spec for CRD generator are supported
* Fix #4610: inconsistent additionalPrinterColumns jsonPath
* Fix #4641: fixed regression with missing initial watch event

#### Improvements
* Fix #4014: added support for OpenShift Build log version.
Expand Down Expand Up @@ -66,6 +70,7 @@
* Fix #4384: The Java generator now supports the generation of specific annotations (min, max, pattern, etc.), as defined by #4348
* Fix #4408: Allowing informers started via the start() method to have configurable exception / retry handling.
* Fix #3864: Change ManagedOpenShiftClient OSGi ConfigurationPolicy to REQUIRE
* Fix #4414: RawExtension as default fall-back type for KubernetesResource deserialization
* Fix #4470: Added timestamps support for deployment logs and other resources.
* Fix #4476: \[crd-generator\] Support custom `Annotations` and `Labels` to be emitted in the CRD

Expand Down

0 comments on commit 1b0aff6

Please sign in to comment.