Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syberalexis committed Dec 18, 2022
1 parent 2772a90 commit 27f32c5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## Release 1.4.0

**Features**

- Introducing a prefix parameter for the storage config , defaults to empty

## Release 1.3.0

**Features**
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3192,6 +3192,7 @@ The following parameters are available in the `thanos::config::storage` defined
* [`ensure`](#ensure)
* [`type`](#type)
* [`config`](#config)
* [`prefix`](#prefix)

##### <a name="ensure"></a>`ensure`

Expand All @@ -3212,6 +3213,14 @@ Data type: `Hash[String, Data]`

Configuration to typed storage.

##### <a name="prefix"></a>`prefix`

Data type: `String`

Set the prefix for to be used on the storage

Default value: `''`

### <a name="thanosconfigtracing"></a>`thanos::config::tracing`

Manage Tracing configuration file
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maeq-thanos",
"version": "1.3.0",
"version": "1.4.0",
"author": "maeq",
"summary": "This module install Thanos and can manage it's components",
"license": "Apache-2.0",
Expand Down

0 comments on commit 27f32c5

Please sign in to comment.