Skip to content

Commit

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

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

* 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
renovate[bot] and aquaproj-aqua-releaser[bot] committed May 10, 2024
1 parent bb85521 commit 2270c05
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.175.0/registry.yaml",
"checksum": "35BFF47D120F1158CF4CDCD37595367BFB7FE09F81B98C0DE2FB64EF217B823EAF28F14905A7513EDA148175A153D9F090F8AA64053E9DCA88E4CCF54268B781",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.176.0/registry.yaml",
"checksum": "34DB99D6BB5A63D5F7A4437556B9D595B2CF2665882376A006F3B03EDF45D04530A409DBBFB7782F2E8089BE557D445FD6B88716EFD24F7BABF253391F07AF06",
"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.175.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.176.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 (c *Controller) Init(ctx context.Context, cfgFilePath string, logE *logrus.
return nil
}

registryVersion := "v4.175.0" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v4.176.0" // 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.175.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.176.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.175.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.176.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.175.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.176.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.175.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.176.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/tfcmt@v4.9.1
tags:
Expand Down

0 comments on commit 2270c05

Please sign in to comment.