Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua-registry to v3.120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 11, 2023
1 parent 5fd2fee commit 205e09f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aqua.yaml
Expand Up @@ -3,7 +3,7 @@
# https://aquaproj.github.io/
registries:
- type: standard
ref: v3.119.0 # renovate: depName=aquaproj/aqua-registry
ref: v3.120.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/cmdx@v1.6.1
- name: golangci/golangci-lint@v1.50.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/initcmd/init.go
Expand Up @@ -49,7 +49,7 @@ func (ctrl *Controller) Init(ctx context.Context, cfgFilePath string, logE *logr
return nil
}

registryVersion := "v3.119.0" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v3.120.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
Expand Up @@ -6,7 +6,7 @@ checksum:
enabled: true
registries:
- type: standard
ref: v3.119.0 # renovate: depName=aquaproj/aqua-registry
ref: v3.120.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
Expand Up @@ -3,7 +3,7 @@ checksum:
registries:
- type: standard
type: standard # duplicated keys
ref: v3.119.0 # renovate: depName=aquaproj/aqua-registry
ref: v3.120.0 # renovate: depName=aquaproj/aqua-registry
- null

packages:
Expand Down
2 changes: 1 addition & 1 deletion tests/slsa/aqua.yaml
Expand Up @@ -6,7 +6,7 @@ checksum:
enabled: true
registries:
- type: standard
ref: v3.119.0 # renovate: depName=aquaproj/aqua-registry
ref: v3.120.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
Expand Up @@ -7,7 +7,7 @@
# require_checksum: true
registries:
- type: standard
ref: v3.119.0 # renovate: depName=aquaproj/aqua-registry
ref: v3.120.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/tfcmt@v4.0.1
tags:
Expand Down

0 comments on commit 205e09f

Please sign in to comment.