Skip to content

Commit

Permalink
fix tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
dmepham committed Feb 17, 2025
1 parent 88d9be7 commit 402305a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-beta-1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.0.1-beta](https://github.com/Cloudzero/cloudzero-insights-controller/compare/v1.0.0-beta...v1.0.1-beta) (2024-11-17)
## [1.0.1-beta](https://github.com/Cloudzero/cloudzero-insights-controller/compare/1.0.0-beta...v1.0.1-beta) (2024-11-17)

Bug fixes and improvements, including an upgrade to version `0.0.2` of the `cloudzero-insights-controller` image.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-beta-10.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0-beta-10](https://github.com/Cloudzero/cloudzero-charts/compare/v0.0.28...v1.0.0-beta-10) (2025-01-17)
## [Release 1.0.0-beta-10](https://github.com/Cloudzero/cloudzero-charts/compare/0.0.28...1.0.0-beta-10) (2025-01-17)

This release adds logic to ensure that the static target used in the `env-validator` and in the Prometheus configuration always matches the internal Service created by the `kube-state-metrics` subchart.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-beta-4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.0.0-beta-4](https://github.com/Cloudzero/cloudzero-charts/compare/v1.0.1-beta...v1.0.0-beta-4) (2024-12-12)
## [1.0.0-beta-4](https://github.com/Cloudzero/cloudzero-charts/compare/v1.0.1-beta...1.0.0-beta-4) (2024-12-12)

The Insights controller now exposes a Prometheus Metrics endpoint, enabling CloudZero to monitor its operations.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-beta-5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.0.0-beta-5](https://github.com/Cloudzero/cloudzero-charts/compare/v1.0.1-beta...v1.0.0-beta-5) (2024-12-19)
## [1.0.0-beta-5](https://github.com/Cloudzero/cloudzero-charts/compare/v1.0.1-beta...1.0.0-beta-5) (2024-12-19)

### New Features

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-beta-6.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0-beta-6](https://github.com/Cloudzero/cloudzero-charts/compare/v0.0.28...v1.0.0-beta-6) (2024-12-23)
## [Release 1.0.0-beta-6](https://github.com/Cloudzero/cloudzero-charts/compare/0.0.28...1.0.0-beta-6) (2024-12-23)

This release introduces native Kubernetes **Labels** and **Annotations** support to the CloudZero platform. You can now identify Kubernetes **dimensions** based on the Labels and Annotations used in your Kubernetes deployments.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-beta-7.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0-beta-7](https://github.com/Cloudzero/cloudzero-charts/compare/v0.0.28...v1.0.0-beta-7) (2025-01-08)
## [Release 1.0.0-beta-7](https://github.com/Cloudzero/cloudzero-charts/compare/0.0.28...1.0.0-beta-7) (2025-01-08)

This release changes the default behavior for certificate management. The default option will now create a self-signed certificate created and managed by the chart itself. `cert-manager` is removed as a dependency.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-beta-8.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0-beta-8](https://github.com/Cloudzero/cloudzero-charts/compare/v0.0.28...v1.0.0-beta-8) (2025-01-14)
## [Release 1.0.0-beta-8](https://github.com/Cloudzero/cloudzero-charts/compare/0.0.28...1.0.0-beta-8) (2025-01-14)

This release adds the `imagePullSecrets` field to the `initCertJob` so that the pod from the job can use an image from a private repository. Additionally, the `imagePullSecrets` setting for `insightsController`, `initCertJob`, and `initScrapeJob` now have reasonable default values in the case that they are not set.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-beta-9.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0-beta-9](https://github.com/Cloudzero/cloudzero-charts/compare/v0.0.28...v1.0.0-beta-9) (2025-01-15)
## [Release 1.0.0-beta-9](https://github.com/Cloudzero/cloudzero-charts/compare/0.0.28...1.0.0-beta-9) (2025-01-15)

This release adds the ability to set the log level via the `insightsController.server.logging.level` field. Additionally, the interval in which data is written to the CloudZero platform and the timeout for writing data are configurable via `insightsController.server.send_interval` and `insightsController.server.send_timeout`, respectively. The default timeout is increased from `10s` to `1m`.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-beta.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.0.0](https://github.com/cloudzero/cloudzero-charts/compare/v0.0.29...v1.0.0) (2024-11-12)
## [1.0.0](https://github.com/cloudzero/cloudzero-charts/compare/0.0.29...1.0.0) (2024-11-12)

Adds a subchart, `cloudzero-insights-controller`, that allows the chart to gather labels and annotations from a variety of Kubernetes resources.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-rc1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0-rc1](https://github.com/Cloudzero/cloudzero-charts/compare/v0.0.28...v1.0.0-rc1) (2025-01-23)
## [Release 1.0.0-rc1](https://github.com/Cloudzero/cloudzero-charts/compare/0.0.28...1.0.0-rc1) (2025-01-23)

This release contains several improvements from `1.0.0-beta-10`:

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-rc2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0-rc2](https://github.com/Cloudzero/cloudzero-charts/compare/v1.0.0-rc1...v1.0.0-rc2) (2025-02-12)
## [Release 1.0.0-rc2](https://github.com/Cloudzero/cloudzero-charts/compare/1.0.0-rc1...1.0.0-rc2) (2025-02-12)

This release fixes an issue in which the internal TLS certificate could create a SAN field with an incorrect service address.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-rc3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0-rc3](https://github.com/Cloudzero/cloudzero-charts/compare/v1.0.0-rc1...v1.0.0-rc3) (2025-02-13)
## [Release 1.0.0-rc3](https://github.com/Cloudzero/cloudzero-charts/compare/1.0.0-rc1...1.0.0-rc3) (2025-02-13)

This release makes improvements to the upgrade process as it relates to management of the initialization Jobs.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0-rc4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0-rc4](https://github.com/Cloudzero/cloudzero-charts/compare/v1.0.0-rc3...v1.0.0-rc4) (2025-02-16)
## [Release 1.0.0-rc4](https://github.com/Cloudzero/cloudzero-charts/compare/1.0.0-rc3...1.0.0-rc4) (2025-02-16)

This release makes improvements to the certificate initialization Job so that more invalid states can be rectified. Additionally, annotations can now be added to initialization Jobs. Expiration of both initialization Jobs is not configurable.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudzero-agent/docs/releases/1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Release 1.0.0](https://github.com/Cloudzero/cloudzero-charts/compare/v0.0.28...v1.0.0) (2025-02-17)
## [Release 1.0.0](https://github.com/Cloudzero/cloudzero-charts/compare/0.0.28...1.0.0) (2025-02-17)

This release introduces native Kubernetes **Labels** and **Annotations** support to the CloudZero platform. You can now identify Kubernetes **dimensions** based on the Labels and Annotations used in your Kubernetes deployments.

Expand Down

0 comments on commit 402305a

Please sign in to comment.