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

v0.5.2 Pre-release
Pre-release

Choose a tag to compare

@bendory bendory released this 16 Oct 19:57
c425026
Changed project information error into warning. (#126)

Prepare release v0.5.1. (#124)

Choose a tag to compare

@bendory bendory released this 02 Oct 15:09
9a7d746

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

Choose a tag to compare

@bendory bendory released this 08 Jan 19:41
f3e20a8
  • Updated to Docker version 18.09.0.
  • New arg --bind-mount-source
  • Misc small bug fixes

Release

Choose a tag to compare

@danielpeach danielpeach released this 12 Dec 20:21
4f929cf
  • Fixed token refresh duration logic
  • Updated version check to reflect Docker upgrade to 18.06.1
  • Added auth for marketplace, k8s sub-domains.

Release

Choose a tag to compare

@leeonlee leeonlee released this 12 Oct 17:56
621574d
  • Add global environment variables and volumes

bug fix to build timeouts

Choose a tag to compare

@bendory bendory released this 03 Aug 17:51
03fbb2d

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

Choose a tag to compare

@bendory bendory released this 24 Jul 16:49
1f5b8e7

deprecation of container-builder-local

Release

Release Pre-release
Pre-release

Choose a tag to compare

@codrienne codrienne released this 30 May 16:42
c7d311b

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

Release

Choose a tag to compare

@Philmod Philmod released this 22 May 17:52
6ac903c
  • Move the substitutions handling in its own method, to allow unit-testing
  • The release build uses the new artifacts
  • Fix bugs

Release

Choose a tag to compare

@codrienne codrienne released this 02 May 20:24
1c9ef7b
  • Use /tmp directory on MacOS, instead of the MacOS default temporary directory that lives in /var