-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify release script #4425
Merged
Merged
Simplify release script #4425
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
%%TITLE%% | ||
|
||
%%RELEASE_DATE%% | ||
|
||
### <i class="fa-solid fa-bomb"></i> Breaking Changes | ||
|
||
### <i class="fa-solid fa-rocket"></i> Features | ||
|
||
### <i class="fa-solid fa-bug-slash"></i> Fixes | ||
|
||
### <i class="fa-solid fa-box"></i> Helm Chart | ||
|
||
### <i class="fa-solid fa-upload"></i> Dependencies | ||
|
||
### <i class="fa-solid fa-download"></i> Upgrade | ||
|
||
- For NGINX, use the %%IC_VERSION%% images from our | ||
[DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name=%%IC_VERSION%%), | ||
[GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress), | ||
[Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress). | ||
- For NGINX Plus, use the %%IC_VERSION%% images from the F5 Container registry, | ||
the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE), | ||
the [GCP Marketplace](https://console.cloud.google.com/marketplace/browse?filter=partner:F5,%20Inc.&filter=solution-type:k8s&filter=category:networking) | ||
or build your own image using the %%IC_VERSION%% source code | ||
- For Helm, use version %%HELM_CHART_VERSION%% of the chart. | ||
|
||
### <i class="fa-solid fa-life-ring"></i> Supported Platforms | ||
|
||
We will provide technical support for NGINX Ingress Controller on any Kubernetes platform that is currently supported by | ||
its provider and that passes the Kubernetes conformance tests. This release was fully tested on the following Kubernetes | ||
versions: x.xx-x.xx. | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think adding this to every minor release adds much value. Should we just add a link to https://docs.nginx.com/nginx-ingress-controller/technical-specifications/#supported-kubernetes-versions at the top of the page? @brianehlert @ADubhlaoich @Jcahilltorre