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

Commit

Permalink
chore(main): release 3.17.0 (#410)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jun 29, 2023
1 parent f5b1b42 commit 2865a80
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.16.0"
".": "3.17.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [3.17.0](https://github.com/googleapis/python-cloudbuild/compare/v3.16.0...v3.17.0) (2023-06-29)


### Features

* Add GitLabConfig and fetchGitRefs for Cloud Build Repositories ([#412](https://github.com/googleapis/python-cloudbuild/issues/412)) ([f5b1b42](https://github.com/googleapis/python-cloudbuild/commit/f5b1b4236cdfda77f95201c9cf22b74163e7c4f2))
* Add repositoryevent to buildtrigger ([#409](https://github.com/googleapis/python-cloudbuild/issues/409)) ([a7d5ed3](https://github.com/googleapis/python-cloudbuild/commit/a7d5ed343c0d9924309398cc1769234d33d64449))

## [3.16.0](https://github.com/googleapis/python-cloudbuild/compare/v3.15.0...v3.16.0) (2023-04-18)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/devtools/cloudbuild/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.16.0" # {x-release-please-version}
__version__ = "3.17.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/devtools/cloudbuild_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.16.0" # {x-release-please-version}
__version__ = "3.17.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/devtools/cloudbuild_v2/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.16.0" # {x-release-please-version}
__version__ = "3.17.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-build",
"version": "0.1.0"
"version": "3.17.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-build",
"version": "0.1.0"
"version": "3.17.0"
},
"snippets": [
{
Expand Down

0 comments on commit 2865a80

Please sign in to comment.