Skip to content

Commit

Permalink
chore(main): release google-cloud-artifact_registry-v1 1.1.0 (#27528)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 1, 2024
1 parent 415878b commit 4de6104
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@ -79,7 +79,7 @@
"google-cloud-app_hub-v1+FILLER": "0.0.0",
"google-cloud-artifact_registry": "1.4.1",
"google-cloud-artifact_registry+FILLER": "0.0.0",
"google-cloud-artifact_registry-v1": "1.0.1",
"google-cloud-artifact_registry-v1": "1.1.0",
"google-cloud-artifact_registry-v1+FILLER": "0.0.0",
"google-cloud-artifact_registry-v1beta2": "0.12.1",
"google-cloud-artifact_registry-v1beta2+FILLER": "0.0.0",
Expand Down
14 changes: 14 additions & 0 deletions google-cloud-artifact_registry-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### 1.1.0 (2024-11-01)

#### Features

* Add Artifact Registry attachment API ([#27509](https://github.com/googleapis/google-cloud-ruby/issues/27509))
* Add Artifact Registry custom remote support
* Add Artifact Registry generic repository support
* Add Artifact Registry rule APIs
* Add Artifact Registry server side resource filtering and sorting
* Add Artifact Registry UpdateFile and DeleteFile APIs
#### Documentation

* Include max page size for all Artifact Registry APIs

### 1.0.1 (2024-08-30)

#### Documentation
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 = "1.0.1"
VERSION = "1.1.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": "1.0.1",
"version": "1.1.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 4de6104

Please sign in to comment.