Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua-registry to v4.185.1 (#2914
Browse files Browse the repository at this point in the history
)

* chore(deps): update dependency aquaproj/aqua-registry to v4.185.1

* chore(aqua): update aqua/aqua-checksums.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-releaser[bot] <95135029+aquaproj-aqua-releaser[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d84c340 commit 0cf86cf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions aqua/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
"algorithm": "sha256"
},
{
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.185.0/registry.yaml",
"checksum": "BFFA0C4F362465FE9CBF3799BD273009684BDFC8BB42BDA10B7DFFC5A6915B06DABB922DF33D0DDB0201F5F21E83E90C52015DCA779171385C1F2EAD4EA06609",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.185.1/registry.yaml",
"checksum": "5979EBBF6CC9E3E216D5002F501B84F92E66CAED6B81944C357EE2AE18B3FB9CA74F36A0D52BB79E260AD97E8D33FE6D1395937293949F559DB26355E7924394",
"algorithm": "sha512"
}
]
Expand Down
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.185.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.185.1 # 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 (c *Controller) Init(ctx context.Context, cfgFilePath string, logE *logrus.
return nil
}

registryVersion := "v4.185.0" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v4.185.1" // renovate: depName=aquaproj/aqua-registry
release, _, err := c.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.185.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.185.1 # 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.185.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.185.1 # 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.185.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.185.1 # 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.185.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.185.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/tfcmt@v4.9.1
tags:
Expand Down

0 comments on commit 0cf86cf

Please sign in to comment.