We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cd543 commit 56861bbCopy full SHA for 56861bb
.github/workflows/test-helm-chart.yaml
@@ -98,6 +98,8 @@ jobs:
98
--enable-addons azure-keyvault-secrets-provider \
99
--node-vm-size Standard_DS2_v2 \
100
--node-count 1
101
+
102
+ sleep 300s
103
104
- name: Set up Federated Identity for Workload Identity
105
run: |
CHANGELOG.md
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [v1.0.0] - 2025-01-12
+## [v1.1.0] - 2025-03-13
9
10
+### Added
11
12
+- Prometheus metrics endpoint
13
14
+## [v1.0.0] - 2025-03-13
15
16
### Added
17
0 commit comments