Skip to content

Commit e0b4372

Browse files
authored
Merge branch 'main' into feat/redis-rate-limiting
2 parents 249f017 + 9802926 commit e0b4372

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
2+
".": "0.5.2"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.5.2](https://github.com/paperclipinc/paperclip-operator/compare/v0.5.1...v0.5.2) (2026-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* add get verb to pods/exec RBAC for WebSocket exec ([#17](https://github.com/paperclipinc/paperclip-operator/issues/17)) ([ebb12cf](https://github.com/paperclipinc/paperclip-operator/commit/ebb12cfed78051e661511675c7a2103f2274b960))
9+
* add K8s API egress and sandbox scheduling env vars ([ebb12cf](https://github.com/paperclipinc/paperclip-operator/commit/ebb12cfed78051e661511675c7a2103f2274b960))
10+
* add K8s API egress and sandbox scheduling env vars ([edb5c33](https://github.com/paperclipinc/paperclip-operator/commit/edb5c33de19ff10e516d1cfe5913e50d36c2472b))
11+
* add K8s API egress to NetworkPolicy for cloud sandbox ([#15](https://github.com/paperclipinc/paperclip-operator/issues/15)) ([edb5c33](https://github.com/paperclipinc/paperclip-operator/commit/edb5c33de19ff10e516d1cfe5913e50d36c2472b))
12+
313
## [0.5.1](https://github.com/paperclipinc/paperclip-operator/compare/v0.5.0...v0.5.1) (2026-03-24)
414

515

charts/paperclip-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: >-
44
Kubernetes operator for managing Paperclip instances - the open-source AI
55
agent orchestration platform
66
type: application
7-
version: 0.5.1
8-
appVersion: 0.5.1
7+
version: 0.5.2
8+
appVersion: 0.5.2
99
kubeVersion: '>=1.28.0'
1010
keywords:
1111
- paperclip

0 commit comments

Comments
 (0)