Skip to content

Releases: linkfluence/inventory

[CVE] update log4j to version which fixes CVE-2021-44228

13 Dec 09:18
Compare
Choose a tag to compare

Maintenance 0.16.11

12 Feb 08:17
Compare
Choose a tag to compare
  • Remove possibility to add tags to unexistent resource.
  • Now custom resources must be create using internal api endpoint.

Elasticache Tag

04 Sep 14:27
Compare
Choose a tag to compare

Add elasticache tags using account-id

New inventory tag

03 Sep 14:14
Compare
Choose a tag to compare
  • Populate rds and elasticache instance_type automatically
  • Add instance_lifecycle tag

add instance_type generic tag

26 Aug 09:26
Compare
Choose a tag to compare

Main feature:

  • add instance_type auto filled tag

Improvement

  • ovh instance are now updated
  • csv export now disable header column, header is now optional
  • switch to java 11 as runtime vm in docker image.

CSV inventory export

25 Aug 10:00
Compare
Choose a tag to compare

Add an api route to export inventory data in csv.

GCP provider.

24 Aug 12:05
Compare
Choose a tag to compare

This release adds GCP provider support.
It can scrap instances from multiple projects and zones.

For now only VMs are supported.

Prometheus

19 Feb 09:16
Compare
Choose a tag to compare

This version provide basic support of Prometheus with standard /metrics endpoint.

For now a gauge named "inventory_resources_count" labeled with configurable tags is created.

Consul : Use envoy luhhujbb refact & LSW : Add netplan config

02 Dec 09:34
Compare
Choose a tag to compare

This release use luhhujbb (me) envoy implementation.

Why ?
Original envoy version use some predicats to serialize & deserialize value in consul kv. This is bad. Consul kv stores only nullable string. So envoy has been refact to remove (de)serialization predicats. It allows to store string and nil. Serialization has to be done before.

It fixes an issue when using consul as kv where instances where not clean properly.

LSW

We add a new helper to configure iface : netplan, be carefull it's not fully tested

Consul Mirrors

20 Aug 13:00
Compare
Choose a tag to compare

Add consul mirroring in storage abstraction.