Skip to content

Commit

Permalink
Align Changelog files
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonmor committed Jul 28, 2024
1 parent 94e35fb commit a64caf0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ This repository includes the following charts; they can be deployed separately:

| Chart | Description | Latest Chart Version |
|-------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|
| [Server](server/) | Deploys the Console, Database, and Gateway components; optionally deploys Envoy component | 2022.4.24 |
| [Server](server/) | Deploys the Console, Database, and Gateway components; optionally deploys Envoy component | 2022.4.25 |
| [Enforcer](enforcer/) | Deploys the Aqua Enforcer daemonset | 2022.4.21 |
| [Scanner](scanner/) | Deploys the Aqua Scanner deployment | 2022.4.8 |
| [KubeEnforcer](kube-enforcer/) | Deploys Aqua KubeEnforcer | 2022.4.46 |
| [Gateway](gateway) | Deploys the Aqua Standalone Gateway | 2022.4.14 |
| [Tenant-Manager](tenant-manager/) | Deploys the Aqua Tenant Manager | 2022.4.0 |
| [Cyber Center](cyber-center/) | Deploys Aqua CyberCenter offline for air-gap environment | 2022.4.5 |
| [Cyber Center](cyber-center/) | Deploys Aqua CyberCenter offline for air-gap environment | 2022.4.6 |
| [Cloud Connector](cloud-connector/) | Deploys the Aqua Cloud Connector | 2022.4.5 |
| [QuickStart](aqua-quickstart/) | Not for production use (see [below](#quick-start-deployment-not-for-production-purposes)). Deploys the Console, Database, Gateway and KubeEnforcer components | 2022.4.1 |
| [Codesec-Agent](codesec-agent/) | Argon Broker Deployment | 1.2.7 |
Expand Down Expand Up @@ -79,12 +79,12 @@ Example output:
NAME CHART VERSION APP VERSION DESCRIPTION
aqua-helm/codesec-agent 1.2.7 2022.4 A Helm chart for the Argon Broker Deployment
aqua-helm/cloud-connector 2022.4.4 2022.4 A Helm chart for Aqua Cloud-Connector
aqua-helm/cyber-center 2022.4.5 2022.4 A Helm chart for Aqua CyberCenter
aqua-helm/cyber-center 2022.4.6 2022.4 A Helm chart for Aqua CyberCenter
aqua-helm/enforcer 2022.4.21 2022.4 A Helm chart for the Aqua Enforcer
aqua-helm/kube-enforcer 2022.4.46 2022.4 A Helm chart for the Aqua KubeEnforcer Starboard
aqua-helm/gateway 2022.4.14 2022.4 A Helm chart for the Aqua Gateway
aqua-helm/scanner 2022.4.8 2022.4 A Helm chart for the Aqua Scanner CLI component
aqua-helm/server 2022.4.24 2022.4 A Helm chart for the Aqua Console components
aqua-helm/server 2022.4.25 2022.4 A Helm chart for the Aqua Console components
aqua-helm/tenant-manager 2022.4.1 2022.4 A Helm chart for the Aqua Tenant Manager
```

Expand Down
3 changes: 3 additions & 0 deletions cyber-center/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## 2022.4.6 ( Jul 26th, 2024 )
* Add support for Extra Environment Variables - [#874](https://github.com/aquasecurity/aqua-helm/pull/874)

## 2022.4.5 ( Apr 3rd, 2024 )
* remove ocp scc and root user for cc
* Add non-root user in security context
Expand Down
2 changes: 1 addition & 1 deletion cyber-center/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
name: cyber-center
description: A Helm chart for Aqua CyberCenter
appVersion: "2022.4"
version: "2022.4.5"
version: "2022.4.6"
icon: https://avatars3.githubusercontent.com/u/12783832?s=200&v=4
home: https://www.aquasec.com/
maintainers:
Expand Down
8 changes: 5 additions & 3 deletions scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## 2022.4.8 (June 18th, 2024)
* Added Liveness probe Configuration spec
*
All notable changes to this project will be documented in this file.

## 2022.4.8 (June 18th, 2024)
* Added Liveness probe Configuration spec - [#871](https://github.com/aquasecurity/aqua-helm/pull/871)
* Add missing annotations field to values.yaml and scanner-deployment - [#873](https://github.com/aquasecurity/aqua-helm/pull/873)

## 2022.4.6 (Sep 28th, 2023)
* Add RBAC configuration - SLK-72111
*
Expand Down
3 changes: 3 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2022.4.25 (Jul 26th, 2024)
* Fix indentation and formatting for external DB - [#790](https://github.com/aquasecurity/aqua-helm/pull/790)

## 2022.4.24 (Apr 16th, 2024)
* Fixed a bug in the database password value references, that linked to wrong, non exitend values
* Fixed some typos and formatting style related aspects
Expand Down
2 changes: 1 addition & 1 deletion server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2022.4"
description: A Helm chart for the Aqua Console components
name: server
version: "2022.4.24"
version: "2022.4.25"
dependencies:
- name: gateway
version: "2022.4.13"
Expand Down

0 comments on commit a64caf0

Please sign in to comment.