Skip to content

Commit

Permalink
Merge pull request #39 from nimbux911/fixing_tempo
Browse files Browse the repository at this point in the history
changing null for ""
  • Loading branch information
Ciejo committed Apr 21, 2023
2 parents ac5ff75 + 3ad7b76 commit d6bdcbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.6.2] - 2023-04-21

### Fixed

- There was a variable typo. It was pointing to null instead of "".

## [4.6.1] - 2023-03-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ variable "tempo_chart_version" {
}

variable "tempo_priority_class_name" {
default = null
default = ""
}

# tempo - compactor
Expand Down

0 comments on commit d6bdcbf

Please sign in to comment.