File tree 4 files changed +11
-114
lines changed
kubernetes-model-generator
4 files changed +11
-114
lines changed Original file line number Diff line number Diff line change 18
18
#### _ ** Note** _ : Breaking changes
19
19
* Check detailed migration documentation for breaking changes in [ 7.0.0] ( ./doc/MIGRATION-v7.md )
20
20
* ` Config.errorMessages ` has been removed. Please use Kubernetes status messages directly.
21
+ * Fix #6138 : Removed unused ` io:fabric8:kubernetes-model ` artifact
21
22
22
23
### 6.13.1 (2024-07-02)
23
24
Original file line number Diff line number Diff line change 2
2
3
3
## Contents
4
4
- [ Bouncy Castle is no longer needed] ( #bouncy-castle )
5
+ - [ Model Changes] ( #model-changes )
6
+ - [ kubernetes-model artifact removed] ( #kubernetes-model-artifact-removed )
5
7
6
8
7
9
> [ !NOTE]
10
12
> We value your feedback and will work to address your issue promptly.
11
13
> Your contribution is essential to improving our documentation, making our migration process smoother for everyone!
12
14
15
+ ## Model Changes <a href =" #model-changes " id =" model-changes " />
16
+
17
+ ### kubernetes-model artifact removed <a href =" #kubernetes-model-artifact-removed " id =" kubernetes-model-artifact-removed " />
18
+
19
+ The Maven artifact ` io.fabric8:kubernetes-model ` has been removed from the project and is no longer published.
20
+
21
+ This artifact was just an aggregator of _ some_ of the Kubernetes model artifacts and had no specific purpose.
22
+ It is no longer published, the ` io.fabric8:kubernetes-client-api ` or ` io.fabric8:kubernetes-openshift-uberjar ` artifacts should be used instead.
13
23
14
24
## Bouncy Castle is no longer needed <a href =" #bouncy-castle " id =" bouncy-castle " />
15
25
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
<name >Fabric8 :: Kubernetes Model Parent</name >
32
32
33
33
<modules >
34
- <module >kubernetes-model</module >
35
34
<module >kubernetes-model-common</module >
36
35
<module >kubernetes-model-jsonschema2pojo</module >
37
36
<module >kubernetes-model-core</module >
You can’t perform that action at this time.
0 commit comments