File tree Expand file tree Collapse file tree 4 files changed +17
-15
lines changed Expand file tree Collapse file tree 4 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -93,36 +93,38 @@ builds:
93
93
tags :
94
94
- aws
95
95
96
- archives :
97
- - id : kubernetes-ingress
98
- builds : [kubernetes-ingress]
99
-
100
96
changelog :
101
97
skip : true
102
98
103
- checksum :
104
- name_template : ' checksums.txt'
99
+ archives :
100
+ - id : kubernetes-ingress
101
+ builds : [kubernetes-ingress]
105
102
106
103
sboms :
107
104
- artifacts : archive
108
105
ids : [kubernetes-ingress]
106
+ documents :
107
+ - " ${artifact}.spdx.json"
109
108
110
109
release :
111
110
ids : [kubernetes-ingress]
112
111
extra_files :
113
- - glob : ./dist/**.sbom
112
+ - glob : ./dist/**.spdx.json
114
113
115
114
blobs :
116
115
- provider : azblob
117
116
bucket : ' {{.Env.AZURE_BUCKET_NAME}}'
118
117
extra_files :
119
- - glob : ./dist/**.sbom
120
-
121
- milestones :
122
- - close : true
118
+ - glob : ./dist/**.spdx.json
123
119
124
120
announce :
125
121
slack :
126
122
enabled : true
127
123
channel : ' #announcements'
128
124
message_template : ' NGINX Ingress Controller {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}'
125
+
126
+ milestones :
127
+ - close : true
128
+
129
+ snapshot :
130
+ name_template : ' edge'
Original file line number Diff line number Diff line change 95
95
.PHONY : build-goreleaser
96
96
build-goreleaser : # # Build Ingress Controller binary using GoReleaser
97
97
@goreleaser -v || (code=$$ ? ; printf " \033[0;31mError\033[0m: there was a problem with GoReleaser. Follow the docs to install it https://goreleaser.com/install\n" ; exit $$ code)
98
- GOOS=linux GOPATH=$(shell go env GOPATH) GOARCH=$(ARCH ) goreleaser build --rm-dist --debug --snapshot --id kubernetes-ingress --single-target
98
+ GOOS=linux GOPATH=$(shell go env GOPATH) GOARCH=$(ARCH ) goreleaser build --clean --debug --snapshot --id kubernetes-ingress --single-target
99
99
100
100
.PHONY : debian-image
101
101
debian-image : build # # Create Docker image for Ingress Controller (Debian)
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go-v2/config v1.18.26
7
- github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.14.12
7
+ github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.14.13
8
8
github.com/cert-manager/cert-manager v1.12.1
9
9
github.com/go-chi/chi/v5 v5.0.8
10
10
github.com/golang-jwt/jwt/v4 v4.5.0
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35 h1:LWA+3kDM8ly001vJ1X1waCuLJdt
58
58
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35 /go.mod h1:0Eg1YjxE0Bhn56lx+SHJwCzhW+2JGtizsrx+lCqrfm0 =
59
59
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28 h1:bkRyG4a929RCnpVSTvLM2j/T4ls015ZhhYApbmYs15s =
60
60
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28 /go.mod h1:jj7znCIg05jXlaGBlFMGP8+7UN3VtCkRBG2spnmRQkU =
61
- github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.14.12 h1:vxOcOeqRTsO9ru0E5hkbhAeIdpYtizuoNEkLZuqm5ek =
62
- github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.14.12 /go.mod h1:xmV0oIDDFg4i3vNjRfwRAl1ZGpNsEj06gLYpFT+hwpI =
61
+ github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.14.13 h1:INNEByjR77yjugBQPVXkDTleLf5AIvxUslT1N3MG2So =
62
+ github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.14.13 /go.mod h1:xmV0oIDDFg4i3vNjRfwRAl1ZGpNsEj06gLYpFT+hwpI =
63
63
github.com/aws/aws-sdk-go-v2/service/sso v1.12.11 h1:cNrMc266RsZJ8V1u1OQQONKcf9HmfxQFqgcpY7ZJBhY =
64
64
github.com/aws/aws-sdk-go-v2/service/sso v1.12.11 /go.mod h1:HuCOxYsF21eKrerARYO6HapNeh9GBNq7fius2AcwodY =
65
65
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.11 h1:h2VhtCE5PBiJefmlVCjJRSzBfFcQeAE10SXIGkXw1jQ =
You can’t perform that action at this time.
0 commit comments