Skip to content

Commit bb640ae

Browse files
committed
fix: removed unused io:fabric8:kubernetes-model artifact
Signed-off-by: Marc Nuri <[email protected]>
1 parent 6295d87 commit bb640ae

File tree

4 files changed

+11
-114
lines changed

4 files changed

+11
-114
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#### _**Note**_: Breaking changes
1919
* Check detailed migration documentation for breaking changes in [7.0.0](./doc/MIGRATION-v7.md)
2020
* `Config.errorMessages` has been removed. Please use Kubernetes status messages directly.
21+
* Fix #6138: Removed unused `io:fabric8:kubernetes-model` artifact
2122

2223
### 6.13.1 (2024-07-02)
2324

doc/MIGRATION-v7.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Contents
44
- [Bouncy Castle is no longer needed](#bouncy-castle)
5+
- [Model Changes](#model-changes)
6+
- [kubernetes-model artifact removed](#kubernetes-model-artifact-removed)
57

68

79
> [!NOTE]
@@ -10,6 +12,14 @@
1012
> We value your feedback and will work to address your issue promptly.
1113
> Your contribution is essential to improving our documentation, making our migration process smoother for everyone!
1214
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.
1323

1424
## Bouncy Castle is no longer needed <a href="#bouncy-castle" id="bouncy-castle"/>
1525

kubernetes-model-generator/kubernetes-model/pom.xml

-113
This file was deleted.

kubernetes-model-generator/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<name>Fabric8 :: Kubernetes Model Parent</name>
3232

3333
<modules>
34-
<module>kubernetes-model</module>
3534
<module>kubernetes-model-common</module>
3635
<module>kubernetes-model-jsonschema2pojo</module>
3736
<module>kubernetes-model-core</module>

0 commit comments

Comments
 (0)