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

build(deps): Bump kraftkit.sh from 0.9.1-39-gbac5ee58 to 0.9.2 #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps kraftkit.sh from 0.9.1-39-gbac5ee58 to 0.9.2.

Release notes

Sourced from kraftkit.sh's releases.

v0.9.2

KraftKit v0.9.2 (2024-08-21T10:24:44Z)

This is a stable release of kraftkit.

Changelog

🚀 New Features

  • b7229cd89331f610819b7741490fad0358330947: feat(cloud): Introduce new 'vcpu' fields (#1856) (@​nderjung)
  • e7bad5cad75ee48382b760546fc4b226557057e8: feat(log): Set log-level timestamps to nano-level precision (#1833) (@​craciunoiuc)
  • 5398244f7ad235452ffa600d13d421455c3f75b2: feat(machine): Bump qemu to use all CPU features (#1854) (@​razvand)

🐛 Bug Fixes

  • 9942c630a75556264b85614409682f1c1caef200: fix(cloud): Fetch status when also running (#1837) (@​nderjung)
  • 207e5eccecdec6589d0874a38552d2880dba73d8: fix(cloud): Several changes to volume commands (#1846) (@​nderjung)
  • e654ddb80f0e443ac37fd0df68774a606bfdec77: fix(create): Allow more than one port (#1831) (@​nderjung)
  • e7842df56b34b8b026efb978ca3be11f82755993: fix(oci): Fully enable using config auths (#1836) (@​nderjung)

🤖 Bumps

  • 8f81359d096dbfb147884a1564b5d30a17ed9ea9: build(deps): Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible (#1845) (@​craciunoiuc)
  • b5de34f42c9029b25c00e06a40c142724c63971f: build(deps): Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible in /tools/github-action (#1847) (@​nderjung)
  • fcc2997defe0ebf2cc2ab60fccd052cf938f79fd: gomod(deps): Bump github.com/cli/cli/v2 from 2.52.0 to 2.54.0 (#1840) (@​craciunoiuc)
  • 059c86f1a4b7b17d21503df0a2196d1df0e07c43: gomod(deps): Bump github.com/compose-spec/compose-go/v2 from 2.1.4 to 2.1.6 (#1843) (@​craciunoiuc)
  • 06a26b618e3160c09246332914aaf3fabd6f4e02: gomod(deps): Bump github.com/containerd/containerd from 1.7.19 to 1.7.20 (#1844) (@​craciunoiuc)
  • 13b4d2d2112a8f79e0e2a35f6e92a5d847592c02: gomod(deps): Bump github.com/docker/cli from 27.1.1+incompatible to 27.1.2+incompatible (#1852) (@​nderjung)
  • 319aab113f3038dd50b0d2c2775044b8ba12cb5b: gomod(deps): Bump golang.org/x/sys from 0.22.0 to 0.24.0 (#1842) (@​craciunoiuc)
  • 7144f801bed3682ea23df7bd357266088225766a: gomod(deps): Bump golang.org/x/term from 0.22.0 to 0.23.0 (#1841) (@​craciunoiuc)
  • b5e7138b765ed7dbbb363433143293e4bfa747bb: gomod(deps): Bump google.golang.org/grpc from 1.64.1 to 1.65.0 (#1850) (@​nderjung)
  • bac5ee58732e8c818db8be9d9f5e9302f8022dd9: gomod(deps): Bump k8s.io/apimachinery from 0.30.3 to 0.31.0 (#1853) (@​nderjung)
  • 4c0d8e2033ed372f6de9bdb26825fde0ee824d7c: gomod(deps): Bump kraftkit.sh from 0.9.0 to 0.9.1 in /tools/go-generate-qemu-devices (#1839) (@​craciunoiuc)
  • 352158fe2608a7b21f315f427decbf6fc348f664: gomod(deps): Bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 in /tools/go-generate-qemu-devices (#1848) (@​nderjung)

v0.9.2-8-gd1687e12

KraftKit v0.9.2-8-gd1687e12 (2024-08-26T08:37:38Z)

This is the pre-release version of KraftKit.

Changelog

🤖 Bumps

  • 7e99d0ea177c016f191286fd8706559dc00b55b8: gomod(deps): Bump github.com/charmbracelet/lipgloss (@​dependabot[bot])

v0.9.2-6-g9aa75d10

KraftKit v0.9.2-6-g9aa75d10 (2024-08-25T12:46:07Z)

This is the pre-release version of KraftKit.

Changelog

🤖 Bumps

  • 4f4f0d13e04b494b7e10e782f4b934aa17a1276e: gomod(deps): Bump github.com/charmbracelet/bubbles from 0.18.0 to 0.19.0 (@​dependabot[bot])
  • 767d39c3b861d63b420a0522df23024e40c0f796: gomod(deps): Bump github.com/onsi/gomega from 1.34.0 to 1.34.1 (@​dependabot[bot])
  • e080048f6ba1e5f56645097a1b34b0583c04bef0: gomod(deps): Bump kraftkit.sh in /tools/go-generate-qemu-devices (@​dependabot[bot])

v0.9.2-4-g59967a16

... (truncated)

Commits
  • b7229cd feat(cloud): Introduce new 'vcpu' fields (#1856)
  • 677dbe8 feat(cloud): Introduce 'vcpus' flag for instance creation
  • 9d3e5c0 feat(cloud): Introduce new 'vcpu' fields to printed info
  • 501dbe9 gomod(deps): Bump 'sdk.kraft.cloud' to the latest version
  • 5398244 feat(machine): Bump qemu to use all CPU features (#1854)
  • 759ae4a feat(machine): Bump qemu to use all CPU features
  • See full diff in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [kraftkit.sh](https://github.com/unikraft/kraftkit) from 0.9.1-39-gbac5ee58 to 0.9.2.
- [Release notes](https://github.com/unikraft/kraftkit/releases)
- [Changelog](https://github.com/unikraft/kraftkit/blob/staging/.goreleaser-stable.yaml)
- [Commits](unikraft/kraftkit@v0.9.1-39-gbac5ee58...v0.9.2)

---
updated-dependencies:
- dependency-name: kraftkit.sh
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants