Skip to content

Commit

Permalink
Merge branch 'main' into feat-add-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Aug 24, 2024
2 parents 02dc10d + 099e599 commit ceb7cdb
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 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.213.1/registry.yaml",
"checksum": "A6A8FEDAA2BE0EA4CAF83762BB4BBA13C65B02E407C3E7CB063B8359F42DEA73F7A3D5F8E461AD778AD4B64909BC873CD8B7F24296ED0ED91C7CBDA6F955A044",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.216.0/registry.yaml",
"checksum": "C4D29319B374BC87BD33DC83DA714D61CD19CD60302224EAF39CB010FA1CB79DEEEE05AE33364B77A1E3976551611DDFE5E1D763B672914F58428FC5ED5A8B68",
"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.213.1 # renovate: depName=aquaproj/aqua-registry
ref: v4.216.0 # renovate: depName=aquaproj/aqua-registry
packages:
- import: imports/*.yaml
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/forPelevin/gomoji v1.2.0
github.com/goccy/go-yaml v1.12.0
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v63 v63.0.0
github.com/google/go-github/v64 v64.0.0
github.com/google/wire v0.6.0
github.com/hashicorp/go-version v1.7.0
github.com/invopop/jsonschema v0.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-github/v63 v63.0.0 h1:13xwK/wk9alSokujB9lJkuzdmQuVn2QCPeck76wR3nE=
github.com/google/go-github/v63 v63.0.0/go.mod h1:IqbcrgUmIcEaioWrGYei/09o+ge5vhffGOcxrO0AfmA=
github.com/google/go-github/v64 v64.0.0 h1:4G61sozmY3eiPAjjoOHponXDBONm+utovTKbyUb2Qdg=
github.com/google/go-github/v64 v64.0.0/go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"volta": {
"node": "20.16.0"
"node": "20.17.0"
}
}
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.213.1" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v4.216.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 pkg/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/url"
"os"

"github.com/google/go-github/v63/github"
"github.com/google/go-github/v64/github"
"golang.org/x/oauth2"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/github/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/url"
"strings"

"github.com/google/go-github/v63/github"
"github.com/google/go-github/v64/github"
)

var (
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.213.1 # renovate: depName=aquaproj/aqua-registry
ref: v4.216.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: terraform-linters/tflint
version: v0.44.1
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.213.1 # renovate: depName=aquaproj/aqua-registry
ref: v4.216.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.213.1 # renovate: depName=aquaproj/aqua-registry
ref: v4.216.0 # renovate: depName=aquaproj/aqua-registry
- name: local
type: local
path: registry.yaml
Expand Down
4 changes: 2 additions & 2 deletions tests/tag/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
# require_checksum: true
registries:
- type: standard
ref: v4.213.1 # renovate: depName=aquaproj/aqua-registry
ref: v4.216.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/tfcmt@v4.13.0
tags:
- test
- foo
- name: suzuki-shunsuke/github-comment@v6.2.0
- name: cli/cli@v2.54.0
- name: cli/cli@v2.55.0
tags:
- bar
- foo

0 comments on commit ceb7cdb

Please sign in to comment.