Skip to content

Commit 49ec3a3

Browse files
authored
chore(main): release 3.2.2 (#46)
1 parent 1aab9c0 commit 49ec3a3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.2.1"
2+
".": "3.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.2.2](https://github.com/fluencelabs/fluence-network-exporter/compare/v3.2.1...v3.2.2) (2025-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove obsolete timeseries ([#45](https://github.com/fluencelabs/fluence-network-exporter/issues/45)) ([1aab9c0](https://github.com/fluencelabs/fluence-network-exporter/commit/1aab9c0394dbe83e7359053f36e244bfc4157abc))
9+
310
## [3.2.1](https://github.com/fluencelabs/fluence-network-exporter/compare/v3.2.0...v3.2.1) (2025-03-03)
411

512

deployment/job.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locals {
66
variable "image" {
77
description = "container image"
88
type = string
9-
default = "fluencelabs/fluence-network-exporter:3.2.1" # x-release-please-version
9+
default = "fluencelabs/fluence-network-exporter:3.2.2" # x-release-please-version
1010
}
1111

1212
resource "consul_keys" "configs" {

0 commit comments

Comments
 (0)