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 5fd38e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 115 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
12 changes: 11 additions & 1 deletion 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,9 +12,17 @@
> 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!

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

The Bouncy Castle library is no longer needed as a dependency.
In previous versions, this was an optional dependency needed for Elliptic Curve (EC) Keys.
The Kubernetes client now uses the default Java security provider which should be enough to handle all scenarios.

## 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.
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 5fd38e8

Please sign in to comment.