Skip to content

Commit

Permalink
Merge branch 'master' into componentcli
Browse files Browse the repository at this point in the history
  • Loading branch information
guewa authored Feb 11, 2025
2 parents 9a4419b + 8093af7 commit ee0f0cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ landscaper:
ocm_repository: europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper
steps:
verify:
image: 'golang:1.23.5'
image: 'golang:1.23.6'
ocm_build_and_publish:
image: europe-docker.pkg.dev/gardener-project/releases/cicd/job-image:1.2360.0
privilege_mode: privileged
Expand Down Expand Up @@ -43,7 +43,7 @@ landscaper:
- integration-test
depends:
- ocm_build_and_publish
image: 'europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/integration-test:1.23.5-alpine3.21'
image: 'europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/integration-test:1.23.6-alpine3.21'
output_dir: 'integration_test'
format:
publish_to:
Expand All @@ -56,7 +56,7 @@ landscaper:
integration_test:
depends:
- ocm_build_and_publish
image: 'europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/integration-test:1.23.5-alpine3.21'
image: 'europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/integration-test:1.23.6-alpine3.21'
execute:
- integration-test-pr
traits:
Expand All @@ -82,7 +82,7 @@ landscaper:
- integration-test
depends:
- ocm_build_and_publish
image: 'europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/integration-test:1.23.5-alpine3.21'
image: 'europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper/integration-test:1.23.6-alpine3.21'
output_dir: 'integration_test'
update_release:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ CODE_GEN_VERSION ?= $(shell $(REPO_ROOT)/hack/extract-module-version.sh k8s.io/
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
CONTROLLER_TOOLS_VERSION ?= v0.17.2
# renovate: datasource=github-tags depName=golang/tools
FORMATTER_VERSION ?= v0.29.0
FORMATTER_VERSION ?= v0.30.0
# renovate: datasource=github-releases depName=golangci/golangci-lint
LINTER_VERSION ?= v1.63.4
# renovate: datasource=github-releases depName=elastic/crd-ref-docs
Expand Down

0 comments on commit ee0f0cc

Please sign in to comment.