Skip to content

v0.115.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 May 19:48
· 1 commit to main since this release
13c5e0f

kiln test improvements

  • Broadcom Docker proxy: All base images (golang, ruby, kiln) are now pulled through the internal tas-rel-eng-docker-virtual registry, enabling kiln test to work in corporate firewall environments where Docker Hub is not accessible.
  • Ruby 4.0.3: Bumped the Ruby base image from 3.4.8 to 4.0.3.
  • NPM proxy: npm installs now route through the Artifactory npm virtual proxy.
  • --verbose flag: Added verbose mode with per-suite timestamps, unsilenced npm output, and Docker image build progress streamed to the terminal.
  • Dockerfile caching: Stable tool layers (Go, kiln binary, system packages) are ordered before credential args so they survive credential rotation without a full rebuild.
  • Suite headers and summary: Multi-suite runs print a / pass/fail summary at the end; each suite is individually tracked.
  • --ginkgo-flags typo fix: GingkoFlags renamed to GinkgoFlags.
  • RunMetadata renamed to RunStability in the Configuration struct.

Bug fixes

  • update-release: Fixed release source errors being silently swallowed (#644).
  • ReadRecords: Fixed an error when the records directory contains non-bake files (#645).

Dependency bumps

  • github.com/onsi/ginkgo/v2 2.28.1 → 2.28.3
  • github.com/Masterminds/semver/v3 3.4.0 → 3.5.0
  • github.com/hashicorp/go-version 1.8.0 → 1.9.0
  • github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager 0.1.4 → 0.1.21