aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CHANGELOG.md
blob: 4f390f7f476ac6ebf5c8d7eda4ee5b6f6de12afe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Changelog

## [1.4.0] - 2026-08-11

### Added: exporter state

- Add `state: present` and `state: absent` to manage or remove targets (commit `c267536`).

### Fixed: yaml strategy

- Prevent targets from being lost during parallel writes (commit `0055971`).

### Documentation

- Add quick start and large deployment guidance to `README.md` (commit `f31bda0`).

## [1.3.0] - 2026-02-09

### Added: yaml strategy

- Support for `yaml` strategy to read multiple targets per file (commit `049689c`).

### Documentation

- `README.md`: make Troubleshooting section more parsable (commit `7c09cd3`).

## [1.2.0] - 2023-10-11

### Added: run_once option

- Add `run_once` option for command and shell handlers.

### Changed

- Handlers now use Ansible tasks instead of handlers to allow `run_once`
  option to work properly.

## [1.1.0] - 2023-06-15

### Added: prefix option

- Prefix option for target files (`579b168`).
- Ability to define exporters without id (`232bdca`).