Skip to content

Commit 8b980f7

Browse files
committed
Updated default GraphDB version to 10.8.0
1 parent 294dd08 commit 8b980f7

File tree

4 files changed

+140
-128
lines changed

4 files changed

+140
-128
lines changed

Diff for: .gitignore

+10-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ crash.log
1414
crash.*.log
1515

1616
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
17-
# password, private keys, and other secrets. These should not be part of version
18-
# control as they are data points which are potentially sensitive and subject
17+
# password, private keys, and other secrets. These should not be part of version
18+
# control as they are data points which are potentially sensitive and subject
1919
# to change depending on the environment.
2020
*.tfvars
2121
*.tfvars.json
@@ -40,3 +40,11 @@ terraform.rc
4040
# Examples
4141
examples/**/*.lock.hcl
4242
.DS_Store
43+
44+
#Certificates
45+
*.pem
46+
*.p12
47+
*.pub
48+
49+
#Licenses
50+
*.license

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# GraphDB AWS Terraform Module Changelog
22

3+
## 1.2.9
4+
5+
* Update default GraphDB version to [10.8.0](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-0)
6+
37
## 1.2.8
48

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

0 commit comments

Comments
 (0)