Skip to content

Commit

Permalink
update default graphdb version to 10.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaskoo committed Jul 22, 2024
1 parent 2a1ecfb commit 3152ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Fixed the `graphdb.external-url` value when deploying a single node.
* Changed to create `graphdb-cluster-proxy/graphdb.properties` only when `node_count` > 1
* Update default GraphDB version to [10.7.1](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-1)

## 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ variable "admin_security_principle_id" {
variable "graphdb_version" {
description = "GraphDB version from the marketplace offer"
type = string
default = "10.7.0"
default = "10.7.1"
}

variable "graphdb_sku" {
Expand Down

0 comments on commit 3152ff3

Please sign in to comment.