All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New metric showing available Nextcloud update (
nextcloud_system_update_available
)
0.7.0 - 2024-03-21
- Example Grafana Dashboard now included in the repository
- App-related metrics (installed, available updates) are opt-in now, mirroring the change in Nextcloud 28
- Updates Go and dependencies
- Error parsing "free space" reported by Nextcloud when number is very large
0.6.2 - 2023-10-15
- Maintenance release, updates Go and dependencies
0.6.1 - 2023-05-29
latest
Docker tag now points to most recent release andmaster
points to the build from the default branch
0.6.0 - 2022-10-19
- New database info metric (
nextcloud_database_info
) containing type and version - New metrics for hourly and daily active users
- Additional label on
nextcloud_scrape_errors_total
for errors due to rate-limiting - Additional labels for email and room shares on
nextcloud_shares_total
0.5.1 - 2022-04-02
- Updated Prometheus client library for CVE-2022-21698
0.5.0 - 2022-01-15
- Flag for showing version information
- Option to disable TLS validation
- Token authentication for Nextcloud 22 and newer
- Switched to JSON from XML for getting information from server
- Use different metric for authentication errors
0.4.0 - 2021-01-21
- Metrics for installed apps and available updates
0.3.0 - 2020-06-01
- Makefile target for building deb
- Login flow for app password
- Simpler configuration of server URL
- Error in version information
0.2.0 - 2020-05-20
- Version information in binary
- Custom User-Agent header
- systemd service unit
- No timestamp in log output
0.1.0 - 2019-10-12
- Initial release