forked from kubernetes/ingress-nginx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: James Strong <[email protected]>
- Loading branch information
Showing
21 changed files
with
1,650 additions
and
21 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
### {{ .Version }} | ||
Images: | ||
{{ with .ControllerImages }} | ||
{{ range . }} * {{ .Registry }}/{{ .Name }}:{{ .Tag}}@{{ .Digest }} | ||
{{ end }} {{ end }} | ||
### All Changes: | ||
{{ with .Updates }} | ||
{{ range . }}* {{ . }} | ||
{{ end }}{{ end }} | ||
### Dependencies updates: {{ with .DepUpdates }} | ||
{{ range . }}* {{ . }} | ||
{{ end }} {{ end }} | ||
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-{{ .PreviousControllerVersion }}...controller-{{ .NewControllerVersion }} |
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,9 @@ | ||
# Semi-Automated Release Process | ||
|
||
1. Update TAG | ||
2. Cloud Build | ||
3. k8s.io PR | ||
4. git pull origin main | ||
5. git checkout -b $RELEASE_VERSION | ||
6. mage release:newrelease $RELEASE_VERSION | ||
7. Wait for PR |
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 |
---|---|---|
@@ -1 +1 @@ | ||
v1.6.0 | ||
v1.6.0 |
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
Empty file.
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,12 @@ | ||
# Changelog | ||
|
||
This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org). | ||
|
||
### 4.4.1 | ||
|
||
* ci: remove setup-helm step (#9404) | ||
* feat(helm): Optionally use cert-manager instead admission patch (#9279) | ||
* run helm release on main only and when the chart/value changes only (#9290) | ||
* Update Ingress-Nginx version controller-v1.5.2 | ||
|
||
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.4.1...helm-chart-4.4.1 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
CURRENT_VERSION: "v1.5.1" | ||
GOLANG_VERSION: "1.19.2" | ||
GIT_TAG: "controller-v1.5.1" | ||
NGINX_BASE_IMAGE: "registry.k8s.io/ingress-nginx/nginx:0b5e0685112e4537ee20a0bdbba451e9f6158aa3@sha256:3f5e28bb248d5170e77b77fc2a1a385724aeff41a0b34b5afad7dd9cf93de000" | ||
NGINX_VERSION: "1.21.6" | ||
VERSION_TABLE: | ||
- "v1.5.1": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: ["1.25","1.24","1.23"] | ||
- NGINX: "1.21.6" | ||
- CONTROLLER_IMAGE: "registry.k8s.io/ingress-nginx/controller:v1.5.1@sha256:4ba73c697770664c1e00e9f968de14e08f606ff961c76e5d7033a4a9c593c629" | ||
- CHROOT_CONTROLLER_IMAGE: "registry.k8s.io/ingress-nginx/controller-chroot:v1.5.1@sha256:c1c091b88a6c936a83bd7b098662760a87868d12452529bad0d178fb36147345" | ||
- "v1.4.0": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.3.1": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.3.0": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.2.1": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.1.3": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.1.2": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.1.1": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.1.0": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.0.5": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.0.4": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.0.3": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.0.2": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.0.1": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" | ||
- "v1.0.0": | ||
- Alpine: "3.16.2" | ||
- Kubernetes: [ "1.24","1.23", "1.22", "1.21", "1.20" ] | ||
- NGINX: "1.19.10" |
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,66 @@ | ||
//go:build mage | ||
|
||
package main | ||
|
||
import ( | ||
"fmt" | ||
"os" | ||
"strings" | ||
"time" | ||
) | ||
|
||
var DEBUG bool | ||
|
||
func init() { | ||
DEBUG = false | ||
debugENV := os.Getenv("MAGE_DEBUG") | ||
if debugENV == "true" { | ||
DEBUG = true | ||
} | ||
} | ||
|
||
// CheckArgs should be used to ensure the right command line arguments are | ||
// passed before executing an example. | ||
func CheckArgs(arg ...string) { | ||
if len(os.Args) < len(arg)+1 { | ||
ErrorF("Usage: %s %s", os.Args[0], strings.Join(arg, " ")) | ||
os.Exit(1) | ||
} | ||
} | ||
|
||
// CheckIfError should be used to naively panics if an error is not nil. | ||
func CheckIfError(err error, format string, args ...interface{}) { | ||
if err == nil { | ||
return | ||
} | ||
|
||
fmt.Printf("\x1b[31;1m%s ERROR %s %s\x1b[0m\n", timeStamp(), fmt.Sprintf(format, args...), err) | ||
os.Exit(1) | ||
} | ||
|
||
// Info should be used to describe the example commands that are about to run. | ||
func Info(format string, args ...interface{}) { | ||
fmt.Printf("\x1b[34;1m%s INFO: %s\x1b[0m\n", timeStamp(), fmt.Sprintf(format, args...)) | ||
} | ||
|
||
func timeStamp() string { | ||
t := time.Now() | ||
return t.Format(time.RFC3339) | ||
} | ||
|
||
// Warning should be used to display a warning | ||
func Warning(format string, args ...interface{}) { | ||
fmt.Printf("\x1b[36;1m%s WARNING: %s\x1b[0m\n", timeStamp(), fmt.Sprintf(format, args...)) | ||
} | ||
|
||
// Info should be used to describe the example commands that are about to run. | ||
func Debug(format string, args ...interface{}) { | ||
if DEBUG { | ||
fmt.Printf("\x1b[34;1m%s DEBUG: %s\x1b[0m\n", timeStamp(), fmt.Sprintf(format, args...)) | ||
} | ||
} | ||
|
||
// Info should be used to describe the example commands that are about to run. | ||
func ErrorF(format string, args ...interface{}) { | ||
fmt.Printf("\x1b[31;1m%s ERROR: %s\x1b[0m\n", timeStamp(), fmt.Sprintf(format, args...)) | ||
} |
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,3 @@ | ||
//go:build mage | ||
|
||
package main |
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,15 @@ | ||
//go:build mage | ||
|
||
package main | ||
|
||
//import ( | ||
// "github.com/magefile/mage/mg" | ||
// "github.com/mysteriumnetwork/go-ci/commands" | ||
//) | ||
// | ||
//type Go mg.Namespace | ||
// | ||
//// Checks for issues with go imports | ||
//func (Go) CheckGoImports() error { | ||
// return commands.GoImports("./...") | ||
//} |
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,32 @@ | ||
module github.com/kubernetes/ingress-nginx/magefiles | ||
|
||
go 1.19 | ||
|
||
require ( | ||
github.com/blang/semver/v4 v4.0.0 | ||
github.com/google/go-github/v48 v48.2.0 | ||
github.com/helm/helm v2.17.0+incompatible | ||
github.com/magefile/mage v1.14.0 | ||
github.com/vmware-labs/yaml-jsonpath v0.3.2 | ||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.2.1 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.3 // indirect | ||
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/stretchr/testify v1.8.1 // indirect | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
k8s.io/apimachinery v0.25.4 // indirect | ||
k8s.io/helm v2.17.0+incompatible // indirect | ||
) |
Oops, something went wrong.