Skip to content
Merged
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 .github/workflows/helm-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Push Chart to GHCR
run: |
helm package charts/kaet-helm
helm push kaet-*.tgz oci://ghcr.io/ing-bank
helm push kaet-helm-*.tgz oci://ghcr.io/ing-bank
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- ...

### Changed

- ...

### Deprecated

- ...

### Fixed

- ...

### Removed

- ...

### Security

- ...

## [0.1.0] - 2025-06-11

This is the first official release of KAET

### Added

- Source code for KAET
- Workflow to publish KAET's Helm Chart
- Workflow to publish KAET's Docker Image
- PR workflows: test, lint, security baseline
- Workflow to publish KAET's documentation at https://ing-bank.github.io/kaet/

### Fixed

- Documentation typos for release

[unreleased]: https://github.com/ing-bank/kaet/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/ing-bank/kaet/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion charts/kaet-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: kaet
name: kaet-helm
description: KAET - Kubernetes Auto Exploit Tool

type: application
Expand Down
Loading