Skip to content

Commit 93c203d

Browse files
github-actions[bot]Dagger CIjedevc
authored
sdk: Bump engine dependency to v0.10.0 (dagger#6758)
* sdk: Bump engine dependency to v0.10.0 Signed-off-by: Dagger CI <hello@dagger.io> * Add SDK release notes Signed-off-by: Justin Chadwell <me@jedevc.com> --------- Signed-off-by: Dagger CI <hello@dagger.io> Signed-off-by: Justin Chadwell <me@jedevc.com> Co-authored-by: Dagger CI <hello@dagger.io> Co-authored-by: Justin Chadwell <me@jedevc.com>
1 parent 39f5658 commit 93c203d

File tree

16 files changed

+162
-6
lines changed

16 files changed

+162
-6
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## sdk/elixir/v0.10.0 - 2024-02-27
2+
3+
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.10.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.0).
4+
5+
πŸ§ͺ https://hex.pm/packages/dagger
6+
πŸ“– https://hexdocs.pm/dagger/Dagger.html
7+
8+
9+
### Dependencies
10+
- Bump Engine to v0.10.0 by @github-actions in https://github.com/dagger/dagger/pull/6758
11+
12+
### What to do next
13+
- Join our [Discord server](https://discord.gg/dagger-io)
14+
- Follow us on [Twitter](https://twitter.com/dagger_io)

β€Žsdk/elixir/CHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

99

10+
## sdk/elixir/v0.10.0 - 2024-02-27
11+
12+
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.10.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.0).
13+
14+
πŸ§ͺ https://hex.pm/packages/dagger
15+
πŸ“– https://hexdocs.pm/dagger/Dagger.html
16+
17+
18+
### Dependencies
19+
- Bump Engine to v0.10.0 by @github-actions in https://github.com/dagger/dagger/pull/6758
20+
21+
### What to do next
22+
- Join our [Discord server](https://discord.gg/dagger-io)
23+
- Follow us on [Twitter](https://twitter.com/dagger_io)
24+
25+
26+
1027
## sdk/elixir/v0.9.11 - 2024-02-20
1128

1229
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.9.11`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.11).

β€Žsdk/elixir/lib/dagger/core/engine_conn.exβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Dagger.Core.EngineConn do
55

66
defstruct [:port, :token, :session_pid]
77

8-
@dagger_cli_version "0.9.11"
8+
@dagger_cli_version "0.10.0"
99

1010
@doc false
1111
def get(opts) do

β€Žsdk/go/.changes/v0.10.0.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## sdk/go/v0.10.0 - 2024-02-27
2+
3+
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.10.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.0).
4+
5+
🐹 https://pkg.go.dev/dagger.io/dagger@v0.10.0
6+
7+
8+
### Dependencies
9+
- Bump Engine to v0.10.0 by @github-actions in https://github.com/dagger/dagger/pull/6758
10+
11+
### What to do next
12+
- Read the [documentation](https://docs.dagger.io/sdk/go)
13+
- Join our [Discord server](https://discord.gg/dagger-io)
14+
- Follow us on [Twitter](https://twitter.com/dagger_io)

β€Žsdk/go/CHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

99

10+
## sdk/go/v0.10.0 - 2024-02-27
11+
12+
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.10.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.0).
13+
14+
🐹 https://pkg.go.dev/dagger.io/dagger@v0.10.0
15+
16+
17+
### Dependencies
18+
- Bump Engine to v0.10.0 by @github-actions in https://github.com/dagger/dagger/pull/6758
19+
20+
### What to do next
21+
- Read the [documentation](https://docs.dagger.io/sdk/go)
22+
- Join our [Discord server](https://discord.gg/dagger-io)
23+
- Follow us on [Twitter](https://twitter.com/dagger_io)
24+
25+
26+
1027
## sdk/go/v0.9.11 - 2024-02-20
1128

1229
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.9.11`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.11).

β€Žsdk/go/internal/engineconn/version.gen.goβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsdk/php/.changes/v0.10.0.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## sdk/php/v0.10.0 - 2024-02-27
2+
3+
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.10.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.0).
4+
5+
🐘 https://packagist.org/packages/dagger/dagger#v0.10.0
6+
7+
8+
### Dependencies
9+
- Bump Engine to v0.10.0 by @github-actions in https://github.com/dagger/dagger/pull/6758
10+
11+
### What to do next
12+
- Read the [documentation](https://docs.dagger.io/)
13+
- Join our [Discord server](https://discord.gg/dagger-io)
14+
- Follow us on [Twitter](https://twitter.com/dagger_io)

β€Žsdk/php/CHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

99

10+
## sdk/php/v0.10.0 - 2024-02-27
11+
12+
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.10.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.0).
13+
14+
🐘 https://packagist.org/packages/dagger/dagger#v0.10.0
15+
16+
17+
### Dependencies
18+
- Bump Engine to v0.10.0 by @github-actions in https://github.com/dagger/dagger/pull/6758
19+
20+
### What to do next
21+
- Read the [documentation](https://docs.dagger.io/)
22+
- Join our [Discord server](https://discord.gg/dagger-io)
23+
- Follow us on [Twitter](https://twitter.com/dagger_io)
24+
25+
26+
1027
## sdk/php/v0.9.11 - 2024-02-20
1128

1229
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.9.11`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.11).

β€Žsdk/php/src/Connection/version.phpβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## sdk/python/v0.10.0 - 2024-02-27
2+
3+
This SDK uses πŸš™ Engine + πŸš— CLI version `v0.10.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.0).
4+
5+
🐍 https://pypi.org/project/dagger-io/v0.10.0/
6+
πŸ“– https://dagger-io.readthedocs.io/en/sdk-python-v0.10.0/
7+
8+
9+
### Dependencies
10+
- Bump Engine to v0.10.0 by @github-actions in https://github.com/dagger/dagger/pull/6758
11+
12+
### What to do next
13+
- Read the [documentation](https://docs.dagger.io/sdk/python)
14+
- Join our [Discord server](https://discord.gg/dagger-io)
15+
- Follow us on [Twitter](https://twitter.com/dagger_io)

0 commit comments

Comments
Β (0)