Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Releases: GoogleCloudPlatform/cloud-build-local

v0.5.2

16 Oct 19:57
c425026

Choose a tag to compare

v0.5.2 Pre-release
Pre-release
Changed project information error into warning. (#126)

Prepare release v0.5.1. (#124)

02 Oct 15:09
9a7d746

Choose a tag to compare

This project is archived and no longer supported, developed, or maintained.

The code remains available for historic purposes.

Release notes from release v0.5.1 on October 2, 2020 remain unchanged below.


Release

08 Jan 19:41
f3e20a8

Choose a tag to compare

  • Updated to Docker version 18.09.0.
  • New arg --bind-mount-source
  • Misc small bug fixes

Release

12 Dec 20:21
4f929cf

Choose a tag to compare

  • Fixed token refresh duration logic
  • Updated version check to reflect Docker upgrade to 18.06.1
  • Added auth for marketplace, k8s sub-domains.

Release

12 Oct 17:56
621574d

Choose a tag to compare

  • Add global environment variables and volumes

bug fix to build timeouts

03 Aug 17:51
03fbb2d

Choose a tag to compare

This release enables the build step executor to differentiate between step timeout and build timeout, thereby enabling proper per-step status results.

Prior to these changes, we non-deterministically labelled the step as TIMEOUT or FAILED on build timeout. We now correctly label the step with status per Cloud Build documentation.

cloud-build-local initial revision

24 Jul 16:49
1f5b8e7

Choose a tag to compare

deprecation of container-builder-local

Release

30 May 16:42
c7d311b

Choose a tag to compare

Release Pre-release
Pre-release

Support substitutions in artifacts field.
Fix error when the substitutions are not set in the config file, but are in the
command line.

Release

22 May 17:52
6ac903c

Choose a tag to compare

  • Move the substitutions handling in its own method, to allow unit-testing
  • The release build uses the new artifacts
  • Fix bugs

Release

02 May 20:24
1c9ef7b

Choose a tag to compare

  • Use /tmp directory on MacOS, instead of the MacOS default temporary directory that lives in /var