Skip to content

Commit

Permalink
Update GraphDB version to 10.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailradkov committed Sep 20, 2024
1 parent 14052a8 commit a423194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GraphDB Azure Terraform Module Changelog

## 1.3.2

* Update default GraphDB version to [10.7.4](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-4)

## 1.3.1

* Update default GraphDB version to [10.7.3](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-3)
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.3"
default = "10.7.4"
}

variable "graphdb_sku" {
Expand Down

0 comments on commit a423194

Please sign in to comment.