Skip to content

Commit 42cb029

Browse files
CLOUD-727: Bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.0 (#1119)
* CLOUD-727: Bump github.com/cert-manager/cert-manager Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.18.2 to 1.19.0. - [Release notes](https://github.com/cert-manager/cert-manager/releases) - [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md) - [Commits](cert-manager/cert-manager@v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: github.com/cert-manager/cert-manager dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump go version * bump go ver for tests * fix build --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Viacheslav Sarzhan <[email protected]>
1 parent 778cbde commit 42cb029

File tree

10 files changed

+61
-53
lines changed

10 files changed

+61
-53
lines changed

.github/workflows/reviewdog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/setup-go@v6
99
with:
10-
go-version: '^1.24'
10+
go-version: '^1.25'
1111
- uses: actions/checkout@v5
1212
- name: golangci-lint
1313
uses: golangci/golangci-lint-action@v8
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v5
3535
- uses: actions/setup-go@v6
3636
with:
37-
go-version: '^1.24'
37+
go-version: '^1.25'
3838
- run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
3939
- run: $(go env GOPATH)/bin/shfmt -f . | grep -v 'vendor' | xargs $(go env GOPATH)/bin/shfmt -bn -ci -s -w
4040
- name: suggester / shfmt
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v5
8686
- uses: actions/setup-go@v6
8787
with:
88-
go-version: '^1.24'
88+
go-version: '^1.25'
8989
- name: check on release branch
9090
if: ${{ contains(github.base_ref, 'release-') }}
9191
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Setup Go
1414
uses: actions/setup-go@v6
1515
with:
16-
go-version: "^1.24"
16+
go-version: "^1.25"
1717
- name: Perform the test
1818
run: make test

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ pipeline {
537537
-w /go/src/github.com/percona/percona-server-mysql-operator \
538538
-e GOFLAGS='-buildvcs=false' \
539539
-e GO111MODULE=on \
540-
golang:1.24 sh -c '
540+
golang:1.25 sh -c '
541541
go install github.com/google/go-licenses@latest;
542542
/go/bin/go-licenses csv github.com/percona/percona-server-mysql-operator/cmd/manager \
543543
| cut -d , -f 3 \
@@ -566,7 +566,7 @@ pipeline {
566566
-w /go/src/github.com/percona/percona-server-mysql-operator \
567567
-e GOFLAGS='-buildvcs=false' \
568568
-e GO111MODULE=on \
569-
golang:1.24 sh -c 'go build -v -o percona-server-mysql-operator github.com/percona/percona-server-mysql-operator/cmd/manager'
569+
golang:1.25 sh -c 'go build -v -o percona-server-mysql-operator github.com/percona/percona-server-mysql-operator/cmd/manager'
570570
"
571571
'''
572572

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} golang:1.24 AS go_builder
1+
FROM --platform=${BUILDPLATFORM} golang:1.25 AS go_builder
22
WORKDIR /go/src/github.com/percona/percona-server-mysql-operator
33

44
COPY go.mod go.sum ./

config/crd/bases/ps.percona.com_perconaservermysqls.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10206,8 +10206,10 @@ spec:
1020610206
issuerConf:
1020710207
properties:
1020810208
group:
10209+
default: cert-manager.io
1020910210
type: string
1021010211
kind:
10212+
default: Issuer
1021110213
type: string
1021210214
name:
1021310215
type: string

deploy/bundle.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12539,8 +12539,10 @@ spec:
1253912539
issuerConf:
1254012540
properties:
1254112541
group:
12542+
default: cert-manager.io
1254212543
type: string
1254312544
kind:
12545+
default: Issuer
1254412546
type: string
1254512547
name:
1254612548
type: string

deploy/crd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12539,8 +12539,10 @@ spec:
1253912539
issuerConf:
1254012540
properties:
1254112541
group:
12542+
default: cert-manager.io
1254212543
type: string
1254312544
kind:
12545+
default: Issuer
1254412546
type: string
1254512547
name:
1254612548
type: string

deploy/cw-bundle.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12539,8 +12539,10 @@ spec:
1253912539
issuerConf:
1254012540
properties:
1254112541
group:
12542+
default: cert-manager.io
1254212543
type: string
1254312544
kind:
12545+
default: Issuer
1254412546
type: string
1254512547
name:
1254612548
type: string

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/percona/percona-server-mysql-operator
22

3-
go 1.24.3
3+
go 1.25.0
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.2
7-
github.com/cert-manager/cert-manager v1.18.2
7+
github.com/cert-manager/cert-manager v1.19.0
88
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
99
github.com/go-logr/logr v1.4.3
1010
github.com/go-openapi/errors v0.22.3
@@ -31,7 +31,7 @@ require (
3131
k8s.io/apiextensions-apiserver v0.34.1
3232
k8s.io/apimachinery v0.34.1
3333
k8s.io/client-go v0.34.1
34-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
34+
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
3535
sigs.k8s.io/controller-runtime v0.22.2
3636
)
3737

@@ -65,7 +65,7 @@ require (
6565
go.yaml.in/yaml/v2 v2.4.2 // indirect
6666
go.yaml.in/yaml/v3 v3.0.4 // indirect
6767
golang.org/x/mod v0.27.0 // indirect
68-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
68+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
6969
sigs.k8s.io/randfill v1.0.0 // indirect
7070
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
7171
)
@@ -81,7 +81,7 @@ require (
8181
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8282
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8383
github.com/dustin/go-humanize v1.0.1 // indirect
84-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
84+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
8585
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
8686
github.com/go-logr/stdr v1.2.2 // indirect
8787
github.com/go-logr/zapr v1.3.0 // indirect
@@ -109,15 +109,15 @@ require (
109109
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
110110
github.com/oklog/ulid v1.3.1 // indirect
111111
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
112-
github.com/prometheus/client_golang v1.22.0 // indirect
112+
github.com/prometheus/client_golang v1.23.2 // indirect
113113
github.com/prometheus/client_model v0.6.2 // indirect
114-
github.com/prometheus/common v0.64.0 // indirect
115-
github.com/prometheus/procfs v0.16.1 // indirect
114+
github.com/prometheus/common v0.66.1 // indirect
115+
github.com/prometheus/procfs v0.17.0 // indirect
116116
github.com/robfig/cron/v3 v3.0.1
117117
github.com/rs/xid v1.6.0 // indirect
118118
github.com/sergi/go-diff v1.3.1 // indirect
119119
github.com/spf13/afero v1.14.0 // indirect
120-
github.com/spf13/pflag v1.0.6 // indirect
120+
github.com/spf13/pflag v1.0.10 // indirect
121121
github.com/stretchr/testify v1.11.1
122122
github.com/swaggest/assertjson v1.9.0 // indirect
123123
github.com/yudai/gojsondiff v1.0.0 // indirect
@@ -131,10 +131,10 @@ require (
131131
go.uber.org/multierr v1.11.0 // indirect
132132
golang.org/x/crypto v0.42.0 // indirect
133133
golang.org/x/net v0.44.0 // indirect
134-
golang.org/x/oauth2 v0.30.0 // indirect
134+
golang.org/x/oauth2 v0.31.0 // indirect
135135
golang.org/x/sys v0.36.0 // indirect
136136
golang.org/x/term v0.35.0 // indirect
137-
golang.org/x/time v0.11.0 // indirect
137+
golang.org/x/time v0.13.0 // indirect
138138
golang.org/x/tools v0.36.0 // indirect
139139
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
140140
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect
@@ -143,8 +143,8 @@ require (
143143
gopkg.in/inf.v0 v0.9.1 // indirect
144144
gopkg.in/yaml.v3 v3.0.1 // indirect
145145
k8s.io/klog/v2 v2.130.1 // indirect
146-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
147-
sigs.k8s.io/gateway-api v1.1.0 // indirect
148-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
146+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
147+
sigs.k8s.io/gateway-api v1.4.0 // indirect
148+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
149149
sigs.k8s.io/yaml v1.6.0
150150
)

0 commit comments

Comments
 (0)