Skip to content

Commit

Permalink
Merge pull request #44 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
viccuad authored Jun 10, 2024
2 parents 60a68d6 + d0ff46b commit d2211af
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Release policy
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected].19
uses: kubewarden/github-actions/.github/workflows/[email protected].20

release:
needs: test
Expand All @@ -22,6 +22,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/[email protected].19
uses: kubewarden/github-actions/.github/workflows/[email protected].20
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/sysctl-psp
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected].19
uses: kubewarden/github-actions/.github/workflows/[email protected].20
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/kubewarden/go-policy-template

go 1.21
go 1.22

toolchain go1.22.3
toolchain go1.22.4

require (
github.com/deckarep/golang-set/v2 v2.6.0
github.com/francoispqt/onelog v0.0.0-20190306043706-8c2bb31b10a4
github.com/kubewarden/gjson v1.7.2
github.com/kubewarden/policy-sdk-go v0.8.0
github.com/kubewarden/policy-sdk-go v0.9.0
github.com/wapc/wapc-guest-tinygo v0.3.3
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ github.com/kubewarden/policy-sdk-go v0.7.0 h1:quNOrqtZRgLHpknoIWl0yDWDK8xJ/hDtP8
github.com/kubewarden/policy-sdk-go v0.7.0/go.mod h1:wq/jwnVOpSaETu/n9DW0ePbeoUdoqYTEzlNKmZGaPIM=
github.com/kubewarden/policy-sdk-go v0.8.0 h1:4SR6UeKLBQ+UkwohuMqYw2lPKgqgF5Ifdw7tFNjQwiI=
github.com/kubewarden/policy-sdk-go v0.8.0/go.mod h1:gjYdcErABXti/dxoNW2PceSwy4+/X+o/wuLwWHZCoNU=
github.com/kubewarden/policy-sdk-go v0.9.0 h1:tS9aMtjkUj04WJ0xjO3o0jSGvtj/T8rGr4mn3DPx5Fo=
github.com/kubewarden/policy-sdk-go v0.9.0/go.mod h1:4Yg/Wpxnt7p4Ps68hBfnK8qoGURM5MJaq67Kjao2smY=
github.com/kubewarden/strfmt v0.1.3 h1:bb+2rbotioROjCkziSt+hqnHXzOlumN94NxDKdV2kPI=
github.com/kubewarden/strfmt v0.1.3/go.mod h1:DXoaaIYwqW1LyyRoMeyxfHUU+VUSTNFdj38juCXfRzs=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
8 changes: 8 additions & 0 deletions vendor/github.com/kubewarden/policy-sdk-go/.mockery.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/kubewarden/policy-sdk-go/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/kubewarden/policy-sdk-go/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ github.com/kubewarden/k8s-objects/apimachinery/pkg/api/resource
github.com/kubewarden/k8s-objects/apimachinery/pkg/apis/meta/v1
github.com/kubewarden/k8s-objects/apimachinery/pkg/runtime/schema
github.com/kubewarden/k8s-objects/apimachinery/pkg/util/intstr
# github.com/kubewarden/policy-sdk-go v0.8.0
## explicit; go 1.21
# github.com/kubewarden/policy-sdk-go v0.9.0
## explicit; go 1.22
github.com/kubewarden/policy-sdk-go
github.com/kubewarden/policy-sdk-go/constants
github.com/kubewarden/policy-sdk-go/protocol
Expand Down

0 comments on commit d2211af

Please sign in to comment.