Skip to content

Commit 6358b6f

Browse files
chore: release main
1 parent 078235c commit 6358b6f

100 files changed

Lines changed: 400 additions & 100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

domains/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "0.9.5"
18+
const Version = "0.9.6"

edgecontainer/CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [1.1.6](https://github.com/googleapis/google-cloud-go/compare/edgecontainer/v1.1.5...edgecontainer/v1.1.6) (2024-03-14)
5+
6+
7+
### Bug Fixes
8+
9+
* **edgecontainer:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))
10+
411
## [1.1.5](https://github.com/googleapis/google-cloud-go/compare/edgecontainer/v1.1.4...edgecontainer/v1.1.5) (2024-01-30)
512

613

@@ -86,4 +93,3 @@
8693
* **edgecontainer:** Start generating apiv1 ([#6694](https://github.com/googleapis/google-cloud-go/issues/6694)) ([6bc9b69](https://github.com/googleapis/google-cloud-go/commit/6bc9b69ca4dd910a9801f07bbc2b8abfdabe8628))
8794

8895
## Changes
89-

edgecontainer/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edgenetwork/CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/googleapis/google-cloud-go/compare/edgenetwork/v0.2.1...edgenetwork/v0.2.2) (2024-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **edgenetwork:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))
9+
310
## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/edgenetwork/v0.2.0...edgenetwork/v0.2.1) (2024-01-30)
411

512

@@ -22,4 +29,3 @@
2229
* **edgenetwork:** New client(s) ([#8996](https://github.com/googleapis/google-cloud-go/issues/8996)) ([8e63c70](https://github.com/googleapis/google-cloud-go/commit/8e63c70b423e8c10ecd617ccf81fa0662f8f91b5))
2330

2431
## Changes
25-

edgenetwork/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

essentialcontacts/CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.6.7](https://github.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.6.6...essentialcontacts/v1.6.7) (2024-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **essentialcontacts:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))
9+
310
## [1.6.6](https://github.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.6.5...essentialcontacts/v1.6.6) (2024-01-30)
411

512

@@ -99,4 +106,3 @@ Stabilize GA surface.
99106

100107
This is the first tag to carve out essentialcontacts as its own module. See
101108
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
102-

essentialcontacts/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.6.6"
18+
const Version = "1.6.7"

eventarc/CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.13.5](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.13.4...eventarc/v1.13.5) (2024-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **eventarc:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))
9+
310
## [1.13.4](https://github.com/googleapis/google-cloud-go/compare/eventarc/v1.13.3...eventarc/v1.13.4) (2024-01-30)
411

512

@@ -142,4 +149,3 @@ Stabilize GA surface.
142149

143150
This is the first tag to carve out eventarc as its own module. See
144151
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
145-

eventarc/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.13.4"
18+
const Version = "1.13.5"

filestore/CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changes
22

33

4+
## [1.8.2](https://github.com/googleapis/google-cloud-go/compare/filestore/v1.8.1...filestore/v1.8.2) (2024-03-14)
5+
6+
7+
### Bug Fixes
8+
9+
* **filestore:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))
10+
411
## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/filestore/v1.8.0...filestore/v1.8.1) (2024-01-30)
512

613

@@ -109,4 +116,3 @@
109116
## v0.1.0
110117

111118
- feat(filestore): start generating clients
112-

0 commit comments

Comments
 (0)