diff --git a/.github/labels.yml b/.github/labels.yml index a8bc7ecb81..fb1ac12599 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -28,6 +28,9 @@ - color: c5def5 description: Gathering information name: in_review +- color: fbca04 + description: Don't auto-update PR + name: no-autoupdate - color: db754c description: An issue that proposes a feature request name: proposal @@ -40,9 +43,9 @@ - color: 8E7888 description: Pull requests/issues with no activity name: stale +- color: C2E0C6 + description: Waiting for author's response + name: waiting for response - color: ffffff description: An issue that does not need to be fixed name: wontfix -- color: fbca04 - description: Don't auto-update PR - name: no-autoupdate diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 6e733ada8e..58ee43a7a8 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -75,7 +75,7 @@ template: | ## Upgrade - - For NGINX, use the v$RESOLVED_VERSION image from our DockerHub: `nginx/nginx-ingress:$RESOLVED_VERSION`, `nginx/nginx-ingress:$RESOLVED_VERSION-alpine` or `nginx/nginx-ingress:$RESOLVED_VERSION-ubi` + - For NGINX, use the v$RESOLVED_VERSION image from our DockerHub: `nginx/nginx-ingress:$RESOLVED_VERSION`, `nginx/nginx-ingress:$RESOLVED_VERSION-alpine`, `nginx/nginx-ingress:$RESOLVED_VERSION-ubi` or `nginx/nginx-ingress:$RESOLVED_VERSION-ot` - For NGINX Plus, please build your own image using the v$RESOLVED_VERSION source code. - For Helm, use version HELM_VERSION_REPLACE_ME! of the chart.