From 32544e1451e1d2717ec0ae1aa37e1ad4b6092793 Mon Sep 17 00:00:00 2001 From: Mihail Radkov Date: Mon, 14 Oct 2024 13:55:36 +0300 Subject: [PATCH 1/2] Updated to latest GraphDB 10.7.5 - Updated the Terraform do deploy the latest version of the VM image - Updated the blueprints as well - Bumped the module to 0.1.1 --- CHANGELOG.md | 6 ++++++ metadata.yaml | 2 +- variables.tf | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 787a715..0b2fc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Changelog + +## 0.1.1 + +- Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) + ## 0.1.0 * Initial version for GraphDB GCP module diff --git a/metadata.yaml b/metadata.yaml index 564191b..388dd84 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-7-3-202409031355 + defaultValue: projects/graphdb-public/global/images/ontotext-graphdb-10-7-5-202410111243 - name: zone description: The zone where the VM will be created varType: string diff --git a/variables.tf b/variables.tf index 128cfea..030d66e 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-7-3-202409031355" + default = "projects/graphdb-public/global/images/ontotext-graphdb-10-7-5-202410111243" } variable "goog_cm_deployment_name" { From de9a2dda55d4f3d5d3a07622a8ce6803ac6e8996 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 10:56:29 +0000 Subject: [PATCH 2/2] terraform-docs: updated markdown table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0aa29d..3dda52b 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-7-3-202409031355"` | no | +| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-7-5-202410111243"` | 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 |