Skip to content

Commit

Permalink
fix: removed unused io:fabric8:kubernetes-model artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Jul 17, 2024
1 parent 6295d87 commit bb640ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 114 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#### _**Note**_: Breaking changes
* Check detailed migration documentation for breaking changes in [7.0.0](./doc/MIGRATION-v7.md)
* `Config.errorMessages` has been removed. Please use Kubernetes status messages directly.
* Fix #6138: Removed unused `io:fabric8:kubernetes-model` artifact

### 6.13.1 (2024-07-02)

Expand Down
10 changes: 10 additions & 0 deletions doc/MIGRATION-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Contents
- [Bouncy Castle is no longer needed](#bouncy-castle)
- [Model Changes](#model-changes)
- [kubernetes-model artifact removed](#kubernetes-model-artifact-removed)


> [!NOTE]
Expand All @@ -10,6 +12,14 @@
> We value your feedback and will work to address your issue promptly.
> Your contribution is essential to improving our documentation, making our migration process smoother for everyone!
## Model Changes <a href="#model-changes" id="model-changes"/>

### kubernetes-model artifact removed <a href="#kubernetes-model-artifact-removed" id="kubernetes-model-artifact-removed"/>

The Maven artifact `io.fabric8:kubernetes-model` has been removed from the project and is no longer published.

This artifact was just an aggregator of _some_ of the Kubernetes model artifacts and had no specific purpose.
It is no longer published, the `io.fabric8:kubernetes-client-api` or `io.fabric8:kubernetes-openshift-uberjar` artifacts should be used instead.

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

Expand Down
113 changes: 0 additions & 113 deletions kubernetes-model-generator/kubernetes-model/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion kubernetes-model-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<name>Fabric8 :: Kubernetes Model Parent</name>

<modules>
<module>kubernetes-model</module>
<module>kubernetes-model-common</module>
<module>kubernetes-model-jsonschema2pojo</module>
<module>kubernetes-model-core</module>
Expand Down

0 comments on commit bb640ae

Please sign in to comment.