tetragon
tetragon copied to clipboard
chore(deps): update go to v1.23.0 (main) (minor)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/library/golang | minor | 1.22.6 -> 1.23.0 |
|
| docker.io/library/golang | minor | 1.22.6-alpine -> 1.23.0-alpine |
|
| docker.io/library/golang | final | minor | 1.22.6 -> 1.23.0 |
| docker.io/library/golang | stage | minor | 1.22.6 -> 1.23.0 |
| docker.io/library/golang | stage | minor | 1.22.6-alpine -> 1.23.0-alpine |
| go (source) | minor | 1.22.0 -> 1.23.0 |
|
| go (source) | minor | 1.22.1 -> 1.23.0 |
|
| go (source) | minor | 1.22.6 -> 1.23.0 |
|
| go (source) | toolchain | minor | 1.22.3 -> 1.23.0 |
Configuration
📅 Schedule: Branch creation - "on monday and friday" (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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
Let's see if it autofixes if we rebase in a few days, maybe some binaries were missing somewhere used by install-tool since it's brand new.
Deploy Preview for tetragon ready!
| Name | Link |
|---|---|
| Latest commit | 2fedb928f3bd7d00b5423e9f5e72979146fb711f |
| Latest deploy log | https://app.netlify.com/sites/tetragon/deploys/66faa5e0af9f920008ad0708 |
| Deploy Preview | https://deploy-preview-2800--tetragon.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
./tools/controller-gen crd paths=./apis/... output:dir=apis/cilium.io/client/crds/v1alpha1
panic: interface conversion: types.Type is *types.Alias, not *types.Named
It looks like we are blocked by controller-gen that will be updated when we upgrade k8s to >=1.31 (waiting on Cilium) for now. So blocked on:
- https://github.com/cilium/tetragon/issues/2869
Currently blocked on resolving https://github.com/kubernetes-sigs/controller-tools/issues/1053.