Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spkesan committed Apr 21, 2021
1 parent 1f348a5 commit 11c0851
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
This file documents all notable changes to Aerospike Prometheus Exporter



## [v1.2.0](https://github.com/aerospike/aerospike-prometheus-exporter/releases/tag/v1.2.0)

### Features
- [TOOLS-1686] - Added support for mutual authentication and encrypted key file for HTTPS between Prometheus and Exporter.

### Improvements
- [PROD-1660] - When starting under systemd, wait for network to be online.
- Add new metrics,
- `dup_res_ask`
- `dup_res_respond_read`
- `dup_res_respond_no_read`
- `xdr_bin_cemeteries`
- `conflict-resolve-writes`

### Other Changes
- Aerospike Prometheus Exporter is now built with Go 1.16.
- The deprecated, legacy behavior of treating the CommonName field on X.509 serving certificates as a host name when no Subject Alternative Names are present is now disabled by default. It can be temporarily re-enabled by adding the value `x509ignoreCN=0` to the `GODEBUG` environment variable.


## [v1.1.6](https://github.com/aerospike/aerospike-prometheus-exporter/releases/tag/v1.1.6)

### Improvements
Expand Down

0 comments on commit 11c0851

Please sign in to comment.