Skip to content

Commit

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

Signed-off-by: Dagger CI <[email protected]>

* chore: add sdk release notes for v0.11.3

Signed-off-by: Justin Chadwell <[email protected]>

* chore: bump helm chart versions

Signed-off-by: Justin Chadwell <[email protected]>

---------

Signed-off-by: Dagger CI <[email protected]>
Signed-off-by: Justin Chadwell <[email protected]>
Co-authored-by: Dagger CI <[email protected]>
Co-authored-by: Justin Chadwell <[email protected]>
  • Loading branch information
3 people committed May 8, 2024
1 parent d844de8 commit b8409fb
Show file tree
Hide file tree
Showing 21 changed files with 184 additions and 32 deletions.
4 changes: 2 additions & 2 deletions helm/dagger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: dagger-helm
description: Dagger Helm chart

type: application
version: 0.1.3
appVersion: v0.11.2
version: 0.1.4
appVersion: v0.11.3
14 changes: 14 additions & 0 deletions sdk/elixir/.changes/v0.11.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## sdk/elixir/v0.11.3 - 2024-05-08

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

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


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

### 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.11.3 - 2024-05-08

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

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


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

### 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.11.2 - 2024-04-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.11.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.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.11.2"
@dagger_cli_version "0.11.3"

@doc false
def get(opts) do
Expand Down
6 changes: 0 additions & 6 deletions sdk/go/.changes/unreleased/Fixed-20240507-153412.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions sdk/go/.changes/v0.11.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## sdk/go/v0.11.3 - 2024-05-08

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

🐹 https://pkg.go.dev/dagger.io/[email protected]


### Fixed
- Respect existing go.mod during module initialization by @jedevc in https://github.com/dagger/dagger/pull/7194

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

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



## sdk/go/v0.11.3 - 2024-05-08

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

🐹 https://pkg.go.dev/dagger.io/[email protected]


### Fixed
- Respect existing go.mod during module initialization by @jedevc in https://github.com/dagger/dagger/pull/7194

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

### 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.11.2 - 2024-04-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.11.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.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.11.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## sdk/php/v0.11.3 - 2024-05-08

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

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


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

### 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.11.3 - 2024-05-08

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

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


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

### 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.11.2 - 2024-04-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.11.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.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.11.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## sdk/python/v0.11.3 - 2024-05-08

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

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


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

### 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.11.3 - 2024-05-08

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

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


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

### 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.11.2 - 2024-04-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.11.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.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.11.2";
pub const DAGGER_ENGINE_VERSION: &'static str = "0.11.3";

pub mod cli_session;
pub mod config;
Expand Down
6 changes: 0 additions & 6 deletions sdk/typescript/.changes/unreleased/Added-20240412-152602.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions sdk/typescript/.changes/unreleased/Added-20240506-172454.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions sdk/typescript/.changes/unreleased/Fixed-20240430-164552.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions sdk/typescript/.changes/v0.11.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## sdk/typescript/v0.11.3 - 2024-05-08

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

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


### Added
- Support Open Telemetry inside functions by @TomChv in https://github.com/dagger/dagger/pull/7074
- Expose GraphQL client with `getGQLClient` by @TomChv in https://github.com/dagger/dagger/pull/7294

### Fixed
- Fixed default values typescript generator by @0xbochi in https://github.com/dagger/dagger/pull/7224

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

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



## sdk/typescript/v0.11.3 - 2024-05-08

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

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


### Added
- Support Open Telemetry inside functions by @TomChv in https://github.com/dagger/dagger/pull/7074
- Expose GraphQL client with `getGQLClient` by @TomChv in https://github.com/dagger/dagger/pull/7294

### Fixed
- Fixed default values typescript generator by @0xbochi in https://github.com/dagger/dagger/pull/7224

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

### 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.11.2 - 2024-04-26

This SDK uses 🚙 Engine + 🚗 CLI version `v0.11.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.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 b8409fb

Please sign in to comment.