From 648c8229efcc5a8d9a5985759d77fc5b2cc53dce Mon Sep 17 00:00:00 2001 From: Mihail Radkov Date: Fri, 10 Jan 2025 09:35:47 +0200 Subject: [PATCH 1/2] Update GraphDB version to 10.8.2 Updated the default GraphDB VM image to the latest patch version. --- CHANGELOG.md | 4 ++++ variables.tf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec06909..3d3ee235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # GraphDB Azure Terraform Module Changelog +## 1.4.2 + +* Update default GraphDB version to [10.8.2](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-2) + ## 1.4.1 * Update default GraphDB version to [10.8.1](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-1) diff --git a/variables.tf b/variables.tf index 9fb40d14..c153aca5 100644 --- a/variables.tf +++ b/variables.tf @@ -246,7 +246,7 @@ variable "admin_security_principle_id" { variable "graphdb_version" { description = "GraphDB version from the marketplace offer" type = string - default = "10.8.1" + default = "10.8.2" } variable "graphdb_sku" { From 72aab282d957e8776642e21e33308a458cb44e2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Jan 2025 07:39:49 +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 fc56d0ea..f74cf83d 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ az vm image terms accept --offer graphdb-ee --plan graphdb-byol --publisher onto | app\_config\_enable\_purge\_protection | Prevents purging the App Configuration and its keys by soft deleting it. It will be deleted once the soft delete retention has passed. | `bool` | `true` | no | | app\_config\_soft\_delete\_retention\_days | Retention period in days during which soft deleted keys are kept | `number` | `7` | no | | admin\_security\_principle\_id | UUID of a user or service principle that will become data owner or administrator for specific resources that need permissions to insert data during Terraform apply, i.e. KeyVault and AppConfig. If left unspecified, the current user will be used. | `string` | `null` | no | -| graphdb\_version | GraphDB version from the marketplace offer | `string` | `"10.8.1"` | no | +| graphdb\_version | GraphDB version from the marketplace offer | `string` | `"10.8.2"` | no | | graphdb\_sku | GraphDB SKU from the marketplace offer | `string` | `"graphdb-byol"` | no | | graphdb\_image\_id | GraphDB image ID to use for the scale set VM instances in place of the default marketplace offer | `string` | `null` | no | | graphdb\_license\_path | Local path to a file, containing a GraphDB Enterprise license. | `string` | n/a | yes |