File tree Expand file tree Collapse file tree 4 files changed +136
-124
lines changed
Expand file tree Collapse file tree 4 files changed +136
-124
lines changed Original file line number Diff line number Diff line change 2121 # renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
2222 DAGGER_GOLANGCI_LINT_SHA : 88056b48085a170fbf7638e106efbecd26c6573d
2323 # renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
24- GOLANGCI_LINT_VERSION : v2.4 .0
24+ GOLANGCI_LINT_VERSION : v2.5 .0
2525 cmds :
2626 - >
2727 GITHUB_REF= dagger -sc "github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
5- # pip-compile --allow-unsafe --generate-hashes --output-file=sidecar-requirements.txt --strip-extras sidecar-requirements.in
5+ # pip-compile --allow-unsafe --cert=None --client-cert=None -- generate-hashes --index-url=None -- output-file=sidecar-requirements.txt --pip-args=None --strip-extras sidecar-requirements.in
66#
77azure-core==1.35.1 \
88 --hash=sha256:12da0c9e08e48e198f9158b56ddbe33b421477e1dc98c2e1c8f9e254d92c468b \
@@ -22,13 +22,13 @@ barman==3.15.0 \
2222 --hash=sha256:96d10c950f8947c821451f3fd387e8c55698b280237d0a9b2ce28c3b96956cd2 \
2323 --hash=sha256:aeda1991637c5c4d4b440eaa08069e855e3c50ff0ea2fc6e08dd881c87eb8ec1
2424 # via -r sidecar-requirements.in
25- boto3==1.40.33 \
26- --hash=sha256:b9548f4cfb44dc9fb7f09741c7dce34350d4a9f904ff0f7f97d699d0586f6b9a \
27- --hash=sha256:dc8a37b25f43d458d830a5988283f0a5ac38a47dd2c46cccc5bc40e47fda97c9
25+ boto3==1.40.35 \
26+ --hash=sha256:d718df3591c829bcca4c498abb7b09d64d1eecc4e5a2b6cef14b476501211b8a \
27+ --hash=sha256:f4c1b01dd61e7733b453bca38b004ce030e26ee36e7a3d4a9e45a730b67bc38d
2828 # via barman
29- botocore==1.40.33 \
30- --hash=sha256:307e0cb55f4b7307bfd2090fd1c9ca14e1febece5b928144ccc0f78adfd2d864 \
31- --hash=sha256:b9a33758913410ca0d81f30dfd9f00c4ff22c72c38fdf679864011afc73d99fd
29+ botocore==1.40.35 \
30+ --hash=sha256:67e062752ff579c8cc25f30f9c3a84c72d692516a41a9ee1cf17735767ca78be \
31+ --hash=sha256:c545de2cbbce161f54ca589fbb677bae14cdbfac7d5f1a27f6a620cb057c26f4
3232 # via
3333 # boto3
3434 # s3transfer
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ func (r ReconcilerImplementation) Pre(
8181 if apierrs .IsNotFound (err ) {
8282 contextLogger .Info (
8383 "barman object configuration not found, requeuing" ,
84- "name" , pluginConfiguration . BarmanObjectName ,
85- "namespace" , cluster .Namespace )
84+ "name" , barmanObjectKey . Name ,
85+ "namespace" , barmanObjectKey .Namespace )
8686 return & reconciler.ReconcilerHooksResult {
8787 Behavior : reconciler .ReconcilerHooksResult_BEHAVIOR_REQUEUE ,
8888 }, nil
You can’t perform that action at this time.
0 commit comments