Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.11.0 #9

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/kubewarden/policy-sdk-go v0.6.1 -> v0.11.0 age adoption passing confidence

Release Notes

kubewarden/policy-sdk-go (github.com/kubewarden/policy-sdk-go)

v0.11.0

Compare Source

v0.10.0

Compare Source

🚀 Features

  • feat: expose capability to get OCI image configuration. (#​90)

🧰 Maintenance

  • chore(deps): update actions/checkout action to v4.1.7 (#​89)

v0.9.1

Compare Source

  • refactor: use mockery-generated mock, remove gomock mock and hostcaller fake (#​86)

🚀 Features

  • fix: make verify_v2 types public (#​84)
  • feat: Export and json-tag fields of manifest.OciImageManifestResponse{} (#​82)

🐛 Bug Fixes

  • fix: sigstore verification of GH action without repo (#​88)

🧰 Maintenance

  • chore: add Kubewarden repository badges. (#​85)
  • chore(deps): update actions/checkout action to v4.1.6 (#​83)
  • chore(deps): update actions/checkout action to v4.1.5 (#​80)
  • chore(deps): update golangci/golangci-lint-action action to v6 (#​81)
  • chore(deps): update all non-major dependencies (#​79)
  • chore(deps): update golangci/golangci-lint-action action to v5 (#​78)
  • chore(deps): update all non-major dependencies (#​77)

v0.9.0

Compare Source

v0.8.0

Compare Source

v0.7.0

Compare Source

⚠️ Breaking changes

  • fix!: allow namespace to be nil in GetResourceRequest type (#​67)

🚀 Features

  • feat: make Go Wasi policies context aware (#​64)

🐛 Bug Fixes

  • fix!: allow namespace to be nil in GetResourceRequest type (#​67)
  • chore(deps): update to latest version of k8s-objects (#​66)
  • fix: make conformant k8s requests (#​65)

🧰 Maintenance

  • chore(deps): update to latest version of k8s-objects (#​66)

v0.6.2

Compare Source

⚠️ Breaking changes

  • fix!: allow namespace to be nil in GetResourceRequest type (#​67)

🚀 Features

  • feat: make Go Wasi policies context aware (#​64)

🐛 Bug Fixes

  • fix!: allow namespace to be nil in GetResourceRequest type (#​67)
  • chore(deps): update to latest version of k8s-objects (#​66)
  • fix: make conformant k8s requests (#​65)

🧰 Maintenance

  • chore(deps): update to latest version of k8s-objects (#​66)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-kubewarden-policy-sdk-go-0.x branch from f43b860 to 4294248 Compare January 31, 2024 13:47
@renovate renovate bot changed the title fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.6.2 fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.7.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-kubewarden-policy-sdk-go-0.x branch from 4294248 to 02de982 Compare February 16, 2024 13:00
@renovate renovate bot changed the title fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.7.0 fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.8.0 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-kubewarden-policy-sdk-go-0.x branch from 02de982 to a4a62fc Compare June 6, 2024 16:06
@renovate renovate bot changed the title fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.8.0 fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.9.0 Jun 6, 2024
Copy link
Contributor Author

renovate bot commented Jun 6, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.22.4

@renovate renovate bot force-pushed the renovate/github.com-kubewarden-policy-sdk-go-0.x branch from a4a62fc to af3552a Compare June 14, 2024 12:07
@renovate renovate bot changed the title fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.9.0 fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.9.1 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-kubewarden-policy-sdk-go-0.x branch from af3552a to 8a6dcd4 Compare June 19, 2024 14:51
@renovate renovate bot changed the title fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.9.1 fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.10.0 Jun 19, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.10.0 fix(deps): update module github.com/kubewarden/policy-sdk-go to v0.11.0 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-kubewarden-policy-sdk-go-0.x branch from 8a6dcd4 to dfeed6d Compare June 24, 2024 10:49
Copy link
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is indeed needs minor work for the sdk bump.
In addition, it bumps to go 1.22, so it should use new tinygo from kubewarden/github-actions.

@viccuad viccuad self-assigned this Jun 27, 2024
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
@viccuad viccuad self-requested a review June 27, 2024 07:59
@viccuad viccuad merged commit 9d4c4b1 into main Jun 27, 2024
6 checks passed
@renovate renovate bot deleted the renovate/github.com-kubewarden-policy-sdk-go-0.x branch August 6, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant