Skip to content

Commit e9e6e07

Browse files
author
simeonzhekofff
authored
Merge pull request #6 from Ontotext-AD/Updated-GraphDB-default-version-to-10-7-6
Updated GraphDB default version to 10.7.6
2 parents 94b500b + 100a69b commit e9e6e07

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
* Updated to GraphDB [10.7.6](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-6)
6+
37
## 0.1.1
48

5-
- Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5)
9+
* Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5)
610

711
## 0.1.0
812

README.md

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

7474
| Name | Description | Type | Default | Required |
7575
|------|-------------|------|---------|:--------:|
76-
| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-7-5-202410111243"` | no |
76+
| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-7-6-202410151959"` | no |
7777
| goog\_cm\_deployment\_name | Deployment name | `string` | `"graphdb"` | no |
7878
| project\_id | Project in which the VM will be created | `string` | n/a | yes |
7979
| 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-10-7-5-202410111243
54+
defaultValue: projects/graphdb-public/global/images/ontotext-graphdb-10-7-6-202410151959
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-10-7-5-202410111243"
8+
default = "projects/graphdb-public/global/images/ontotext-graphdb-10-7-6-202410151959"
99
}
1010

1111
variable "goog_cm_deployment_name" {

0 commit comments

Comments
 (0)