Skip to content

Commit

Permalink
chore(main): release google-cloud-artifact_registry-v1 0.11.0 (#23478)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 27, 2023
1 parent a3edda2 commit a28f43b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"google-cloud-app_engine-v1+FILLER": "0.0.0",
"google-cloud-artifact_registry": "1.2.0",
"google-cloud-artifact_registry+FILLER": "0.0.0",
"google-cloud-artifact_registry-v1": "0.10.0",
"google-cloud-artifact_registry-v1": "0.11.0",
"google-cloud-artifact_registry-v1+FILLER": "0.0.0",
"google-cloud-artifact_registry-v1beta2": "0.10.0",
"google-cloud-artifact_registry-v1beta2+FILLER": "0.0.0",
Expand Down
7 changes: 7 additions & 0 deletions google-cloud-artifact_registry-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 0.11.0 (2023-10-27)

#### Features

* add docker_config, virtual_repository_config, remote_repository_config, mode, cleanup_policies, size_bytes, satisfies_pzs, cleanup_policy_dry_run to Repository
* support batch_delete_versions service

### 0.10.0 (2023-09-12)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module ArtifactRegistry
module V1
VERSION = "0.10.0"
VERSION = "0.11.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-artifact_registry-v1",
"version": "0.10.0",
"version": "0.11.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit a28f43b

Please sign in to comment.