Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.13.0 #816

Merged
merged 1 commit into from
Jun 22, 2023
Merged

Release v0.13.0 #816

merged 1 commit into from
Jun 22, 2023

Conversation

SuperQ
Copy link
Contributor

@SuperQ SuperQ commented Jun 21, 2023

BREAKING CHANGES:

Please note, the following features are deprecated and may be removed in a future release:

  • auto-discover-databases
  • extend.query-path
  • constantLabels
  • exclude-databases
  • include-databases

This exporter is meant to monitor PostgresSQL servers, not the user data/databases. If you need a generic SQL report exporter https://github.com/burningalchemist/sql_exporter is recommended.

BREAKING CHANGES:

Please note, the following features are deprecated and may be removed in a future release:
- `auto-discover-databases`
- `extend.query-path`
- `constantLabels`
- `exclude-databases`
- `include-databases`

This exporter is meant to monitor PostgresSQL servers, not the user data/databases. If
you need a generic SQL report exporter https://github.com/burningalchemist/sql_exporter
is recommended.

* [CHANGE] Adjust log level for collector startup #784
* [CHANGE] Move queries from queries.yaml to collectors #801
* [CHANGE] Deprecate extend queries feature #811
* [CHANGE] Deprecate additional database features #815
* [CHANGE] Convert pg_stat_database to new collector #685
* [ENHANCEMENT] Supports alternate postgres:// prefix in URLs #787
* [BUGFIX] Fix pg_setting different help values #771
* [BUGFIX] Fix column type for pg_replication_slots #777
* [BUGFIX] Fix pg_stat_database collector #809

Signed-off-by: SuperQ <superq@gmail.com>
@SuperQ SuperQ requested a review from sysadmind June 21, 2023 13:33
@SuperQ
Copy link
Contributor Author

SuperQ commented Jun 21, 2023

👓 @Sticksman

@@ -1,4 +1,27 @@
## master / unreleased
## 0.13.0 / 2023-06-21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not feedback on this specific PR, but something to think about in general: I think we could stop posting the dates here. The github release page will have the release date and not having dates gives us the flexibility for reviews to take a few days if need be.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date thing is a promu requirement. I guess we would have to discuss that with the rest of prometheus-dev.

Copy link
Contributor

@sysadmind sysadmind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM do we have any dependencies to update for the release?

@SuperQ
Copy link
Contributor Author

SuperQ commented Jun 21, 2023

I think the last round of dependabot PRs got all of the Go mods updated.

@SuperQ SuperQ merged commit f550f8f into master Jun 22, 2023
@SuperQ SuperQ deleted the superq/0.13.0 branch June 22, 2023 07:03
Copy link
Contributor

@Sticksman Sticksman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants