Skip to content

Releases: promregator/promregator

Version v1.1.3 Released

30 Sep 21:06
Compare
Choose a tag to compare

This is release v1.1.3 of Promregator. With this release the following changes are provided:

Must-Know Information

  • none

Good-To-Know Information / New Features

  • none

Bug fixes

  • Paging issue on processes and routes fixed (Issue #232). In case of many applications (50+) to be scraped, this may make Promregator suddenly fail after some time. Special thanks goes to @braunsonm.

Delivery

This release of Promregator is delivered via the following channels:

  1. via jar-binary package for download (see attached)
  2. via jar-binary package available on Maven Central (via the OSSRH process, primary host is OSS Sonatype, further OSS Maven mirrors will follow automatically over time)
  3. via Docker container available at https://hub.docker.com/r/promregator/promregator/

You may verify the consistency of your download using the hash values/checksums provided in the attached file ending with ".hashsums.json". Signatures using GPG are also available on Maven Central. All signatures are signed using Promregator's official signing key.

Additional Note

The content of version 1.1.3 is the same as 1.1.1-rc3. Version 1.1.1 and 1.1.2 are not usable because of partially release content only. Due to this OSSRH bug appearing twice, these versions had to be skipped.

Intermediate Release Candidate 1.1.1-rc3

22 Sep 08:06
Compare
Choose a tag to compare

This is a technical release for release candidate 3 of 1.1.1.
It is intended to be used for analysis of #232.
Don't use it, if you don't know what you are doing.

Intermediate Release Candidate 1.1.1-rc2

02 Sep 11:35
Compare
Choose a tag to compare

This is a technical release for release candidate 2 of 1.1.1.
It is intended to be used for analysis of #232.
Don't use it, if you don't know what you are doing.

Intermediate Release Candidate 1.1.1-rc1

30 Aug 18:57
Compare
Choose a tag to compare

This is a technical release for release candidate 1 of 1.1.1.
It is intended to be used for analysis of #232.
Don't use it, if you don't know what you are doing.

Version v1.1.0 Released

16 Apr 20:25
Compare
Choose a tag to compare

This is release v1.1.0 of Promregator. With this release the following changes are provided:

Must-Know Information

  • Introduced configuration parameter promregator.discovery.scheme which permits to set the scheme parameter in discovery (#231). Note that scheme may change your Prometheus' scraping configuration from HTTP to HTTPS implicitly, if you have configured scraping using port 443.

Good-To-Know Information / New Features

  • Adding feature by setting promregator.metrics.labelNamePrefix which permits prefixing label names of internal metrics (#235). This resolves a potential collision of label names in HA Setup Mode.

Bug fixes

  • Bumping various libraries to most recent versions

Delivery

This release of Promregator is delivered via the following channels:

  1. via jar-binary package for download (see attached)
  2. via jar-binary package available on Maven Central (via the OSSRH process, primary host is OSS Sonatype, further OSS Maven mirrors will follow automatically over time)
  3. via Docker container available at https://hub.docker.com/r/promregator/promregator/

You may verify the consistency of your download using the hash values/checksums provided in the attached file ending with ".hashsums.json". Signatures using GPG are also available on Maven Central. All signatures are signed using Promregator's official signing key.

Intermediate Release Candidate 1.1.0-rc1

16 Apr 19:50
Compare
Choose a tag to compare

This is a technical release for release candidate 1 of 1.1.0.
Don't use it, if you don't know what you are doing.

Version v1.0.1 Released

18 Mar 10:40
Compare
Choose a tag to compare

This is release v1.0.1 of Promregator. With this release the following changes are provided:

Must-Know Information

none

Good-To-Know Information / New Features

none

Bug fixes

  • Promregator's metrics endpoint did not delivery data anymore (#233).
  • OpenMetrics Clients may provide an unspecified version identifier (e.g. 0.0.1) in their Content Type header, which Promregator ignored (and prevented scraping). Promregator becomes more fault-tolerant but reports a warning (#214).
  • Bumping to newer spring-boot library version
  • Bumping to newer spring-cloud library version
  • Bumping to newer token-client library version
  • Bumping to newer cf-client-library library version

Delivery

This release of Promregator is delivered via the following channels:

  1. via jar-binary package for download (see attached)
  2. via jar-binary package available on Maven Central (via the OSSRH process, primary host is OSS Sonatype, further OSS Maven mirrors will follow automatically over time)
  3. via Docker container available at https://hub.docker.com/r/promregator/promregator/

You may verify the consistency of your download using the hash values/checksums provided in the attached file ending with ".hashsums.json". Signatures using GPG are also available on Maven Central. All signatures are signed using Promregator's official signing key.

Version v1.0.0 Released

13 Mar 18:52
Compare
Choose a tag to compare

It has happened! This is release v1.0.0 of Promregator. With this release the following changes are provided:

Must-Know Information

A lot of things have changed and several changes are incompatible. For a comparison between the 0.x.y versions and the 1.0.x series, refer to this table.
To run Promregator V1.0.0, you must have at least Java Version 17 installed.
Promregator includes several incompatible changes. This also affects your configuration. Make sure that you have run through the guide at this page on upgrading.

Good-To-Know Information / New Features

Main features:

  • Support CFCC API Version 3.x (and only 3.x)
  • Support for the OpenMetrics 1.0.0 format
  • Pass-through of scraped metrics

Bug fixes

n/a

Delivery

This release of Promregator is delivered via the following channels:

  1. via jar-binary package for download (see attached)
  2. via jar-binary package available on Maven Central (via the OSSRH process, primary host is OSS Sonatype, further OSS Maven mirrors will follow automatically over time)
  3. via Docker container available at https://hub.docker.com/r/promregator/promregator/

You may verify the consistency of your download using the hash values/checksums provided in the attached file ending with ".hashsums.json". Signatures using GPG are also available on Maven Central. All signatures are signed using Promregator's official signing key.

Intermediate Release Candidate 1.0.0-rc7

11 Feb 09:15
Compare
Choose a tag to compare

This is a technical release for release candidate 7 of 1.0.0, which shall be used for pre-validation of the new release. It mainly originates from changes initiated by #214 and fixes issue #230.
Don't use it, if you don't know what you are doing.

Intermediate Release Candidate 1.0.0-rc6

28 Jan 13:55
Compare
Choose a tag to compare

This is a technical release for release candidate 6 of 1.0.0, which shall be used for pre-validation of the new release. It mainly originates from changes initiated by #214.
Don't use it, if you don't know what you are doing.