Skip to content

Commit

Permalink
Prep v0.11.0 release
Browse files Browse the repository at this point in the history
Change-Id: I77f786a2f31b22a186fc5276ff8f9c5a83a96fda
  • Loading branch information
benjamin-maynard committed May 30, 2023
1 parent 4b41d45 commit 72ec0d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains a [Terraform Module](https://www.terraform.io/docs/modul
The `main` branch may be updated at any time with the latest changes which could be breaking. You should always configure your module to use a release. This can be configured in the modules Terraform Configuration block.

```
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.10.0"
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.11.0"
```

## Prerequisites
Expand All @@ -28,7 +28,7 @@ Basic usage of this module is as follows:
```terraform
module "nfs_proxy" {
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.10.0"
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.11.0"
# Google Cloud Project Configuration
PROJECT = "my-gcp-project"
Expand Down
4 changes: 2 additions & 2 deletions deployment/fanout.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ There is no special logic in the Knfsd Terraform Module to handle the fanout arc
```terraform
module "nfs_proxy_fanout" {
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.10.0"
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.11.0"
# Google Cloud Project Configuration
PROJECT = "my-gcp-project"
Expand Down Expand Up @@ -67,7 +67,7 @@ module "nfs_proxy_fanout" {
module "nfs_proxy_cluster" {
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.10.0"
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.11.0"
# Google Cloud Project Configuration
PROJECT = "my-gcp-project"
Expand Down
4 changes: 2 additions & 2 deletions deployment/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Providing the metrics config from a file:

```terraform
module "nfs_proxy" {
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.10.0"
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.11.0"
METRICS_AGENT_CONFIG = file("metrics-config.yaml")
}
Expand All @@ -69,7 +69,7 @@ Providing the metrics config inline using heredoc syntax:

```terraform
module "nfs_proxy" {
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.10.0"
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v0.11.0"
METRICS_AGENT_CONFIG = <<-EOT
receivers:
Expand Down
2 changes: 2 additions & 0 deletions docs/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Next

# v0.11.0

* Update Monitoring Dashboard to support new Persistent Disk FS-Cache Volumes
* Stop pinning to specific package versions
* Update packer to support rsa-ssh2-256 and rsa-ssh2-512 key algorithms
Expand Down

0 comments on commit 72ec0d7

Please sign in to comment.