gomod(deps): Bump the go-deps group with 6 updates#237
Merged
Conversation
047ad68 to
fe51aa7
Compare
Bumps the go-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [charm.land/bubbles/v2](https://github.com/charmbracelet/bubbles) | `2.0.0` | `2.1.0` | | [github.com/containerd/platforms](https://github.com/containerd/platforms) | `1.0.0-rc.2` | `1.0.0-rc.3` | | [github.com/docker/cli](https://github.com/docker/cli) | `29.3.0+incompatible` | `29.3.1+incompatible` | | [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.28.0` | `0.28.1` | | [github.com/posthog/posthog-go](https://github.com/posthog/posthog-go) | `1.11.1` | `1.11.2` | | [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.34.0` | `1.35.0` | Updates `charm.land/bubbles/v2` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/charmbracelet/bubbles/releases) - [Commits](charmbracelet/bubbles@v2.0.0...v2.1.0) Updates `github.com/containerd/platforms` from 1.0.0-rc.2 to 1.0.0-rc.3 - [Release notes](https://github.com/containerd/platforms/releases) - [Commits](containerd/platforms@v1.0.0-rc.2...v1.0.0-rc.3) Updates `github.com/docker/cli` from 29.3.0+incompatible to 29.3.1+incompatible - [Commits](docker/cli@v29.3.0...v29.3.1) Updates `github.com/moby/buildkit` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](moby/buildkit@v0.28.0...v0.28.1) Updates `github.com/posthog/posthog-go` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/posthog/posthog-go/releases) - [Changelog](https://github.com/PostHog/posthog-go/blob/master/CHANGELOG.md) - [Commits](PostHog/posthog-go@v1.11.1...v1.11.2) Updates `github.com/rs/zerolog` from 1.34.0 to 1.35.0 - [Commits](rs/zerolog@v1.34.0...v1.35.0) --- updated-dependencies: - dependency-name: charm.land/bubbles/v2 dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/containerd/platforms dependency-version: 1.0.0-rc.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/docker/cli dependency-version: 29.3.1+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/moby/buildkit dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/posthog/posthog-go dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/rs/zerolog dependency-version: 1.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dc85746 to
272972d
Compare
Member
|
We need to hold containerd rc2 - see moby/buildkit#6616. |
When UNIKRAFT_CONFIG secret is empty (e.g., in Dependabot PRs where secrets are not available), the config file ends up empty. This was causing integration tests to fail with 'profile not setup' error instead of properly skipping. This change makes Load() return nil for empty files or files with no profiles, treating them the same as non-existent files. This allows tests to properly detect the absence of config and skip accordingly. Signed-off-by: Justin Chadwell <justin@unikraft.com>
rc.3 has a bug in OSFeatures matching logic. BuildKit also reverted. See moby/buildkit#6616 Signed-off-by: Justin Chadwell <justin@unikraft.io>
272972d to
1f3c924
Compare
jedevc
approved these changes
Mar 30, 2026
Member
jedevc
left a comment
There was a problem hiding this comment.
Reviewed-by: Justin Chadwell justin@unikraft.com
Approved-by: Justin Chadwell justin@unikraft.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-deps group with 6 updates:
2.0.02.1.01.0.0-rc.21.0.0-rc.329.3.0+incompatible29.3.1+incompatible0.28.00.28.11.11.11.11.21.34.01.35.0Updates
charm.land/bubbles/v2from 2.0.0 to 2.1.0Release notes
Sourced from charm.land/bubbles/v2's releases.
Commits
f1daacffeat(textarea): dynamic height (#910)d2b804echore(deps): bump the all group with 2 updates (#908)c2c79e3chore(deps): bump the all group with 2 updates (#902)Updates
github.com/containerd/platformsfrom 1.0.0-rc.2 to 1.0.0-rc.3Release notes
Sourced from github.com/containerd/platforms's releases.
Commits
e543b9fMerge pull request #28 from dmcgowan/encode-os-version3cff7faAdd encoding to os version and features54c1ef4Merge pull request #20 from dmcgowan/match-features1b8cf34Add compare and matching for OS featuresb42036fMerge pull request #16 from dmcgowan/add-os-features2474351Sort OSFeatures on format5b124efAdd support for OS Features in the format005d370Merge pull request #27 from dmcgowan/update-github-actions7c872f6Update golangci lint50e5387Update go version to latestUpdates
github.com/docker/clifrom 29.3.0+incompatible to 29.3.1+incompatibleCommits
c2be9ccMerge pull request #6887 from thaJeztah/29.x_backport_pin_actions0da6a51ci: pin actions to digests6b3ca8fMerge pull request #6884 from thaJeztah/29.x_backport_missing_buildtagsf47603cMerge pull request #6885 from thaJeztah/29.x_backport_update_actions9709c8fbuild(deps): bump docker/metadata-action from 5 to 6af45a23build(deps): bump docker/bake-action from 6 to 7bc97f5aMerge pull request #6883 from thaJeztah/29.x_backport_update_go1.25.86d71967cli/command: add missing "go:build" comments9b51892update to go1.25.8Updates
github.com/moby/buildkitfrom 0.28.0 to 0.28.1Release notes
Sourced from github.com/moby/buildkit's releases.
Commits
45b038cgit: normalize and validate subdir pathsf5462c2git: harden ref arg handling71577a5source: extract SafeFileName into shared pathutil packagedf43783source/http: use os.Root for saved file operations9ce6f62source/http: sanitize downloaded filenames099cf80executor: validate container IDs centrally2642113Merge pull request #6610 from thaJeztah/0.28_backport_bump_patternmatcher802da78vendor: github.com/moby/patternmatcher v0.6.1Updates
github.com/posthog/posthog-gofrom 1.11.1 to 1.11.2Release notes
Sourced from github.com/posthog/posthog-go's releases.
Changelog
Sourced from github.com/posthog/posthog-go's changelog.
Commits
582bcf4chore: bump version to 1.11.2 [version bump]deed4e0chore: update release workflow action versions (#173)2a75905fix: dramatically reduce memory allocations in feature flag evaluation (#172)a9cb449chore: extract releasing docs and add PR template (#171)3ea4481feat: add automatic system context to all events (#167)5846581fix: target master branch in CodeQL workflow (#170)a1fe65achore: add CodeQL workflow and update actions to latest versions (#169)Updates
github.com/rs/zerologfrom 1.34.0 to 1.35.0Commits
1396655Bump CI Go matrix minimum from 1.21 to 1.234b65a2fBump actions/cache from 4 to 5 (#741)b835796Bump actions/setup-go from 5 to 6 (#742)134caf8Added sanitization of journald keys (#751)e133b6aAdded variadic StrsV, ObjectsV, and StringersV (#752)82017d8Bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 (#753)2f5b8a9fix: UpdateContext skips Nop and zero-value loggers (#754)d64c9a7Add slog.Handler implementation for zerolog (#755)a0d61dcfix: return dict to Event pool (#749)f6fbd33Test coverage improvements (#748)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions