Skip to content

Commit 30656ae

Browse files
Prep for v1.0.0-beta3 release
Change-Id: I8d711226c1c7c2e491fef68f76ed27cf5f6eb002
1 parent e9a8d9a commit 30656ae

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

deployment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This directory contains a [Terraform Module](https://www.terraform.io/docs/modul
55
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.
66

77
```
8-
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta2"
8+
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta3"
99
```
1010

1111
## Prerequisites
@@ -28,7 +28,7 @@ Basic usage of this module is as follows:
2828
```terraform
2929
module "nfs_proxy" {
3030
31-
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta2"
31+
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta3"
3232
3333
# Google Cloud Project Configuration
3434
PROJECT = "my-gcp-project"

deployment/fanout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There is no special logic in the Knfsd Terraform Module to handle the fanout arc
3737
```terraform
3838
module "nfs_proxy_fanout" {
3939
40-
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta2"
40+
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta3"
4141
4242
# Google Cloud Project Configuration
4343
PROJECT = "my-gcp-project"
@@ -67,7 +67,7 @@ module "nfs_proxy_fanout" {
6767
6868
module "nfs_proxy_cluster" {
6969
70-
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta2"
70+
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta3"
7171
7272
# Google Cloud Project Configuration
7373
PROJECT = "my-gcp-project"

deployment/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Providing the metrics config from a file:
5959

6060
```terraform
6161
module "nfs_proxy" {
62-
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta2"
62+
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta3"
6363
6464
METRICS_AGENT_CONFIG = file("metrics-config.yaml")
6565
}
@@ -69,7 +69,7 @@ Providing the metrics config inline using heredoc syntax:
6969

7070
```terraform
7171
module "nfs_proxy" {
72-
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta2"
72+
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta3"
7373
7474
METRICS_AGENT_CONFIG = <<-EOT
7575
receivers:

docs/changes/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# next
1+
2+
# v1.0.0-beta3
23

34
* Temporary fix for cachefilesd intermittently terminating
45

image/smoke-tests/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "google_filestore_instance" "source" {
4343
}
4444

4545
module "proxy" {
46-
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta2"
46+
source = "github.com/GoogleCloudPlatform/knfsd-cache-utils//deployment/terraform-module-knfsd?ref=v1.0.0-beta3"
4747

4848
PROJECT = var.project
4949
REGION = var.region

0 commit comments

Comments
 (0)