Skip to content

Commit 301722b

Browse files
authored
Merge branch 'main' into fix/docs-update-examples-and-crds
2 parents 5777efd + 3ea95ee commit 301722b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.20] - 2026-03-22
9+
10+
### Features
11+
12+
- ReaperDaemonJob CRD for node configuration tasks (b9abb82)
813
## [0.2.19] - 2026-03-21
914

1015
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reaper"
3-
version = "0.2.19"
3+
version = "0.2.20"
44
edition = "2021"
55
authors = ["Miguel Gila <miguelgila@gmail.com>"]
66
description = "A lightweight Kubernetes container-less runtime that executes commands directly on cluster nodes"

deploy/helm/reaper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: reaper
33
description: Reaper — lightweight Kubernetes runtime for direct host execution
44
type: application
5-
version: 0.2.19
6-
appVersion: "0.2.19"
5+
version: 0.2.20
6+
appVersion: "0.2.20"
77
keywords:
88
- kubernetes
99
- runtime

0 commit comments

Comments
 (0)