github.com/nginxinc/kubernetes-ingress@v1.12.5/.github/release-drafter.yml (about) 1 name-template: 'v$RESOLVED_VERSION' 2 tag-template: 'v$RESOLVED_VERSION' 3 categories: 4 - title: '🚀 Features' 5 labels: 6 - "enhancement" 7 - title: '💣 Breaking Change' 8 labels: 9 - "change" 10 - title: '🐛 Bug Fixes' 11 labels: 12 - "bug" 13 - title: '📝 Documentation' 14 labels: 15 - "documentation" 16 - title: '🔨 Maintenance' 17 labels: 18 - "chore" 19 - title: '⬆️ Dependencies' 20 labels: 21 - "dependencies" 22 version-resolver: 23 major: 24 labels: 25 - 'change' 26 minor: 27 labels: 28 - 'enhancement' 29 patch: 30 labels: 31 - 'bug' 32 - 'chore' 33 - 'dependencies' 34 - 'documentation' 35 default: patch 36 exclude-labels: 37 - 'skip-changelog' 38 autolabeler: 39 - label: 'documentation' 40 files: 41 - '*.md' 42 branch: 43 - '/docs{0,1}\/.+/' 44 - label: 'chore' 45 branch: 46 - '/chore\/.+/' 47 - label: 'bug' 48 branch: 49 - '/fix\/.+/' 50 title: 51 - '/fix/i' 52 - label: 'enhancement' 53 branch: 54 - '/enh\/.+/' 55 - '/enhancement\/.+/' 56 - '/feat\/.+/' 57 - '/feature\/.+/' 58 title: 59 - '/feat/i' 60 - label: 'dependencies' 61 files: 62 - 'go.mod' 63 - 'go.sum' 64 - 'vendor*' 65 branch: 66 - '/deps\/.+/' 67 filter-by-commitish: true 68 commitish: master 69 template: | 70 *Help make the NGINX Ingress Controller better by participating in our [survey](https://forms.office.com/Pages/ResponsePage.aspx?id=L_093Ttq0UCb4L-DJ9gcUM6Dh1A0cORCorfgZAMdkwJUREhJUFAyM1ZHRzZLSzQyMUlCNFhXVkZENy4u)!* 71 72 ## New in NGINX Ingress Controller v$RESOLVED_VERSION 73 74 $CHANGES 75 76 ## Upgrade 77 78 - 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` 79 - For NGINX Plus, please build your own image using the v$RESOLVED_VERSION source code. 80 - For Helm, use version HELM_VERSION_REPLACE_ME! of the chart. 81 82 ## Resources 83 84 - Documentation -- https://docs.nginx.com/nginx-ingress-controller/ 85 - Configuration examples -- https://github.com/nginxinc/kubernetes-ingress/tree/v$RESOLVED_VERSION/examples and https://github.com/nginxinc/kubernetes-ingress/tree/v$RESOLVED_VERSION/examples-of-custom-resources 86 - Helm Chart -- https://github.com/nginxinc/kubernetes-ingress/tree/v$RESOLVED_VERSION/deployments/helm-chart 87 - Operator -- https://github.com/nginxinc/nginx-ingress-operator/