Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Mar 25, 2022
1 parent 62b92ae commit 679f09d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v5.3.0

- Upgrade Thanos to v0.25.2
- Toggle for Thanos Compactor

## v5.2.0

- Enable Thanos Compactor component
Expand Down
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ variable "name_postfix" {

variable "thanos_image" {
description = "Image to use for Thanos app. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v5.2.0"
default = "philipslabs/cf-thanos:v5.3.0"
type = string
}

variable "thanos_query_image" {
description = "Image to use for Thanos query. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v5.2.0"
default = "philipslabs/cf-thanos:v5.3.0"
type = string
}

variable "thanos_store_image" {
description = "Image to use for Thanos store. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v5.2.0"
default = "philipslabs/cf-thanos:v5.3.0"
type = string
}

variable "thanos_compactor_image" {
description = "Image to use for Thanos compactor. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v5.2.0"
default = "philipslabs/cf-thanos:v5.3.0"
type = string
}

Expand Down

0 comments on commit 679f09d

Please sign in to comment.