Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #25

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Changelog

## [1.0.0](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/compare/v1.0.0...v1.0.0) (2024-11-07)


### Features

* initial commit ([7b73d13](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/7b73d13914d795d57c3d984ffbb4163687a189fc))
* prepare Terraform docs for GA ([#20](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/20)) ([9b80d1e](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/9b80d1ebcb5364df88918d4cfeae37ee27cb4222))


### Bug Fixes

* **deps:** update json-rules-engine to address npm audit ([#2](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/2)) ([b6803fa](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/b6803fa53505cef4fea3f87ccc805e17d9ee4262))
* **deps:** update terraform module versions ([#8](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/8)) ([5a8df32](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/5a8df328e4b022b7e904996673b012f8af387e36))
* **tests:** remove use of rewire from counters_test.js ([#4](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/4)) ([99e4dc3](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/99e4dc33646a07b2b480423f1b37a0a89c0fb5f5))


### Miscellaneous Chores

* add release-please config ([#6](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/6)) ([93b02f0](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/93b02f08f9f205bbdabda8967ce99bf2aa3b8466))

## 1.0.0 (2024-11-07)


### Features

* initial commit ([7b73d13](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/7b73d13914d795d57c3d984ffbb4163687a189fc))
* prepare Terraform docs for GA ([#20](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/20)) ([9b80d1e](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/9b80d1ebcb5364df88918d4cfeae37ee27cb4222))


### Bug Fixes

* **deps:** update json-rules-engine to address npm audit ([#2](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/2)) ([b6803fa](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/b6803fa53505cef4fea3f87ccc805e17d9ee4262))
* **deps:** update terraform module versions ([#8](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/8)) ([5a8df32](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/5a8df328e4b022b7e904996673b012f8af387e36))
* **tests:** remove use of rewire from counters_test.js ([#4](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/4)) ([99e4dc3](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/99e4dc33646a07b2b480423f1b37a0a89c0fb5f5))


### Miscellaneous Chores

* add release-please config ([#6](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/6)) ([93b02f0](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/93b02f08f9f205bbdabda8967ce99bf2aa3b8466))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memorystore-cluster-autoscaler",
"version": "0.1.0",
"version": "1.0.0",
"Description": "Autoscaling for Memorystore Cluster",
"homepage": "https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"include-component-in-tag": false,
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/autoscaler-functions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

terraform {
provider_meta "google" {
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-cf-v0.1.0" // x-release-please-version
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-cf-v1.0.0" // x-release-please-version
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/autoscaler-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

terraform {
provider_meta "google" {
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-gke-v0.1.0" // x-release-please-version
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-gke-v1.0.0" // x-release-please-version
}
}

Expand Down