Update ghcr.io/mend/renovate-ce Docker tag to v15
No problems upgrading the Docker container with a Docker compose yaml file within Portainer and by means of Portainer DevOps resp. GitOps with dependency update facilitated by Mend's Renovate Bot itself.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/mend/renovate-ce | major | 14.8.0-full → 15.0.0-full |
Release Notes
mend/renovate-ce-ee (ghcr.io/mend/renovate-ce)
v15.0.0
Breaking changes
This release is a major version bump, as we are correcting the inconsistent formats of timestamps in our API, which is itself a breaking change.
API responses now return timestamps in RFC3339 format.
Consumers relying on the previous timestamp format must update their parsing logic.
[!IMPORTANT]
If you are not parsing the timestamp fields returned by APIs as a timestamp (and i.e. are only treating it as a string), this release should be non-breaking to you.
Application changes
- Renovate CLI: Update from
43.243.0to43.259.2 - chore: update dependencies
- feat(webui/dashboard): render deprecated and abandoned packages
- feat(webui): support alternative profile avatars (via
MEND_RNV_UI_ENABLE_ALTERNATIVE_AVATARS) - refactor(api)!: return RFC3339 timestamps across API responses
- feat(config): support base64 encoded PAT values (
MEND_RNV_GITHUB_APP_KEY,MEND_RNV_GITLAB_PAT,MEND_RNV_BITBUCKET_PAT)
Helm Charts
- chore(deps): update mend renovate docker images to v15 by @renovate[bot] in #889
Docs
- feat: update openapi specs v15.0.0 by @nabeelsaabna in #888
- docs: v15.0.0 additions by @nabeelsaabna in #890
Full Changelog: https://github.com/mend/renovate-ce-ee/compare/14.8.0...15.0.0