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

Commit 803082c

Browse files
chore(main): release 3.16.0 (#403)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 95ebbce commit 803082c

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.15.0"
2+
".": "3.16.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
[1]: https://pypi.org/project/google-cloud-build/#history
66

7+
## [3.16.0](https://github.com/googleapis/python-cloudbuild/compare/v3.15.0...v3.16.0) (2023-04-18)
8+
9+
10+
### Features
11+
12+
* Add NpmPackages to Artifact and Results messages and new SHA512 hash type ([95ebbce](https://github.com/googleapis/python-cloudbuild/commit/95ebbcee69e23394de42442d6ccb56e0179efaf8))
13+
* Add PeeredNetworkIpRange to NetworkConfigs message ([95ebbce](https://github.com/googleapis/python-cloudbuild/commit/95ebbcee69e23394de42442d6ccb56e0179efaf8))
14+
15+
16+
### Documentation
17+
18+
* Various doc updates ([95ebbce](https://github.com/googleapis/python-cloudbuild/commit/95ebbcee69e23394de42442d6ccb56e0179efaf8))
19+
720
## [3.15.0](https://github.com/googleapis/python-cloudbuild/compare/v3.14.0...v3.15.0) (2023-04-17)
821

922

google/cloud/devtools/cloudbuild/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.15.0" # {x-release-please-version}
16+
__version__ = "3.16.0" # {x-release-please-version}

google/cloud/devtools/cloudbuild_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.15.0" # {x-release-please-version}
16+
__version__ = "3.16.0" # {x-release-please-version}

google/cloud/devtools/cloudbuild_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.15.0" # {x-release-please-version}
16+
__version__ = "3.16.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.devtools.cloudbuild.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-build",
11-
"version": "0.1.0"
11+
"version": "3.16.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.devtools.cloudbuild.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-build",
11-
"version": "0.1.0"
11+
"version": "3.16.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)