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

Commit 2865a80

Browse files
chore(main): release 3.17.0 (#410)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f5b1b42 commit 2865a80

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-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.16.0"
2+
".": "3.17.0"
33
}

CHANGELOG.md

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

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

7+
## [3.17.0](https://github.com/googleapis/python-cloudbuild/compare/v3.16.0...v3.17.0) (2023-06-29)
8+
9+
10+
### Features
11+
12+
* 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))
13+
* Add repositoryevent to buildtrigger ([#409](https://github.com/googleapis/python-cloudbuild/issues/409)) ([a7d5ed3](https://github.com/googleapis/python-cloudbuild/commit/a7d5ed343c0d9924309398cc1769234d33d64449))
14+
715
## [3.16.0](https://github.com/googleapis/python-cloudbuild/compare/v3.15.0...v3.16.0) (2023-04-18)
816

917

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.16.0" # {x-release-please-version}
16+
__version__ = "3.17.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.16.0" # {x-release-please-version}
16+
__version__ = "3.17.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.16.0" # {x-release-please-version}
16+
__version__ = "3.17.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.17.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.17.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)