Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua-registry to v4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2023
1 parent 55c9b53 commit 51b73fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ checksum:
require_checksum: true
registries:
- type: standard
ref: v4.23.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.24.0 # renovate: depName=aquaproj/aqua-registry
packages:
- import: imports/*.yaml
2 changes: 1 addition & 1 deletion pkg/controller/initcmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (ctrl *Controller) Init(ctx context.Context, cfgFilePath string, logE *logr
return nil
}

registryVersion := "v4.23.0" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v4.24.0" // renovate: depName=aquaproj/aqua-registry
release, _, err := ctrl.github.GetLatestRelease(ctx, "aquaproj", "aqua-registry")
if err != nil {
logerr.WithError(logE, err).WithFields(logrus.Fields{
Expand Down
2 changes: 1 addition & 1 deletion tests/cosign/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ checksum:
require_checksum: false
registries:
- type: standard
ref: v4.23.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.24.0 # renovate: depName=aquaproj/aqua-registry
- name: local
type: local
path: registry.yaml
Expand Down
2 changes: 1 addition & 1 deletion tests/main/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ checksum:
registries:
- type: standard
type: standard # duplicated keys
ref: v4.23.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.24.0 # renovate: depName=aquaproj/aqua-registry
- null

packages:
Expand Down
2 changes: 1 addition & 1 deletion tests/slsa/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ checksum:
require_checksum: false
registries:
- type: standard
ref: v4.23.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.24.0 # renovate: depName=aquaproj/aqua-registry
- name: local
type: local
path: registry.yaml
Expand Down
2 changes: 1 addition & 1 deletion tests/tag/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# require_checksum: true
registries:
- type: standard
ref: v4.23.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.24.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/[email protected]
tags:
Expand Down

0 comments on commit 51b73fe

Please sign in to comment.