Skip to content

Latest commit

 

History

History
560 lines (349 loc) · 21.2 KB

CHANGELOG.md

File metadata and controls

560 lines (349 loc) · 21.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v0.11.3 - 2024-05-08

🔥 Breaking Changes

Added

  • Added support for custom scalars and enums in function arguments by @jedevc in dagger/dagger#7158
  • Added support for propagating system proxy settings by @sipsma in dagger/dagger#7255
  • api: Added Container.withoutSecretVariable by @helderco in dagger/dagger#7291
  • api: Added Container.withoutDirectory and Container.withoutFile by @helderco in dagger/dagger#7292

Changed

Fixed

What to do next?

v0.11.2 - 2024-04-25

Added

Changed

  • cli: style headings in BOLD UPPERCASE to help break sections visually by @grouville in dagger/dagger#7126
  • cli: remove discrepancy in usage between dagger query and the rest of the commands by @grouville in dagger/dagger#7124
  • cli: move arguments section below functions/commands in usage, for better readability by @grouville in dagger/dagger#7134
  • cli: adopt options terminology instead of flags by @grouville in dagger/dagger#7170

Fixed

What to do next?

v0.11.1 - 2024-04-16

Added

  • Add withAuthToken and withAuthHeader fields to GitRepository by @jedevc in dagger/dagger#6992

Fixed

What to do next?

v0.11.0 - 2024-04-03

🔥 Breaking Changes

  • Old clients <=0.10.3 cannot connect to a new >=v0.11.0 engine
  • Old progress interfaces removed by @vito in dagger/dagger#6835
  • --focus CLI flag removed by @vito in dagger/dagger#6835

Added

Fixed

  • Fix DOCKER_HOST not working when DAGGER_CLOUD_TOKEN set by @sipsma in dagger/dagger#7006

What to do next?

v0.10.3 - 2024-03-26

Added

Changed

Fixed

What to do next?

v0.10.2 - 2024-03-12

Fixed

What to do next?

v0.10.1 - 2024-03-05

Added

Fixed

What to do next?

v0.10.0 - 2024-02-27

Added

  • New Dagger functions and modules
    • Modules allow bundling up and sharing reuable pipeline functions in a cross-language way.
    • New CLI commands (such as dagger call) provide a consistent interface to easily invoke functions inside modules.
    • A new TUI interface allows easily following along with what's going on.

What to do next?

v0.9.11 - 2024-02-20

Fixed

What to do next?

v0.9.10 - 2024-02-12

Added

Fixed

  • Avoid panic in secret scrubber caused by similar secret names @jedevc in dagger/dagger#6641

What to do next?

v0.9.9 - 2024-02-08

Added

What to do next?

v0.9.8 - 2024-02-01

🔥 Breaking Changes

  • Service.Stop now uses SIGTERM instead of SIGKILL by default by @jedevc in dagger/dagger#6354

Added

What to do next?

v0.9.7 - 2024-01-18

Added

What to do next?

v0.9.6 - 2024-01-11

🔥 Breaking Changes

Fixed

What to do next?

v0.9.5 - 2023-12-21

Added

Fixed

What to do next?

v0.9.4 - 2023-12-08

Added

Fixed

What to do next?

v0.9.3 - 2023-11-03

Fixed

  • Fixes + performance improvements to experimental features

What to do next?

v0.9.2 - 2023-10-30

Added

What to do next?

v0.9.1 - 2023-10-26

Added

What to do next?

v0.9.0 - 2023-10-20

🔥 Breaking Changes

  • engine: new services API with container <=> host networking, explicit start/stop by @vito in dagger/dagger#5557
  • implement new conventions for IDable objects by @vito in dagger/dagger#5881

Added

  • engine: support multiple cache configs for upstream remote cache by @sipsma in dagger/dagger#5730

Changed

Fixed

  • engine: fix missing descriptor handlers for lazy blobs error w/ cloud cache by @sipsma in dagger/dagger#5885

What to do next?

v0.8.8 - 2023-10-11

Added

  • core: use BuildKit's own readiness implementation instead of our custom logic by @jedevc in dagger/dagger#5808
  • core: add Engine logs for failed queries in debug mode by @jedevc in dagger/dagger#5827

Fixed

  • cli: restart manually stopped engine containers by @jedevc in dagger/dagger#5811
  • cli: fix process hang when running certain command with dagger run by @wingyplus in dagger/dagger#5712

What to do next?

v0.8.7 - 2023-09-18

Added

  • core: remove syncedCacheMount check for cache manager by @marcosnils in dagger/dagger#5797

What to do next?

v0.8.6 - 2023-09-18

Added

What to do next?

v0.8.5 - 2023-09-13

Added

  • cli: add DAGGER_SESSION_TOKEN env var support in listen command by @marcosnils in dagger/dagger#5704
  • core: Extends mounted secret API to support mode and optional arguments by @TomChv in dagger/dagger#5707
  • engine: add DAGGER_CLOUD_TOKEN env var support by @marcosnils in dagger/dagger#5773

Fixed

What to do next?

v0.8.4 - 2023-08-17

Fixed

What to do next?

v0.8.3 - 2023-08-16

Added

Changed

Fixed

What to do next?

v0.8.2 - 2023-08-10

Added

Fixed

What to do next?

v0.8.1 - 2023-08-04

Fixed

  • cli: fix dagger run not showing command progress by @vito in dagger/dagger#5564
  • core: fix setting image config during multiplatform export+publish by @sipsma in dagger/dagger#5574
  • core: fix exports of files larger than default grpc max message size by @sipsma in dagger/dagger#5570
  • engine: report correct engine version by stamping engine image too by @sipsma in dagger/dagger#5578
  • core: handle v prefix in version compatibility check by @sipsma in dagger/dagger#5578

What to do next?

v0.8.0 - 2023-08-03

🔥 Breaking Changes

Added

  • engine: implement Host.setSecretFile to securely set binary files as secrets by @grouville in dagger/dagger#5500

Fixed

  • engine: Bump Alpine version to fix service DNS resolution by @marcosnils in dagger/dagger#5470

What to do next?

v0.6.4 - 2023-07-19

Added

Deprecated

Fixed

What to do next?

v0.6.3 - 2023-07-04

Added

Fixed

What to do next?