Skip to content
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

Update hack files for release #4594

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions hack/changelog-template.txt
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.
68 changes: 0 additions & 68 deletions hack/common-release-prep.sh

This file was deleted.

15 changes: 0 additions & 15 deletions hack/minor-changelog-template.txt

This file was deleted.

4 changes: 0 additions & 4 deletions hack/operator-note.txt

This file was deleted.

28 changes: 0 additions & 28 deletions hack/prepare-major-release.sh

This file was deleted.

32 changes: 0 additions & 32 deletions hack/prepare-minor-release.sh

This file was deleted.

6 changes: 0 additions & 6 deletions hack/repo-changelog-template.txt

This file was deleted.

Loading