Skip to content

Commit

Permalink
Merge pull request #96 from Ontotext-AD/Update-GDB-Default-Version-10…
Browse files Browse the repository at this point in the history
…-8-0

Updated default GraphDB Version 10.8.0
  • Loading branch information
simonzhekoff authored Nov 14, 2024
2 parents ab5589e + 0092d3f commit bea0d20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GraphDB Azure Terraform Module Changelog

## 1.3.5
## 1.4.0

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

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ versions. The next table shows the version compatability between GraphDB and the
|-------------------|----------------|
| Version 1.x.x | Version 10.6.x |
| Version 1.2.x | Version 10.7.x |
| Version 1.3.x | Version 10.7.x |
| Version 1.4.x | Version 10.8.x |

You can track the particular version updates of GraphDB in the [changelog](CHANGELOG.md) or
the [release notes](https://github.com/Ontotext-AD/terraform-azure-graphdb/releases).
Expand Down Expand Up @@ -254,7 +256,7 @@ graphdb_cluster_secret = "V6'vj|G]fpQ1_^9_,AE(r}Ct9yKuF&"
**GraphDB Configurations**

The GraphDB instances can be customized either by providing a custom `graphdb.properties` file that could contain any of the
supported [GraphDB configurations properties](https://graphdb.ontotext.com/documentation/10.7/directories-and-config-properties.html#configuration):
supported [GraphDB configurations properties](https://graphdb.ontotext.com/documentation/10.8/directories-and-config-properties.html#configuration):

```hcl
graphdb_properties_path = "<path_to_custom_graphdb_properties_file>"
Expand Down

0 comments on commit bea0d20

Please sign in to comment.