edgelesssys / constellation

Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
GNU Affero General Public License v3.0
939 stars 48 forks source link

deps: update rules_oci digest to v2.0.0-beta1 #3135

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_oci http_archive digest c622bf7 -> 3d43cb1

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.



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

netlify[bot] commented 4 months ago

Deploy Preview for constellation-docs canceled.

Name Link
Latest commit cac61f8a0772ebdb37ca9294b55075fd14414960
Latest deploy log https://app.netlify.com/sites/constellation-docs/deploys/66b1f07ddd358b000809ed04
renovate[bot] commented 4 months ago

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.

burgerdev commented 4 months ago

I'm not sure about the commit proposed by renovate, as it does not seem to belong to any tag or release. I tried out v2.0.0-pre, but that has breaking changes we need to adapt to.

burgerdev commented 3 months ago

Adapting to v2.0.0-alpha3 was straightforward, but since they seem to be actively releasing v2.0.0 lets wait for that.

renovate[bot] commented 1 month ago

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

burgerdev commented 1 month ago

Hi @daniel-weisse,

with this PR, we're moving from an unreleased commit to a beta release of rules_oci. I was hoping that a GA would be available eventually, but at this point I'd rather not wait for it.

Other changes:

daniel-weisse commented 1 month ago

We could try out v2.0-beta1, or alternatively check if v1.8.0 has the changes we need. Regardless of the final decision, I think it would be good to move to a stable release (even if that release is a beta release) instead of sitting on some commit

burgerdev commented 1 month ago

Yes, this PR is switching to v2.0.0-beta1. The move to v2 needs changing how the yq toolchain is registered, and I would like to get that done now rather than lose this patch to the sands of time :)