Skip to content

Commit 280f0fe

Browse files
Merge pull request #21 from Ontotext-AD/bumped-gdb-11.1.1
Updated GraphDB to 11.1.1
2 parents 7da7337 + 006a9a1 commit 280f0fe

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.1
4+
5+
* Update default GraphDB version to [11.1.1](https://graphdb.ontotext.com/documentation/11.1/release-notes.html#graphdb-11-1-1)
6+
37
## 0.4.0
48

59
* Update default GraphDB version to [11.1.0](https://graphdb.ontotext.com/documentation/11.1/release-notes.html#graphdb-11-1-0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Before you begin using this Terraform module, ensure you meet the following prer
7575

7676
| Name | Description | Type | Default | Required |
7777
|------|-------------|------|---------|:--------:|
78-
| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-11-1-0-202508211124"` | no |
78+
| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-11-1-1-202509170647"` | no |
7979
| goog\_cm\_deployment\_name | Deployment name | `string` | `"graphdb"` | no |
8080
| project\_id | Project in which the VM will be created | `string` | n/a | yes |
8181
| zone | The zone where the VM will be created | `string` | `"us-central1-a"` | no |

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
- name: source_image
5252
description: Defines the VM image passed from the GCP Marketplace
5353
varType: string
54-
defaultValue: projects/graphdb-public/global/images/ontotext-graphdb-11-1-0-202508211124
54+
defaultValue: projects/graphdb-public/global/images/ontotext-graphdb-11-1-1-202509170647
5555
- name: zone
5656
description: The zone where the VM will be created
5757
varType: string

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "source_image" {
55
type = string
66
# Set the default value to your image. Marketplace will overwrite this value
77
# to a Marketplace owned image on publishing the product
8-
default = "projects/graphdb-public/global/images/ontotext-graphdb-11-1-0-202508211124"
8+
default = "projects/graphdb-public/global/images/ontotext-graphdb-11-1-1-202509170647"
99
}
1010

1111
variable "goog_cm_deployment_name" {

0 commit comments

Comments
 (0)