Skip to content

Releases: linkfluence/inventory

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

Choose a tag to compare

@luhhujbb luhhujbb released this 13 Dec 09:18

fix log4j cve CVE-2021-44228

Maintenance 0.16.11

Choose a tag to compare

@luhhujbb luhhujbb released this 12 Feb 08:17
  • Remove possibility to add tags to unexistent resource.
  • Now custom resources must be create using internal api endpoint.

Elasticache Tag

Choose a tag to compare

@luhhujbb luhhujbb released this 04 Sep 14:27

Add elasticache tags using account-id

New inventory tag

Choose a tag to compare

@luhhujbb luhhujbb released this 03 Sep 14:14
  • Populate rds and elasticache instance_type automatically
  • Add instance_lifecycle tag

add instance_type generic tag

Choose a tag to compare

@luhhujbb luhhujbb released this 26 Aug 09:26

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

Choose a tag to compare

@luhhujbb luhhujbb released this 25 Aug 10:00

Add an api route to export inventory data in csv.

GCP provider.

Choose a tag to compare

@luhhujbb luhhujbb released this 24 Aug 12:05

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

For now only VMs are supported.

Prometheus

Choose a tag to compare

@luhhujbb luhhujbb released this 19 Feb 09:16

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

Choose a tag to compare

@luhhujbb luhhujbb released this 02 Dec 09:34

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

Choose a tag to compare

@luhhujbb luhhujbb released this 20 Aug 13:00

Add consul mirroring in storage abstraction.