From 76d31da1ab32f54c8abc1213e1e9f38eaa4c8b69 Mon Sep 17 00:00:00 2001 From: "simeon.zhekov" Date: Wed, 16 Oct 2024 12:00:22 +0300 Subject: [PATCH 1/4] Updated GraphDB default version to 10.7.6 --- CHANGELOG.md | 6 +++++- variables.tf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2fc9d..02ccc65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 0.1.2 + +* Updated default GraphDB version to [10.7.6](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-6) + ## 0.1.1 -- Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) +* Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) ## 0.1.0 diff --git a/variables.tf b/variables.tf index 030d66e..925897f 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-5-202410111243" + default = "projects/graphdb-public/global/images/ontotext-graphdb-10-7-6-202410151959" } variable "goog_cm_deployment_name" { From e3defa2439b50746d7cb6827055afb93a548d430 Mon Sep 17 00:00:00 2001 From: "simeon.zhekov" Date: Wed, 16 Oct 2024 12:03:03 +0300 Subject: [PATCH 2/4] Merge pull request #4 from Ontotext-AD/update-graphdb-10-7-5 --- CHANGELOG.md | 6 +----- variables.tf | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ccc65..0b2fc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,8 @@ # Changelog -## 0.1.2 - -* Updated default GraphDB version to [10.7.6](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-6) - ## 0.1.1 -* Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) +- Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) ## 0.1.0 diff --git a/variables.tf b/variables.tf index 925897f..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-6-202410151959" + default = "projects/graphdb-public/global/images/ontotext-graphdb-10-7-5-202410111243" } variable "goog_cm_deployment_name" { From d3d3032017bdaee2f9da97108898e3120eb32849 Mon Sep 17 00:00:00 2001 From: "simeon.zhekov" Date: Wed, 16 Oct 2024 12:09:08 +0300 Subject: [PATCH 3/4] Updated GraphDB default version to 10.7.6 --- CHANGELOG.md | 6 +++++- variables.tf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2fc9d..c2176b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 0.1.2 + +* Updated to GraphDB [10.7.6](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-6) + ## 0.1.1 -- Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) +* Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) ## 0.1.0 diff --git a/variables.tf b/variables.tf index 030d66e..925897f 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-5-202410111243" + default = "projects/graphdb-public/global/images/ontotext-graphdb-10-7-6-202410151959" } variable "goog_cm_deployment_name" { From 669c38199625aefbe8545cba645fc494b7d75911 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 09:10:23 +0000 Subject: [PATCH 4/4] terraform-docs: updated markdown table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dda52b..869f563 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-5-202410111243"` | no | +| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-7-6-202410151959"` | 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 |