dagger

An engine to run your pipelines in containers

APACHE-2.0 License

Downloads
82.1K
Stars
10.8K
Committers
218

Bot releases are visible (Hide)

dagger - sdk/php/v0.12.5 Latest Release

Published by jedevc 2 months ago

sdk/php/v0.12.5 - 2024-08-15

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.5. See what changed in that release.

๐Ÿ˜ https://packagist.org/packages/dagger/dagger#v0.12.5

What to do next

dagger - sdk/elixir/v0.12.5

Published by jedevc 2 months ago

sdk/elixir/v0.12.5 - 2024-08-15

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.5. See what changed in that release.

๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html

๐Ÿ”ฅ Breaking Changes

Added

What to do next

dagger - sdk/typescript/v0.12.5

Published by jedevc 2 months ago

sdk/typescript/v0.12.5 - 2024-08-15

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.5. See what changed in that release.

โฌข https://www.npmjs.com/package/@dagger.io/dagger
๐Ÿ“’ https://docs.dagger.io/reference/typescript/modules/api_client_gen

Added

  • Detect field packageManager in package.json to use it during the runtime by @TomChv in https://github.com/dagger/dagger/pull/7864
    If the field is not present, the runtime will try to detect it from the lock
    file. By default, the runtime will use [email protected].

    Additionally, this also adds improvements to the SDK runtime to generate a
    lockfile based on the package manager, changes the setup by moving
    dependencies installation to the ModuleRuntime function, which should
    improve performances during init & updates. Finally, cache mount folders are
    added for npm, yarn, pnpm & bun.

What to do next

dagger - sdk/python/v0.12.5

Published by jedevc 2 months ago

sdk/python/v0.12.5 - 2024-08-15

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.5. See what changed in that release.

๐Ÿ https://pypi.org/project/dagger-io/v0.12.5/
๐Ÿ“– https://dagger-io.readthedocs.io/en/sdk-python-v0.12.5/

Deprecated

  • Arg has been renamed to Name by @helderco in https://github.com/dagger/dagger/pull/8109
    For code that currently uses Arg to avoid a naming conflict with a reserved
    keyword, it can be removed since the SDK will strip the last _ in an
    argument's name when interfacing with the API. For other needs, just rename
    Arg to Name.

What to do next

dagger - sdk/go/v0.12.5

Published by jedevc 2 months ago

sdk/go/v0.12.5 - 2024-08-15

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.5. See what changed in that release.

๐Ÿน https://pkg.go.dev/dagger.io/[email protected]

What to do next

dagger - v0.12.5

Published by dagger-ci 2 months ago

v0.12.5 - 2024-08-15

Added

  • cli: allow calling core functions directly by @helderco in https://github.com/dagger/dagger/pull/7310
    Usage: dagger core <function>
    Example: dagger core container from --address=alpine terminal

    Works the same as dagger call, but instead of loading a user module,
    it only uses functions from the core API.

    Run dagger core --help for available functions.

    Note that this command is experimental and the DX for calling core functions
    in the CLI may change in the future.

  • New SDK aliases for elixir and php by @jedevc in https://github.com/dagger/dagger/pull/8067
    SDKs with experimental module support (elixir and php) can now be accessed
    using --sdk=<sdk> (such as --sdk=elixir and --sdk=php respectively)
    instead of the full form
    --sdk=github.com/dagger/dagger/sdk/<sdk>@<version>.

  • Add File.digest method by @TomChv in https://github.com/dagger/dagger/pull/8114
    This method provides an efficient way to compute a file's digest, which
    unlock optimized file comparison or check for file changes.

  • Bundle CLI in the Engine image so that both parts of Dagger (CLI+Engine) ship as a single artefact by @gerhard in https://github.com/dagger/dagger/pull/8147

Changed

Fixed

What to do next?

dagger - sdk/php/v0.12.4

Published by jedevc 3 months ago

sdk/php/v0.12.4 - 2024-08-01

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.4. See what changed in that release.

๐Ÿ˜ https://packagist.org/packages/dagger/dagger#v0.12.4

Added

What to do next

dagger - sdk/elixir/v0.12.4

Published by jedevc 3 months ago

sdk/elixir/v0.12.4 - 2024-08-01

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.4. See what changed in that release.

๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html

๐Ÿ”ฅ Breaking Changes

What to do next

dagger - sdk/typescript/v0.12.4

Published by jedevc 3 months ago

sdk/typescript/v0.12.4 - 2024-08-01

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.4. See what changed in that release.

โฌข https://www.npmjs.com/package/@dagger.io/dagger
๐Ÿ“’ https://docs.dagger.io/reference/typescript/modules/api_client_gen

What to do next

dagger - sdk/python/v0.12.4

Published by jedevc 3 months ago

sdk/python/v0.12.4 - 2024-08-01

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.4. See what changed in that release.

๐Ÿ https://pypi.org/project/dagger-io/v0.12.4/
๐Ÿ“– https://dagger-io.readthedocs.io/en/sdk-python-v0.12.4/

Deprecated

  • Top-level functions are deprecated in Modules by @helderco in https://github.com/dagger/dagger/pull/8074
    Dagger Functions (decorated with @dagger.function) that are not a part of an object will be unsupported in a future release. Move the Function to an instance method of a @dagger.object_type decorated class.

Dependencies

What to do next

dagger - sdk/go/v0.12.4

Published by jedevc 3 months ago

sdk/go/v0.12.4 - 2024-08-01

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.4. See what changed in that release.

๐Ÿน https://pkg.go.dev/dagger.io/[email protected]

What to do next

dagger - v0.12.4

Published by dagger-ci 3 months ago

v0.12.4 - 2024-08-01

Changed

Fixed

What to do next?

dagger - sdk/go/v0.12.3

Published by sipsma 3 months ago

sdk/go/v0.12.3 - 2024-07-25

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.3. See what changed in that release.

๐Ÿน https://pkg.go.dev/dagger.io/[email protected]

Dependencies

What to do next

dagger - sdk/php/v0.12.3

Published by sipsma 3 months ago

sdk/php/v0.12.3 - 2024-07-25

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.3. See what changed in that release.

๐Ÿ˜ https://packagist.org/packages/dagger/dagger#v0.12.3

Dependencies

What to do next

dagger - sdk/elixir/v0.12.3

Published by sipsma 3 months ago

sdk/elixir/v0.12.3 - 2024-07-25

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.3. See what changed in that release.

๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html

Dependencies

What to do next

dagger - sdk/typescript/v0.12.3

Published by sipsma 3 months ago

sdk/typescript/v0.12.3 - 2024-07-25

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.3. See what changed in that release.

โฌข https://www.npmjs.com/package/@dagger.io/dagger
๐Ÿ“’ https://docs.dagger.io/reference/typescript/modules/api_client_gen

Dependencies

What to do next

dagger - sdk/python/v0.12.3

Published by sipsma 3 months ago

sdk/python/v0.12.3 - 2024-07-25

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.3. See what changed in that release.

๐Ÿ https://pypi.org/project/dagger-io/v0.12.3/
๐Ÿ“– https://dagger-io.readthedocs.io/en/sdk-python-v0.12.3/

Added

Dependencies

What to do next

dagger - v0.12.3

Published by dagger-ci 3 months ago

v0.12.3 - 2024-07-25

Added

Fixed

What to do next?

dagger - sdk/php/v0.12.2

Published by vito 3 months ago

sdk/php/v0.12.2 - 2024-07-22

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.2. See what changed in that release.

๐Ÿ˜ https://packagist.org/packages/dagger/dagger#v0.12.2

Dependencies

What to do next

dagger - sdk/elixir/v0.12.2

Published by vito 3 months ago

sdk/elixir/v0.12.2 - 2024-07-22

This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version v0.12.2. See what changed in that release.

๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html

Dependencies

What to do next