diff --git a/CHANGELOG.md b/CHANGELOG.md index f23234a..d0abdf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.2 + +* Updated to GraphDB [10.8.2](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-2) + ## 0.2.1 * Updated to GraphDB [10.8.1](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-1) diff --git a/README.md b/README.md index 64ba95b..a217f3e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Before you begin using this Terraform module, ensure you meet the following prer | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-8-1-202412020843"` | no | +| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-8-2-202412160925"` | no | | goog\_cm\_deployment\_name | Deployment name | `string` | `"graphdb"` | no | | project\_id | Project in which the VM will be created | `string` | n/a | yes | | zone | The zone where the VM will be created | `string` | `"us-central1-a"` | no | diff --git a/metadata.yaml b/metadata.yaml index b56da23..5543da2 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -51,7 +51,7 @@ spec: - name: source_image description: Defines the VM image passed from the GCP Marketplace varType: string - defaultValue: projects/graphdb-public/global/images/ontotext-graphdb-10-8-1-202412020843 + defaultValue: projects/graphdb-public/global/images/ontotext-graphdb-10-8-2-202412160925 - name: zone description: The zone where the VM will be created varType: string diff --git a/variables.tf b/variables.tf index 5318f8d..4d42179 100644 --- a/variables.tf +++ b/variables.tf @@ -5,7 +5,7 @@ variable "source_image" { type = string # Set the default value to your image. Marketplace will overwrite this value # to a Marketplace owned image on publishing the product - default = "projects/graphdb-public/global/images/ontotext-graphdb-10-8-1-202412020843" + default = "projects/graphdb-public/global/images/ontotext-graphdb-10-8-2-202412160925" } variable "goog_cm_deployment_name" {