Skip to content

Commit

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

* chore(deps): update dependency aquaproj/aqua-registry to v4.276.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 54a5885 commit c66848e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.276.0/registry.yaml",
"checksum": "B43662956C2BA8D29D997334A2683D22907B477E243BDA43AE8C89DA5E110944EA1FA9D0EC218B96292FC36C9965AA65A39BDBA28E05FF28D0495B52B93E9B25",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.276.1/registry.yaml",
"checksum": "0B9D65A3E6C8761501CB6467019928A20F11B13D35FE8D392E18E56835CD87AFBC60A4BB0F7A1F6705C02A271723B312FF0A5DF874FB719CB11EC463EB231533",
"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 @@ -7,6 +7,6 @@ checksum:
require_checksum: true
registries:
- type: standard
ref: v4.276.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.276.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 @@ -50,7 +50,7 @@ func (c *Controller) Init(ctx context.Context, logE *logrus.Entry, cfgFilePath s
return nil
}

registryVersion := "v4.276.0" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v4.276.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/3064/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ checksum:
# - all
registries:
- type: standard
ref: v4.276.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.276.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/cmdx
version: v1.7.4
2 changes: 1 addition & 1 deletion tests/aliases/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - all
registries:
- type: standard
ref: v4.276.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.276.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: hashicorp/terraform@v1.10.2
- name: hashicorp/terraform
Expand Down
2 changes: 1 addition & 1 deletion tests/cargo/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
# - all
registries:
- type: standard
ref: v4.276.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.276.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: crates.io/skim@0.15.5
2 changes: 1 addition & 1 deletion tests/main/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ checksum:
require_checksum: false
registries:
- type: standard
ref: v4.276.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.276.1 # renovate: depName=aquaproj/aqua-registry
- null

packages:
Expand Down
2 changes: 1 addition & 1 deletion tests/minisign/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ checksum:
# - all
registries:
- type: standard
ref: v4.276.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.276.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: bufbuild/buf@v1.47.2
- name: bufbuild/buf
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.276.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.276.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/tfcmt@v4.14.0
tags:
Expand Down

0 comments on commit c66848e

Please sign in to comment.