Skip to content

Commit

Permalink
sdk: Bump engine dependency to v0.10.3 (#6936)
Browse files Browse the repository at this point in the history
* sdk: Bump engine dependency to v0.10.3

Signed-off-by: Dagger CI <hello@dagger.io>

* Add v0.10.3 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>
  • Loading branch information
3 people committed Mar 26, 2024
1 parent 571f02a commit f3e6e7d
Show file tree
Hide file tree
Showing 17 changed files with 168 additions and 12 deletions.
14 changes: 14 additions & 0 deletions sdk/elixir/.changes/v0.10.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## sdk/elixir/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

🧪 https://hex.pm/packages/dagger
📖 https://hexdocs.pm/dagger/Dagger.html


### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
17 changes: 17 additions & 0 deletions sdk/elixir/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and is generated by [Changie](https://github.com/miniscruff/changie).



## sdk/elixir/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

🧪 https://hex.pm/packages/dagger
📖 https://hexdocs.pm/dagger/Dagger.html


### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)



## sdk/elixir/v0.10.2 - 2024-03-12

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.2).
Expand Down
2 changes: 1 addition & 1 deletion sdk/elixir/lib/dagger/core/engine_conn.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Dagger.Core.EngineConn do

defstruct [:port, :token, :session_pid]

@dagger_cli_version "0.10.2"
@dagger_cli_version "0.10.3"

@doc false
def get(opts) do
Expand Down
14 changes: 14 additions & 0 deletions sdk/go/.changes/v0.10.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## sdk/go/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

🐹 https://pkg.go.dev/dagger.io/dagger@v0.10.3


### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### 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)
17 changes: 17 additions & 0 deletions sdk/go/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and is generated by [Changie](https://github.com/miniscruff/changie).



## sdk/go/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

🐹 https://pkg.go.dev/dagger.io/dagger@v0.10.3


### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### 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.10.2 - 2024-03-12

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.2).
Expand Down
2 changes: 1 addition & 1 deletion sdk/go/internal/engineconn/version.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions sdk/php/.changes/v0.10.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## sdk/php/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

🐘 https://packagist.org/packages/dagger/dagger#v0.10.3


### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### 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)
17 changes: 17 additions & 0 deletions sdk/php/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and is generated by [Changie](https://github.com/miniscruff/changie).



## sdk/php/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

🐘 https://packagist.org/packages/dagger/dagger#v0.10.3


### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### 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)



## sdk/php/v0.10.2 - 2024-03-12

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.2).
Expand Down
2 changes: 1 addition & 1 deletion sdk/php/src/Connection/version.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions sdk/python/.changes/v0.10.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## sdk/python/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

🐍 https://pypi.org/project/dagger-io/v0.10.3/
📖 https://dagger-io.readthedocs.io/en/sdk-python-v0.10.3/


### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### 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)
18 changes: 18 additions & 0 deletions sdk/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and is generated by [Changie](https://github.com/miniscruff/changie).



## sdk/python/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

🐍 https://pypi.org/project/dagger-io/v0.10.3/
📖 https://dagger-io.readthedocs.io/en/sdk-python-v0.10.3/


### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### 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)



## sdk/python/v0.10.2 - 2024-03-12

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.2).
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/src/dagger/_engine/_version.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/rust/crates/dagger-sdk/src/core/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const DAGGER_ENGINE_VERSION: &'static str = "0.10.2";
pub const DAGGER_ENGINE_VERSION: &'static str = "0.10.3";

pub mod cli_session;
pub mod config;
Expand Down
6 changes: 0 additions & 6 deletions sdk/typescript/.changes/unreleased/Fixed-20240313-092936.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions sdk/typescript/.changes/v0.10.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## sdk/typescript/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

https://www.npmjs.com/package/@dagger.io/dagger
📒 https://docs.dagger.io/sdk/nodejs/reference/modules/api_client_gen


### Fixed
- Fix issue with objects as field not correctly serialiazed by @TomChv in https://github.com/dagger/dagger/pull/6877

### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### 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)
18 changes: 18 additions & 0 deletions sdk/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and is generated by [Changie](https://github.com/miniscruff/changie).



## sdk/typescript/v0.10.3 - 2024-03-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).

https://www.npmjs.com/package/@dagger.io/dagger
📒 https://docs.dagger.io/sdk/nodejs/reference/modules/api_client_gen


### Fixed
- Fix issue with objects as field not correctly serialiazed by @TomChv in https://github.com/dagger/dagger/pull/6877

### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936

### 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)
## sdk/typescript/v0.10.2 - 2024-03-12

This SDK uses 🚙 Engine + 🚗 CLI version `v0.10.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.2).
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/provisioning/default.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3e6e7d

Please sign in to comment.