forked from dagger/dagger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prep for v0.15.1 (dagger#9183)
* chore: bump dependencies to v0.15.1 Signed-off-by: Connor Braa <[email protected]> * chore: add release notes for v0.15.1 Signed-off-by: Connor Braa <[email protected]> * clear out .changes/.next Signed-off-by: Connor Braa <[email protected]> --------- Signed-off-by: Connor Braa <[email protected]>
- Loading branch information
Showing
24 changed files
with
183 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## v0.15.1 - 2024-12-12 | ||
|
||
### Fixed | ||
- Metrics display in the TUI is fixed to display for all executed containers, rather than just services by @sipsma in https://github.com/dagger/dagger/pull/9171 | ||
|
||
### What to do next? | ||
- Read the [documentation](https://docs.dagger.io) | ||
- Join our [Discord server](https://discord.gg/dagger-io) | ||
- Follow us on [Twitter](https://twitter.com/dagger_io) |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Code generated by dagger. DO NOT EDIT. | ||
|
||
export const daggerVersion = "0.15.0"; | ||
export const daggerVersion = "0.15.1"; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## v0.15.1 - 2024-12-12 | ||
|
||
### Dependencies | ||
- Bump Engine to v0.15.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9183 | ||
|
||
### What to do next? | ||
- Read the [documentation](https://docs.dagger.io) | ||
- Join our [Discord server](https://discord.gg/dagger-io) | ||
- Follow us on [Twitter](https://twitter.com/dagger_io) |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ apiVersion: v2 | |
description: Dagger Helm chart | ||
name: dagger-helm | ||
type: application | ||
version: 0.15.0 | ||
version: 0.15.1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## sdk/elixir/v0.15.1 - 2024-12-12 | ||
|
||
This SDK uses 🚙 Engine + 🚗 CLI version `v0.15.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.1). | ||
|
||
🧪 https://hex.pm/packages/dagger | ||
📖 https://hexdocs.pm/dagger/Dagger.html | ||
|
||
### Dependencies | ||
- Bump Engine to v0.15.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9183 | ||
|
||
### What to do next | ||
- Join our [Discord server](https://discord.gg/dagger-io) | ||
- Follow us on [Twitter](https://twitter.com/dagger_io) |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
defmodule Dagger.Core.Version do | ||
@moduledoc false | ||
|
||
@dagger_cli_version "0.15.0" | ||
@dagger_cli_version "0.15.1" | ||
|
||
def engine_version(), do: @dagger_cli_version | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## sdk/go/v0.15.1 - 2024-12-12 | ||
|
||
This SDK uses 🚙 Engine + 🚗 CLI version `v0.15.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.1). | ||
|
||
🐹 https://pkg.go.dev/dagger.io/[email protected] | ||
|
||
### Dependencies | ||
- Bump Engine to v0.15.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9183 | ||
|
||
### What to do next | ||
- Read the [documentation](https://docs.dagger.io/sdk/go) | ||
- Join our [Discord server](https://discord.gg/dagger-io) | ||
- Follow us on [Twitter](https://twitter.com/dagger_io) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
|
||
## sdk/go/v0.15.1 - 2024-12-12 | ||
|
||
This SDK uses 🚙 Engine + 🚗 CLI version `v0.15.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.1). | ||
|
||
🐹 https://pkg.go.dev/dagger.io/[email protected] | ||
|
||
### Dependencies | ||
- Bump Engine to v0.15.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9183 | ||
|
||
### What to do next | ||
- Read the [documentation](https://docs.dagger.io/sdk/go) | ||
- Join our [Discord server](https://discord.gg/dagger-io) | ||
- Follow us on [Twitter](https://twitter.com/dagger_io) | ||
|
||
## sdk/go/v0.15.0 - 2024-12-11 | ||
|
||
This SDK uses 🚙 Engine + 🚗 CLI version `v0.15.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.0). | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## sdk/php/v0.15.1 - 2024-12-12 | ||
|
||
This SDK uses 🚙 Engine + 🚗 CLI version `v0.15.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.1). | ||
|
||
🐘 https://packagist.org/packages/dagger/dagger#v0.15.1 | ||
|
||
### Dependencies | ||
- Bump Engine to v0.15.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9183 | ||
|
||
### What to do next | ||
- Join our [Discord server](https://discord.gg/dagger-io) | ||
- Follow us on [Twitter](https://twitter.com/dagger_io) |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## sdk/python/v0.15.1 - 2024-12-12 | ||
|
||
This SDK uses 🚙 Engine + 🚗 CLI version `v0.15.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.1). | ||
|
||
🐍 https://pypi.org/project/dagger-io/v0.15.1/ | ||
📖 https://dagger-io.readthedocs.io/en/sdk-python-v0.15.1/ | ||
|
||
### Dependencies | ||
- Bump Engine to v0.15.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9183 | ||
|
||
### What to do next | ||
- Read the [documentation](https://docs.dagger.io/sdk/python) | ||
- Join our [Discord server](https://discord.gg/dagger-io) | ||
- Follow us on [Twitter](https://twitter.com/dagger_io) |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pub const DAGGER_ENGINE_VERSION: &'static str = "0.15.0"; | ||
pub const DAGGER_ENGINE_VERSION: &'static str = "0.15.1"; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## sdk/typescript/v0.15.1 - 2024-12-12 | ||
|
||
This SDK uses 🚙 Engine + 🚗 CLI version `v0.15.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.1). | ||
|
||
⬢ https://www.npmjs.com/package/@dagger.io/dagger | ||
📒 https://docs.dagger.io/reference/typescript/modules/api_client_gen | ||
|
||
### Dependencies | ||
- Bump Engine to v0.15.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9183 | ||
|
||
### What to do next | ||
- Read the [documentation](https://docs.dagger.io/sdk/nodejs) | ||
- Join our [Discord server](https://discord.gg/dagger-io) | ||
- Follow us on [Twitter](https://twitter.com/dagger_io) |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.