Skip to content

Commit 38c522f

Browse files
chore(release): v0.2.13 [skip ci]
1 parent 9477f12 commit 38c522f

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.13] - 2026-03-16
9+
10+
### Bug Fixes
11+
12+
- Add Docker login for cosign and sign Helm chart by digest (9477f12)
813
## [0.2.12] - 2026-03-15
914

1015
### Features

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.12"
3+
version = "0.2.13"
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.12
6-
appVersion: "0.2.12"
5+
version: 0.2.13
6+
appVersion: "0.2.13"
77
keywords:
88
- kubernetes
99
- runtime

0 commit comments

Comments
 (0)