Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump k8s.io deps #1196

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ jobs:
name: Build Bundle
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v3
Expand Down Expand Up @@ -187,10 +187,10 @@ jobs:
needs: [build, build-bundle]
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
importpath: golang.org/x/tools/cmd/goimports@latest

steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go

- name: Check out code
Expand Down Expand Up @@ -92,10 +92,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go

- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
needs: pre-job
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.23.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
defaults:
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -131,10 +131,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -178,10 +178,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -234,10 +234,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -279,10 +279,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -296,10 +296,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -313,10 +313,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -330,7 +330,7 @@ jobs:
needs: pre-job
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.23.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
defaults:
Expand All @@ -354,10 +354,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -371,10 +371,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -388,10 +388,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.23.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.23.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.22 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion doc/overviews/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* [operator-sdk] version v1.32.0
* [kind] version v0.23.0
* [git][git_tool]
* [go] version 1.22+
* [go] version 1.23+
* [kubernetes] version v1.19+
* [kubectl] version v1.19+
* [helm]
Expand Down
43 changes: 20 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/kuadrant/kuadrant-operator

go 1.22.5
go 1.23.0

toolchain go1.23.1

require (
github.com/cert-manager/cert-manager v1.16.2
Expand All @@ -14,23 +16,23 @@ require (
github.com/kuadrant/limitador-operator v0.9.0
github.com/kuadrant/policy-machinery v0.6.4
github.com/martinlindhe/base36 v1.1.1
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.1
github.com/onsi/ginkgo/v2 v2.21.0
github.com/onsi/gomega v1.35.1
github.com/openshift/api v0.0.0-20240926211938-f89ab92f1597
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.76.2
github.com/prometheus/client_golang v1.20.4
github.com/samber/lo v1.47.0
go.uber.org/zap v1.27.0
google.golang.org/protobuf v1.34.2
google.golang.org/protobuf v1.35.1
gotest.tools v2.2.0+incompatible
istio.io/api v1.22.3-0.20240703105953-437a88321a16
istio.io/client-go v1.22.3-0.20240703110620-5f69a1e4c030
k8s.io/api v0.31.1
k8s.io/api v0.32.2
k8s.io/apiextensions-apiserver v0.31.1
k8s.io/apimachinery v0.31.1
k8s.io/client-go v0.31.1
k8s.io/apimachinery v0.32.2
k8s.io/client-go v0.32.2
k8s.io/klog/v2 v2.130.1
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/controller-runtime v0.19.0
sigs.k8s.io/external-dns v0.14.0
sigs.k8s.io/gateway-api v1.1.0
Expand All @@ -53,13 +55,11 @@ require (
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/imdario/mergo v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.9 // indirect
Expand All @@ -77,23 +77,20 @@ require (
github.com/x448/float16 v0.8.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.24.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.7.0 // indirect
golang.org/x/tools v0.26.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
)

replace github.com/imdario/mergo => dario.cat/mergo v0.3.5
Loading
Loading