Deprecate jenkins/jenkins
package
#1067
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
jenkins/jenkins
package does not meet the criteria for inclusion into the partner charts repository. Specifically, it is not provided by a SUSE "Ready" Verified partner. Accordingly I am deprecating it according to the deprecation and removal policy.Users should get Jenkins directly from the official repository as described here.
It is expected that CI fails for this PR. This is because CI checks that we do not modify released .tgz files. This is an old design that no longer applies. A work item for overhauling this is present and should be worked on in the near future. Please disregard the CI failure.
A note about the changes in this PR:
deprecated: true
to theChart.yaml
file in each chart version.upstream.yaml
file are reordered becausepartner-charts-ci deprecate
does not retain the order of fields when it loads this file. The YAML library thatpartner-charts-ci
uses to write the file orders fields alphabetically, leading to the change.