Skip to content

Commit a927ae6

Browse files
committed
[RELEASE] Updated project version to v5.8.1
Signed-off-by: Marc Nuri <[email protected]>
1 parent a5b5fc3 commit a927ae6

File tree

102 files changed

+195
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+195
-188
lines changed

CHANGELOG.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
11
## CHANGELOG
22

3-
### 5.8.0 (2021-09-23)
3+
### 5.8.1 (2022-01-05)
44

55
#### Bugs
6-
* Fix #3445: TokenRefreshInterceptor throws when running incluster config
7-
* Fix #3456: io.fabric8:crd-generator README should reference crd-generator-apt instead of now removed crd-generator artifact
8-
* Fix #3384: preventing NPE from being logged with pod execs.
9-
* Fix #3484: Ensuring that the informer isWatching flag is correctly reported
10-
11-
#### Improvements
12-
13-
* Fix #3468: Add method to get non-running `Informer` from context specific dsl
14-
* Fix #3398: Added javadocs explaining the wait parameter
15-
* Fix #3491: Add more metadata to `KubernetesClientException` when possible
16-
17-
#### Dependency Upgrade
18-
* Fix #3326: Upgrade Kubernetes Model to v1.22.1
19-
20-
#### New Features
21-
#### _**Note**_: Breaking changes in the API
6+
* Fix #3653: SnakeYAML uses only standard Java types
227

238
### 5.7.4 (2022-01-05)
249

@@ -45,6 +30,26 @@
4530
#### Bugs
4631
* Fix #3653: SnakeYAML uses only standard Java types
4732

33+
### 5.8.0 (2021-09-23)
34+
35+
#### Bugs
36+
* Fix #3445: TokenRefreshInterceptor throws when running incluster config
37+
* Fix #3456: io.fabric8:crd-generator README should reference crd-generator-apt instead of now removed crd-generator artifact
38+
* Fix #3384: preventing NPE from being logged with pod execs.
39+
* Fix #3484: Ensuring that the informer isWatching flag is correctly reported
40+
41+
#### Improvements
42+
43+
* Fix #3468: Add method to get non-running `Informer` from context specific dsl
44+
* Fix #3398: Added javadocs explaining the wait parameter
45+
* Fix #3491: Add more metadata to `KubernetesClientException` when possible
46+
47+
#### Dependency Upgrade
48+
* Fix #3326: Upgrade Kubernetes Model to v1.22.1
49+
50+
#### New Features
51+
#### _**Note**_: Breaking changes in the API
52+
4853
### 5.7.3 (2021-09-09)
4954

5055
#### Bugs

README.md

Lines changed: 73 additions & 71 deletions
Large diffs are not rendered by default.

crd-generator/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>crd-generator-parent</artifactId>
2424
<groupId>io.fabric8</groupId>
25-
<version>5.8.0</version>
25+
<version>5.8.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

crd-generator/apt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>crd-generator-parent</artifactId>
2424
<groupId>io.fabric8</groupId>
25-
<version>5.8.0</version>
25+
<version>5.8.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

crd-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.fabric8</groupId>
2525
<artifactId>kubernetes-client-project</artifactId>
26-
<version>5.8.0</version>
26+
<version>5.8.1</version>
2727
</parent>
2828

2929
<artifactId>crd-generator-parent</artifactId>

extensions/camel-k/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.fabric8</groupId>
2323
<artifactId>camel-k-extension-pom</artifactId>
24-
<version>5.8.0</version>
24+
<version>5.8.1</version>
2525
</parent>
2626

2727
<artifactId>camel-k-client</artifactId>

extensions/camel-k/mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.fabric8</groupId>
2323
<artifactId>camel-k-extension-pom</artifactId>
24-
<version>5.8.0</version>
24+
<version>5.8.1</version>
2525
</parent>
2626

2727

extensions/camel-k/model-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.fabric8</groupId>
2525
<artifactId>camel-k-extension-pom</artifactId>
26-
<version>5.8.0</version>
26+
<version>5.8.1</version>
2727
</parent>
2828

2929
<artifactId>camel-k-model-v1</artifactId>

extensions/camel-k/model-v1alpha1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.fabric8</groupId>
2323
<artifactId>camel-k-extension-pom</artifactId>
24-
<version>5.8.0</version>
24+
<version>5.8.1</version>
2525
</parent>
2626

2727
<artifactId>camel-k-model-v1alpha1</artifactId>

extensions/camel-k/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.fabric8</groupId>
2323
<artifactId>kubernetes-extensions</artifactId>
24-
<version>5.8.0</version>
24+
<version>5.8.1</version>
2525
</parent>
2626

2727
<artifactId>camel-k-extension-pom</artifactId>

0 commit comments

Comments
 (0)