Skip to content

Commit dbbdc5d

Browse files
committed
chore: remove invalid link/anchor references
Signed-off-by: Marc Nuri <[email protected]>
1 parent eb9ec36 commit dbbdc5d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44

55
#### Bugs
66
* Fix #5466: OperationSupport should not fail trying to parse Status
7-
* Fix #5382: [java-generator] Allow to deserialize more valid RFC3339 date-time and make the format customizable
8-
* Fix #5380: [java-generator] Avoid to emit Java Keywords as package names
9-
* Fix #5457: [java-generator] Correctly handle numeric enums
7+
* Fix #5382: (java-generator) Allow to deserialize more valid RFC3339 date-time and make the format customizable
8+
* Fix #5380: (java-generator) Avoid to emit Java Keywords as package names
9+
* Fix #5457: (java-generator) Correctly handle numeric enums
1010
* Fix #5379: ensuring informOnCondition and waitUntilCondition commple with exception when the client closes
1111
* Fix #5463: ensures that onStopLeading is called with releaseOnCancel even when leadership is already lost
1212
* Fix #5423: OkHttpClientImpl supports setting request method for empty payload requests
1313

1414
#### Improvements
1515
* Fix #5316: support read-only system KeyStores with Kube CA Certs
1616
* Fix #5327: added proactive shutdown of informers on client close
17-
* Fix #5432: [java-generator] Add the possibility to always emit `additionalProperties` on generated POJOs
18-
* Fix #5410: [crd-generator] added support for `default`
17+
* Fix #5432: (java-generator) Add the possibility to always emit `additionalProperties` on generated POJOs
18+
* Fix #5410: (crd-generator) added support for `default`
1919
* Fix #5368: added support for additional ListOptions fields
2020
* Fix #5377: added a createOr and unlock function to provide a straight-forward replacement for createOrReplace.
2121
* Fix #4624: added Config.onlyHttpWatches to control whether watches should only use regular HTTP requests, and not attempt WebSocket connections.
22-
* Fix #5388: [crd-generator] Generate deterministic CRDs
22+
* Fix #5388: (crd-generator) Generate deterministic CRDs
2323
* Fix #5135: added per instance methods to create a builder - instead on new PodBuilder(pod), you may use pod.toBuilder()
2424
* Fix #5257: Add ErrorStreamMessage and StatusStreamMessage to ease mocking of pods/exec requests
2525
* Fix #5220: refinements and clarifications to the validation of names
@@ -47,7 +47,7 @@
4747
### 6.8.0 (2023-07-24)
4848

4949
#### Bugs
50-
* Fix #4225: \[crd-generator\] Principled generation of enum values instead of considering more properties
50+
* Fix #4225: (crd-generator) Principled generation of enum values instead of considering more properties
5151
* Fix #5113: Clashing package names in trigger model dependencies
5252
* Fix #5186: Support for Pod uploads with big numbers
5353
* Fix #5221: Empty kube config file causes NPE
@@ -111,9 +111,9 @@
111111
* Fix #5117: corrected the trace httpclient logging of large response bodies
112112
* Fix #5125: TLS 1.3 only should be supported
113113
* Fix #5126: fallback to changeit only if null/empty does not work
114-
* Fix #5145: \[java-generator\] handle `additionalProperties: true` emitting a field of type `AnyType`
114+
* Fix #5145: (java-generator) handle `additionalProperties: true` emitting a field of type `AnyType`
115115
* Fix #5152: preventing JDK WebSocket errors from terminating watches and improving watch termination and its logging
116-
* Fix #5164: \[java-generator\] handle more special characters in field names
116+
* Fix #5164: (java-generator) handle more special characters in field names
117117

118118
#### Improvements
119119
* Fix #1335: HttpClient Factory additionalConfig consistently applied for all client types
@@ -303,7 +303,7 @@ Fix #5121: RequestConfig is propagated to derived HttpClient instances
303303
* Fix #4637: all pod operations that require a ready / succeeded pod may use withReadyWaitTimeout, which supersedes withLogWaitTimeout.
304304
* Fix #4654: Fix GatewayClass to not implement Namespaced interface
305305
* Fix #4670: the initial informer listing will use a resourceVersion of 0 to utilize the watch cache if possible. This means that the initial cache state when the informer is returned, or the start future is completed, may not be as fresh as the previous behavior which forced the latest version. It will of course become more consistent as the watch will already have been established.
306-
* Fix #4694: \[java-generator\] Option to override the package name of the generated code.
306+
* Fix #4694: (java-generator) Option to override the package name of the generated code.
307307
* Fix #4698: changes were made to improve authentication logic. If a username and password are specified and you are using a base KuberentesClient, then that will always be used as a basic auth header value. If a username and password are specified and you are using an OpenShiftClient, then a token will still be used if present, but upon an auth failure the username and password will be used to obtain a fresh token. If a new token is obtained it will be saved in the kubeconfig if one were used to create the Config.
308308
* Fix #4720: interceptors close any response body if the response is not a 2xx response.
309309
* Fix #4734: @KubernetesTest annotation can be used in base test classes
@@ -398,7 +398,7 @@ Fix #5121: RequestConfig is propagated to derived HttpClient instances
398398
* Fix #3864: Change ManagedOpenShiftClient OSGi ConfigurationPolicy to REQUIRE
399399
* Fix #4414: RawExtension as default fall-back type for KubernetesResource deserialization
400400
* Fix #4470: Added timestamps support for deployment logs and other resources.
401-
* Fix #4476: \[crd-generator\] Support custom `Annotations` and `Labels` to be emitted in the CRD
401+
* Fix #4476: (crd-generator) Support custom `Annotations` and `Labels` to be emitted in the CRD
402402

403403
#### Dependency Upgrade
404404
* Fix #4243: Update Tekton pipeline model to v0.39.0

0 commit comments

Comments
 (0)