Skip to content

Commit 8004fe3

Browse files
chore: release main
1 parent 2b05355 commit 8004fe3

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"packages/google-cloud-monitoring": "2.23.1",
110110
"packages/google-cloud-monitoring-dashboards": "2.16.1",
111111
"packages/google-cloud-monitoring-metrics-scopes": "1.7.1",
112-
"packages/google-cloud-netapp": "0.3.16",
112+
"packages/google-cloud-netapp": "0.3.17",
113113
"packages/google-cloud-network-connectivity": "2.5.1",
114114
"packages/google-cloud-network-management": "1.22.0",
115115
"packages/google-cloud-network-security": "0.9.13",

packages/google-cloud-netapp/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.3.17](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.3.16...google-cloud-netapp-v0.3.17) (2024-11-25)
4+
5+
6+
### Features
7+
8+
* Add EstablishPeering API for Onprem Migration ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))
9+
* Add new Active Directory state for AD Diagnostics support ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))
10+
* Add Sync API for Replications ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))
11+
* Enable creation of Onprem Migration in CreateVolume ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))
12+
13+
14+
### Documentation
15+
16+
* Docs now do not allow underscore in IDs of various Resources ([2b05355](https://github.com/googleapis/google-cloud-python/commit/2b053555536107335ff5ea08b37fdfbeed864e6a))
17+
318
## [0.3.16](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.3.15...google-cloud-netapp-v0.3.16) (2024-11-11)
419

520

packages/google-cloud-netapp/google/cloud/netapp/gapic_version.py

+1-1
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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.3.17" # {x-release-please-version}

packages/google-cloud-netapp/google/cloud/netapp_v1/gapic_version.py

+1-1
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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.3.17" # {x-release-please-version}

packages/google-cloud-netapp/samples/generated_samples/snippet_metadata_google.cloud.netapp.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-netapp",
11-
"version": "0.1.0"
11+
"version": "0.3.17"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)