Skip to content

Commit

Permalink
Update GraphDB version to 10.8.2
Browse files Browse the repository at this point in the history
Updated the default GraphDB AMI image to the latest patch version.
  • Loading branch information
mihailradkov committed Jan 10, 2025
1 parent 5380ab0 commit a6fe71c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# GraphDB AWS Terraform Module Changelog

## 1.3.2

* Update default GraphDB version to [10.8.2](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-2)


## 1.3.1

* Update default GraphDB version to [10.8.1](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-1)
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ variable "ami_id" {
variable "graphdb_version" {
description = "GraphDB version"
type = string
default = "10.8.1"
default = "10.8.2"
nullable = false
}

Expand Down

0 comments on commit a6fe71c

Please sign in to comment.