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

deps: update github.com/keptn/lifecycle-toolkit/klt-cert-manager digest to b7a1d29 - autoclosed #3

2 changes: 1 addition & 1 deletion .github/workflows/load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
GO_VERSION: "~1.20"
# renovate: datasource=github-tags depName=cloud-bulldozer/kube-burner
KUBE_BURNER_VERSION: "v1.7.5"
KUBE_BURNER_VERSION: "v1.7.6"
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion examples/support/argo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LFC_NAMESPACE ?= keptn-lifecycle-toolkit-system
PODTATO_NAMESPACE ?= podtato-kubectl
ARGO_NAMESPACE ?= argocd
# renovate: datasource=github-tags depName=argoproj/argo-cd
ARGO_VERSION ?= v2.7.11
ARGO_VERSION ?= v2.7.13
ARGO_SECRET = $(shell kubectl -n ${ARGO_NAMESPACE} get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo)

.PHONY: install
Expand Down
2 changes: 1 addition & 1 deletion functions-runtime/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:alpine-1.35.1 AS production
FROM denoland/deno:alpine-1.35.3 AS production

LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \
org.opencontainers.image.url="https://keptn.sh" \
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/cloudevents/sdk-go/v2 v2.14.0
github.com/go-logr/logr v1.2.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230807110601-88a54f97c157
github.com/keptn/lifecycle-toolkit/klt-cert-manager b7a1d291223e
github.com/magiconair/properties v1.8.7
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.10
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-logr/logr v1.2.4
github.com/gorilla/mux v1.8.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230807110601-88a54f97c157
github.com/keptn/lifecycle-toolkit/klt-cert-manager b7a1d291223e
github.com/open-feature/go-sdk v1.7.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.16.0
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
":automergePatch"
],
"addLabels": ["dependencies"],
"forkProcessing": "enabled",
"cloneSubmodules": true,
"prConcurrentLimit": 15,
"stabilityDays": 3,
Expand Down Expand Up @@ -59,7 +60,7 @@
},
{
"matchPackageNames": ["denoland/deno"],
"extractVersion": "^alpine-(?<version>.*)$"
"versioning": "regex:^(?<compatibility>[a-z]+?)-(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?$"
}
],
"regexManagers": [
Expand Down
Loading