Skip to content

Commit

Permalink
Merge pull request #295 from 3scale-ops/feat/controller-runtime-v0.17.2
Browse files Browse the repository at this point in the history
feat/controller-runtime-v0.17.2
  • Loading branch information
3scale-robot authored Mar 27, 2024
2 parents a79b0e9 + 7b13255 commit b3c950d
Show file tree
Hide file tree
Showing 49 changed files with 576 additions and 669 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bundle/** linguist-generated=true
bundle.Dockerfile linguist-generated=true
config/crd/bases/** linguist-generated=true
docs/api-reference/reference.asciidoc linguist-generated=true
pkg/assets/bindata.go linguist-generated=true
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"

- uses: actions/cache@v2
with:
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 golang:1.20 as builder
FROM golang:1.21 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,10 @@ HELM ?= $(LOCALBIN)/helm
## Tool Versions
KUSTOMIZE_VERSION ?= v5.1.1
CONTROLLER_TOOLS_VERSION ?= v0.11.0
GINKGO_VERSION ?= v2.9.1
GINKGO_VERSION ?= v2.17.0
CRD_REFDOCS_VERSION ?= v0.0.8
KIND_VERSION ?= v0.16.0
ENVTEST_VERSION ?= latest
ENVTEST_VERSION ?= release-0.17
GOBINDATA_VERSION ?= latest
TEKTON_VERSION ?= v0.49.0
YQ_VERSION ?= v4.40.5
Expand Down
32 changes: 16 additions & 16 deletions config/crd/bases/saas.3scale.net_apicasts.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions config/crd/bases/saas.3scale.net_autossls.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3c950d

Please sign in to comment.