Skip to content

Releases: gitpod-io/leeway

v0.16.0-rc5

04 Dec 20:16

Choose a tag to compare

v0.16.0-rc5 Pre-release
Pre-release

Changelog

  • 0cc793e fix "yarn install" invocation: --frozenlockfile -> --frozen-lockfile
  • 3bf13c6 fix(yarn): add --frozen-lockfile to default install command
  • 8cb1ccf fix(yarn): patch yarn.lock for link: dependencies and fix extraction path
  • 8f0e3d2 test(s3): reduce flaky threshold for batch optimization test

v0.16.0-rc4

04 Dec 13:34

Choose a tag to compare

v0.16.0-rc4 Pre-release
Pre-release

Changelog

  • 0cc793e fix "yarn install" invocation: --frozenlockfile -> --frozen-lockfile
  • 3bf13c6 fix(yarn): add --frozen-lockfile to default install command
  • be53b96 fix: validate dependencies after download to prevent cache inconsistency

v0.10.6

04 Dec 14:15

Choose a tag to compare

Changelog

  • 4eca8ad fix(yarn): add --frozen-lockfile to default install command

v0.16.0-rc3

04 Dec 00:23

Choose a tag to compare

v0.16.0-rc3 Pre-release
Pre-release

Changelog

  • a8a5f31 fix: validate dependencies after download to prevent cache inconsistency

v0.16.0-rc2

03 Dec 19:50

Choose a tag to compare

v0.16.0-rc2 Pre-release
Pre-release

Changelog

  • 0881f7b chore: apply suggestions about .Debug()
  • 22e01fe chore: fix formatting and clarify observability docs
  • 6571234 chore: lint and format OpenTelemetry code
  • 3327487 chore: remove leeway-dev.sh helper script
  • 67a035a feat(build): implement dependency-aware download scheduling
  • a2b7bfa feat: add OpenTelemetry tracing with build and package spans
  • 7076f89 feat: add TLS configuration and fix version retrieval for OTel
  • 18421a6 feat: add docker-in-docker to devcontainer
  • c7ced70 fix(sbom): use determineDockerExportMode for consistent export mode detection
  • 7db83ae fix(tests): use fast latency for performance tests in CI
  • 916eb9f fix: enable mock for unit tests that use dummy docker
  • 682d659 fix: extract container files from OCI tar instead of Docker daemon
  • 9ba4bce fix: properly shutdown OpenTelemetry tracer after build completes
  • 9886d85 fix: replace for cycle with faster (O(n log n)) stable slice sorting algorithm from Go stdlib
  • 8d9394a fix: resolve variable shadowing and add path structure docs
  • e1a2536 fix: respect Docker export mode in SBOM generation
  • 9971a07 fix: skip vulnerability scanning for packages that failed to build
  • b246f9f perf(cache): optimize S3 cache with batch operations and increased workers
  • dda4fb7 refactor(cache): remove pointless processPackages wrapper
  • ed21cab refactor: add CleanupFunc type alias and address review feedback
  • c2ec571 refactor: improve OTLP endpoint configuration handling
  • af13065 refactor: reuse extractTarToDir in extractTar
  • 53461e3 style: apply gofmt formatting

v0.15.1-rc5

02 Dec 16:12

Choose a tag to compare

v0.15.1-rc5 Pre-release
Pre-release

Changelog

  • 123132f fix: skip vulnerability scanning for packages that failed to build

v0.15.1-rc4

02 Dec 12:08

Choose a tag to compare

v0.15.1-rc4 Pre-release
Pre-release

Changelog

  • d998ff0 Fix SBOM generation to respect Docker export mode

v0.15.1-rc2

25 Nov 00:42

Choose a tag to compare

v0.15.1-rc2 Pre-release
Pre-release

Changelog

  • 9a7c4df fix: enable mock for unit tests that use dummy docker
  • e0bd445 fix: extract container files from OCI tar instead of Docker daemon

v0.16.0-rc1

24 Nov 17:01

Choose a tag to compare

v0.16.0-rc1 Pre-release
Pre-release

Changelog

  • e7fd814 chore: fix formatting and clarify observability docs
  • 7a9f91c chore: lint and format OpenTelemetry code
  • 19f9e7d chore: remove leeway-dev.sh helper script
  • aa8c20c feat: add OpenTelemetry tracing with build and package spans
  • a64253c feat: add TLS configuration and fix version retrieval for OTel
  • 14a1ae2 feat: add docker-in-docker to devcontainer
  • 9da6e65 fix: properly shutdown OpenTelemetry tracer after build completes
  • a00a84e refactor: improve OTLP endpoint configuration handling