Skip to content

Commit

Permalink
Merge branch '5.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Sep 30, 2022
2 parents 1c0fe21 + 7363fe9 commit 3eb233f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ body:
- "6.1.1"
- "6.1.0"
- "6.0.0"
- "5.12.3"
- "5.12.4"
- "5.11.2"
- "5.10.2"
- "5.9.0"
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@
* Fix #4384: javax.validation.* annotations are no longer added by the Java generator.
* Fix #3864: Now it's compulsory to provide `etc/io.fabric8.openshift.client.cfg` file in order to load ManagedOpenShiftClient in OSGi environment.

### 5.12.4 (2022-09-30)

#### Bugs
* Fix #2271: Support periodic refresh of access tokens before they expire
* Fix #3733: The authentication command from the .kube/config won't be discarded if no arguments are specified
* Fix #4206: KubernetesDeserializer can now handle any valid object. If the object lacks type information, it will be deserialized as a GenericKubernetesResource.
* Fix #4365: backport of stopped future for informers to obtain the termination exception
* Fix #4383: bump snakeyaml from 1.28 to 1.33
* Fix #4442: TokenRefreshInterceptor doesn't overwrite existing OAuth token with empty string

#### _**Note**_: Behavior changes
* 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

### 6.1.1 (2022-09-01)

#### Bugs
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ class ExampleTest {
|--------------------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|-----------|-----------|-----------|
| kubernetes-client 6.1.1 ||||||||||||||| - | - | - |
| kubernetes-client 6.0.0 ||||||||||||||| - | - | - |
| kubernetes-client 5.12.4 | |||||||||||||| - | - | - |
| kubernetes-client 5.12.3 | |||||||||||||| - | - | - |
| kubernetes-client 5.12.2 | |||||||||||||| - | - | - |
| kubernetes-client 5.12.1 | |||||||||||||| - | - | - |
Expand Down Expand Up @@ -496,6 +497,7 @@ class ExampleTest {
|-------------------------|-----------|------------|-----------|-----------|------------|------------|-----------|-----------|-----------|
| openshift-client 6.1.1 |||||||| - | - |
| openshift-client 6.0.0 |||||||| - | - |
| openshift-client 5.12.4 |||||||| - | - |
| openshift-client 5.12.3 |||||||| - | - |
| openshift-client 5.12.1 |||||||| - | - |
| openshift-client 5.12.0 |||||||| - | - |
Expand Down

0 comments on commit 3eb233f

Please sign in to comment.