Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"flux/altinn-uptime": "1.4.0",
"flux/azure-service-operator": "1.1.0",
"flux/blackbox-exporter": "0.5.1",
"flux/blackbox-exporter": "0.6.0",
"flux/cert-manager": "1.4.0",
"flux/certm-lets-encrypt-dns-issuer": "0.3.0",
"flux/container-runtime-aks-config": "0.2.0",
Expand Down
25 changes: 25 additions & 0 deletions flux/blackbox-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.6.0](https://github.com/Nyeng/altinn-platform/compare/flux-oci-blackbox-exporter-v0.5.1...flux-oci-blackbox-exporter-v0.6.0) (2026-01-06)


### Features

* add flux artifact for blackbox exporter ([#2405](https://github.com/Nyeng/altinn-platform/issues/2405)) ([88bd99c](https://github.com/Nyeng/altinn-platform/commit/88bd99cb8991de33bc2468690576f5df215181ac))
* Add Renovate Helmreleases detection and config ([#2493](https://github.com/Nyeng/altinn-platform/issues/2493)) ([a873283](https://github.com/Nyeng/altinn-platform/commit/a87328365fd08c2b050fa62757727461402726d2))
* Add TLS probe support for extra targets altinn-uptime ([#2768](https://github.com/Nyeng/altinn-platform/issues/2768)) ([ab241e8](https://github.com/Nyeng/altinn-platform/commit/ab241e8dd29e52fb3c449677a114a83f32047cf0))


### Bug Fixes

* Add probes, PDB and resources to blackbox-exporter ([#2780](https://github.com/Nyeng/altinn-platform/issues/2780)) ([a83b6b2](https://github.com/Nyeng/altinn-platform/commit/a83b6b27b0676801eeae589bdf685463305c2a99))
* altinn uptime cronjob timeout ([#2727](https://github.com/Nyeng/altinn-platform/issues/2727)) ([cc8bc03](https://github.com/Nyeng/altinn-platform/commit/cc8bc03746487db001bdcded0f42feab557491dc))
* Blackbox-exporter Inline HelmRelease patch in kustomization ([#2676](https://github.com/Nyeng/altinn-platform/issues/2676)) ([cecae2d](https://github.com/Nyeng/altinn-platform/commit/cecae2d02c07a405b6d1f6a80858d07a0030be45))
* **blackbox-exporter:** update url to an existing url ([#2415](https://github.com/Nyeng/altinn-platform/issues/2415)) ([cac97b8](https://github.com/Nyeng/altinn-platform/commit/cac97b8247c7d8a6ffe890a351bd5c69ef062324))
* flux blackbox exporter ns linkerd enable true ([#2431](https://github.com/Nyeng/altinn-platform/issues/2431)) ([7b80f7f](https://github.com/Nyeng/altinn-platform/commit/7b80f7fd50ca69dab877d054b35e17e4ce9bdfd6))
* Increase blackbox-exporter timeouts to 10s ([#2698](https://github.com/Nyeng/altinn-platform/issues/2698)) ([3b7da0c](https://github.com/Nyeng/altinn-platform/commit/3b7da0c9f179cb4965a6068fb7e3a54bbb3faf90))
* Unwrap HelmRelease patch and remove README deploy ([#2668](https://github.com/Nyeng/altinn-platform/issues/2668)) ([57862a5](https://github.com/Nyeng/altinn-platform/commit/57862a55aabdf86eb5b0d899d422ac8445747425))


### Dependency Updates

* update helm release prometheus-blackbox-exporter to v11.5.0 ([#2656](https://github.com/Nyeng/altinn-platform/issues/2656)) ([88d6f86](https://github.com/Nyeng/altinn-platform/commit/88d6f86a02a4959a4283a56b024d4a1e6ffedd52))

## [0.5.1](https://github.com/Altinn/altinn-platform/compare/flux-oci-blackbox-exporter-v0.5.0...flux-oci-blackbox-exporter-v0.5.1) (2025-12-08)


Expand Down