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

Releases: googleapis/python-cloudbuild

v3.0.2

23 Feb 22:34
d30347a

Choose a tag to compare

Documentation

  • update python contributing guide (#63) (f199171)

v3.0.1

11 Feb 19:17
4341288

Choose a tag to compare

Bug Fixes

  • remove client recv msg limit (a1727c3)

v3.0.0

04 Nov 17:01
3a04161

Choose a tag to compare

⚠ BREAKING CHANGES

  • rename fields that conflict with builtins (#29) (3b27cc3)
    • StorageSource.object -> StorageSource.object_
    • RepoSource.dir -> RepoSource.dir_
    • BuildStep.dir -> BuildStep.dir_
    • Hash.type -> Hash.type_

Features

  • add new build message fields (#29) (3b27cc3)
    • service_account, which is available to members of our closed alpha
    • STACKDRIVER_ONLY and CLOUD_LOGGING_ONLY logging modes
    • dynamic_substitutions option

v2.0.0

23 Jul 21:31
e3be048

Choose a tag to compare

⚠ BREAKING CHANGES

  • migrate to use microgenerator (#23)

Features

v1.1.0

21 Jul 23:16
5e9532a

Choose a tag to compare

Features

  • add time-to-live in a queue for builds (#19) (d30aba7)

v1.0.0

03 Mar 01:01
120a0b0

Choose a tag to compare

chore: release 1.0.0 (#11)

v0.1.0

31 Jan 18:37

Choose a tag to compare

11-07-2019 10:48 PST

Note: This library is incompatible with google-cloud-containeranalysis<0.3.1. Please upgrade to google-cloud-containeranalysis>=0.3.1 to use this library.

New Features

  • Initial generation of Cloud Build v1 (#9510).