Skip to content

gomod(deps): Bump the go-deps group with 6 updates#237

Merged
jedevc merged 3 commits intostagingfrom
dependabot/go_modules/staging/go-deps-b64222392d
Mar 30, 2026
Merged

gomod(deps): Bump the go-deps group with 6 updates#237
jedevc merged 3 commits intostagingfrom
dependabot/go_modules/staging/go-deps-b64222392d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps the go-deps group with 6 updates:

Package From To
charm.land/bubbles/v2 2.0.0 2.1.0
github.com/containerd/platforms 1.0.0-rc.2 1.0.0-rc.3
github.com/docker/cli 29.3.0+incompatible 29.3.1+incompatible
github.com/moby/buildkit 0.28.0 0.28.1
github.com/posthog/posthog-go 1.11.1 1.11.2
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

Sourced from charm.land/bubbles/v2's releases.

v2.1.0

Shrink ’n’ grow your textareas

The update adds a new feature to automatically resize your textarea vertically as its content changes.

ta := textarea.New()
ta.DynamicHeight = true   // Enable dynamic resizing
ta.MinHeight = 3          // Minimum visible rows
ta.MaxHeight = 10         // Maximum visible rows
ta.MaxContentHeight = 20  // Maximum rows of content

Piece of cake, right?

Enjoy! 💘

Changelog

New!

  • f1daacfa0cfee07e31a12498078426d275aa5286: feat(textarea): dynamic height (#910) (@​meowgorithm)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits

Updates github.com/containerd/platforms from 1.0.0-rc.2 to 1.0.0-rc.3

Release notes

Sourced from github.com/containerd/platforms's releases.

v1.0.0-rc.3

What's Changed

Full Changelog: containerd/platforms@v1.0.0-rc.2...v1.0.0-rc.3

Commits
  • e543b9f Merge pull request #28 from dmcgowan/encode-os-version
  • 3cff7fa Add encoding to os version and features
  • 54c1ef4 Merge pull request #20 from dmcgowan/match-features
  • 1b8cf34 Add compare and matching for OS features
  • b42036f Merge pull request #16 from dmcgowan/add-os-features
  • 2474351 Sort OSFeatures on format
  • 5b124ef Add support for OS Features in the format
  • 005d370 Merge pull request #27 from dmcgowan/update-github-actions
  • 7c872f6 Update golangci lint
  • 50e5387 Update go version to latest
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 29.3.0+incompatible to 29.3.1+incompatible

Commits
  • c2be9cc Merge pull request #6887 from thaJeztah/29.x_backport_pin_actions
  • 0da6a51 ci: pin actions to digests
  • 6b3ca8f Merge pull request #6884 from thaJeztah/29.x_backport_missing_buildtags
  • f47603c Merge pull request #6885 from thaJeztah/29.x_backport_update_actions
  • 9709c8f build(deps): bump docker/metadata-action from 5 to 6
  • af45a23 build(deps): bump docker/bake-action from 6 to 7
  • bc97f5a Merge pull request #6883 from thaJeztah/29.x_backport_update_go1.25.8
  • 6d71967 cli/command: add missing "go:build" comments
  • 9b51892 update to go1.25.8
  • See full diff in compare view

Updates github.com/moby/buildkit from 0.28.0 to 0.28.1

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.28.1

Welcome to the v0.28.1 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Sebastiaan van Stijn

Notable Changes

  • Fix insufficient validation of Git URL #ref:subdir fragments that could allow access to restricted files outside the checked-out repository root. GHSA-4vrq-3vrq-g6gg
  • Fix a vulnerability where an untrusted custom frontend could cause files to be written outside the BuildKit state directory. GHSA-4c29-8rgm-jvjj
  • Fix a panic when processing invalid .dockerignore patterns during COPY. #6610 moby/patternmatcher#9

Dependency Changes

  • github.com/moby/patternmatcher v0.6.0 -> v0.6.1

Previous release can be found at v0.28.0

Commits
  • 45b038c git: normalize and validate subdir paths
  • f5462c2 git: harden ref arg handling
  • 71577a5 source: extract SafeFileName into shared pathutil package
  • df43783 source/http: use os.Root for saved file operations
  • 9ce6f62 source/http: sanitize downloaded filenames
  • 099cf80 executor: validate container IDs centrally
  • 2642113 Merge pull request #6610 from thaJeztah/0.28_backport_bump_patternmatcher
  • 802da78 vendor: github.com/moby/patternmatcher v0.6.1
  • See full diff in compare view

Updates github.com/posthog/posthog-go from 1.11.1 to 1.11.2

Release notes

Sourced from github.com/posthog/posthog-go's releases.

v1.11.2

1.11.2 - 2026-03-26

Changelog

Sourced from github.com/posthog/posthog-go's changelog.

1.11.2 - 2026-03-26

Commits
  • 582bcf4 chore: bump version to 1.11.2 [version bump]
  • deed4e0 chore: update release workflow action versions (#173)
  • 2a75905 fix: dramatically reduce memory allocations in feature flag evaluation (#172)
  • a9cb449 chore: extract releasing docs and add PR template (#171)
  • 3ea4481 feat: add automatic system context to all events (#167)
  • 5846581 fix: target master branch in CodeQL workflow (#170)
  • a1fe65a chore: add CodeQL workflow and update actions to latest versions (#169)
  • See full diff in compare view

Updates github.com/rs/zerolog from 1.34.0 to 1.35.0

Commits
  • 1396655 Bump CI Go matrix minimum from 1.21 to 1.23
  • 4b65a2f Bump actions/cache from 4 to 5 (#741)
  • b835796 Bump actions/setup-go from 5 to 6 (#742)
  • 134caf8 Added sanitization of journald keys (#751)
  • e133b6a Added variadic StrsV, ObjectsV, and StringersV (#752)
  • 82017d8 Bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 (#753)
  • 2f5b8a9 fix: UpdateContext skips Nop and zero-value loggers (#754)
  • d64c9a7 Add slog.Handler implementation for zerolog (#755)
  • a0d61dc fix: return dict to Event pool (#749)
  • f6fbd33 Test coverage improvements (#748)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 29, 2026
@jedevc jedevc force-pushed the dependabot/go_modules/staging/go-deps-b64222392d branch from 047ad68 to fe51aa7 Compare March 30, 2026 09:11
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>
@jedevc jedevc force-pushed the dependabot/go_modules/staging/go-deps-b64222392d branch from dc85746 to 272972d Compare March 30, 2026 09:58
@jedevc
Copy link
Copy Markdown
Member

jedevc commented Mar 30, 2026

We need to hold containerd rc2 - see moby/buildkit#6616.

jedevc added 2 commits March 30, 2026 11:01
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>
@jedevc jedevc force-pushed the dependabot/go_modules/staging/go-deps-b64222392d branch from 272972d to 1f3c924 Compare March 30, 2026 10:01
Copy link
Copy Markdown
Member

@jedevc jedevc left a comment

Choose a reason for hiding this comment

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

Reviewed-by: Justin Chadwell justin@unikraft.com
Approved-by: Justin Chadwell justin@unikraft.com

@jedevc jedevc merged commit 7e996fb into staging Mar 30, 2026
8 of 9 checks passed
@jedevc jedevc deleted the dependabot/go_modules/staging/go-deps-b64222392d branch March 30, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant