Skip to content

Commit

Permalink
Updated default GraphDB version to 10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhekoff committed Nov 13, 2024
1 parent 294dd08 commit 1bd21f0
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 126 deletions.
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ crash.log
crash.*.log

# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
*.tfvars.json
Expand All @@ -40,3 +40,11 @@ terraform.rc
# Examples
examples/**/*.lock.hcl
.DS_Store

#Certificates
*.pem
*.p12
*.pub

#Licenses
*.license
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GraphDB AWS Terraform Module Changelog

## 1.2.9

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

## 1.2.8

* Update default GraphDB Version to [10.7.6](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-6)
Expand Down
Loading

0 comments on commit 1bd21f0

Please sign in to comment.