Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 98432fc commit a207335
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
-
name: Install dependencies
uses: kubewarden/github-actions/[email protected].10
uses: kubewarden/github-actions/[email protected].11
-
uses: actions/checkout@v4
with:
Expand All @@ -58,7 +58,7 @@ jobs:
-
name: Check that artifacthub-pkg.yml is up-to-date
if: ${{ inputs.artifacthub }}
uses: kubewarden/github-actions/[email protected].10
uses: kubewarden/github-actions/[email protected].11
with:
version: ${{ steps.calculate-version.outputs.version }}
-
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
make e2e-tests
-
name: Release
uses: kubewarden/github-actions/[email protected].10
uses: kubewarden/github-actions/[email protected].11
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ghcr.io/${{ github.repository_owner }}/policies/rancher-project-quotas-namespace-validator
6 changes: 3 additions & 3 deletions .github/workflows/reusable-test-policy-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: kubewarden/github-actions/[email protected].10
uses: kubewarden/github-actions/[email protected].11
-
name: Install patched tinygo
shell: bash
Expand Down Expand Up @@ -72,12 +72,12 @@ jobs:
# until https://github.com/actions/checkout/pull/579 is released
fetch-depth: 0
- name: Install kwctl
uses: kubewarden/github-actions/[email protected].10
uses: kubewarden/github-actions/[email protected].11
- id: calculate-version
run: echo "version=$(git describe --tags --abbrev=0 | cut -c2-)" >> $GITHUB_OUTPUT
shell: bash
- name: Check that artifacthub-pkg.yml is up-to-date
uses: kubewarden/github-actions/[email protected].10
uses: kubewarden/github-actions/[email protected].11
with:
version: ${{ steps.calculate-version.outputs.version }}
check_version: false # must match a git tag that hasn't been created yet, so let's ignore until then
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/go-openapi/strfmt => github.com/kubewarden/strfmt v0.1.3

require (
github.com/kubewarden/k8s-objects v1.27.0-kw4
github.com/kubewarden/policy-sdk-go v0.5.0
github.com/kubewarden/policy-sdk-go v0.5.1
github.com/wapc/wapc-guest-tinygo v0.3.3
gopkg.in/inf.v0 v0.9.1
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/kubewarden/k8s-objects v1.27.0-kw4 h1:az1qJLD5f5Pcx9ur1oRMhWqZi1AL5ML
github.com/kubewarden/k8s-objects v1.27.0-kw4/go.mod h1:EMF+Hr26oDR4yQkWJAQpl0M0Ek5ioNXlCswjGZO0G2U=
github.com/kubewarden/policy-sdk-go v0.5.0 h1:JnSRf5pHjFzTNNp6jJbSP5a4cwzFzkUBjLujqJd+Z+w=
github.com/kubewarden/policy-sdk-go v0.5.0/go.mod h1:1IZXauwI5iCuOZj7tU58nE/SZFb/HsCmj3ZpDVStVQs=
github.com/kubewarden/policy-sdk-go v0.5.1 h1:O2C1NuGtGo5/d7c5iiijV3zheGDfwvBOkphfgl19crE=
github.com/kubewarden/policy-sdk-go v0.5.1/go.mod h1:C8sUX4FYhbP69cvQfPLmIvAJhVHQyg1qaq9EynOn8a0=
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

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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.5.0
# github.com/kubewarden/policy-sdk-go v0.5.1
## explicit; go 1.20
github.com/kubewarden/policy-sdk-go
github.com/kubewarden/policy-sdk-go/constants
Expand Down

0 comments on commit a207335

Please sign in to comment.