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

Update deps and drop patched tinygo #25

Merged
merged 5 commits into from
Jun 24, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2024

CLARIFICATION FROM @flavio: this PR was initially created by renovate bot. The PR was failing, we need to update to latest version of tinygo to address the failure. However, this repo was using a patched version of tinygo.

I [flavio] tried to update to the latest version of tinygo, since it provides the fix for the original issue that left us stuck with an old version of tinygo. Unfortunately we ran into another issue: tinygo-org/tinygo#4114

Original PR from renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/kubewarden/k8s-objects v1.27.0-kw4 -> v1.27.0-kw5 age adoption passing confidence require patch
github.com/kubewarden/policy-sdk-go v0.6.0 -> v0.7.0 age adoption passing confidence require minor
kubewarden/github-actions v3.1.14 -> v3.1.16 age adoption passing confidence action patch

Release Notes

kubewarden/k8s-objects (github.com/kubewarden/k8s-objects)

v1.27.0-kw5

Compare Source

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

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)

v0.6.1

Compare Source

kubewarden/github-actions (kubewarden/github-actions)

v3.1.16

Compare Source

v3.1.15

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies label Feb 5, 2024
@renovate renovate bot requested a review from a team as a code owner February 5, 2024 00:28
@flavio
Copy link
Member

flavio commented Feb 5, 2024

I'm working on the fix

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 299294b to 21f39c1 Compare February 5, 2024 09:26
Copy link
Contributor Author

renovate bot commented Feb 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@flavio flavio force-pushed the renovate/all-minor-patch branch 5 times, most recently from bfea9fb to 9b65b39 Compare February 5, 2024 13:44
@flavio flavio changed the title fix(deps): update all non-major dependencies Update deps and drop patched tinygo Feb 5, 2024
@flavio
Copy link
Member

flavio commented Feb 5, 2024

Currently blocked by tinygo-org/tinygo#4114

renovate bot and others added 5 commits June 24, 2024 16:52
The latest version of KW SDK change the API in a breaking way

Signed-off-by: Flavio Castelli <[email protected]>
This is a leftover from the Go template

Signed-off-by: Flavio Castelli <[email protected]>
We can stop to rely on a patched version of tinygo

Signed-off-by: Flavio Castelli <[email protected]>
Latest version of TinyGo has all the fixes we need. We can now move away
from our "hack".

As part of the transition, we also have to update to latest stable
release of KW's Go SDK. This version provides a different way to mock
the waPC client, hence some changes had to be done to our codebase.

Signed-off-by: Flavio Castelli <[email protected]>
@flavio flavio merged commit e9185d8 into main Jun 24, 2024
8 checks passed
@flavio flavio deleted the renovate/all-minor-patch branch June 24, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant