Skip to content

Commit 3efed26

Browse files
authored
chore(main): release 0.19.0 (#105)
1 parent 2e34654 commit 3efed26

3 files changed

Lines changed: 14 additions & 4 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.18.1"
2+
".": "0.19.0"
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.19.0](https://github.com/paperclipinc/paperclip-operator/compare/v0.18.1...v0.19.0) (2026-07-28)
4+
5+
6+
### Features
7+
8+
* **availability:** configurable terminationGracePeriodSeconds + preStop for server drain ([#106](https://github.com/paperclipinc/paperclip-operator/issues/106)) ([c414636](https://github.com/paperclipinc/paperclip-operator/commit/c414636a8c0b6eb449aef9aab67c4f5afa5d3ee4))
9+
* configurable server termination grace + preStop drain hook ([c414636](https://github.com/paperclipinc/paperclip-operator/commit/c414636a8c0b6eb449aef9aab67c4f5afa5d3ee4))
10+
* egressPolicy passthrough ([#104](https://github.com/paperclipinc/paperclip-operator/issues/104)) ([d459426](https://github.com/paperclipinc/paperclip-operator/commit/d4594263150368ff9df150586ef84f0b3d20feac))
11+
* egressPolicy passthrough for tenant sandbox egress posture ([d459426](https://github.com/paperclipinc/paperclip-operator/commit/d4594263150368ff9df150586ef84f0b3d20feac))
12+
313
## [0.18.1](https://github.com/paperclipinc/paperclip-operator/compare/v0.18.0...v0.18.1) (2026-07-18)
414

515

charts/paperclip-operator/Chart.yaml

Lines changed: 3 additions & 3 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.18.1
8-
appVersion: 0.18.1
7+
version: 0.19.0
8+
appVersion: 0.19.0
99
kubeVersion: '>=1.28.0-0'
1010
keywords:
1111
- paperclip
@@ -65,7 +65,7 @@ annotations:
6565
exposure: public
6666
artifacthub.io/images: |
6767
- name: paperclip-operator
68-
image: ghcr.io/paperclipinc/paperclip-operator:v0.18.1 # x-release-please-version
68+
image: ghcr.io/paperclipinc/paperclip-operator:v0.19.0 # x-release-please-version
6969
artifacthub.io/changes: |
7070
- kind: added
7171
description: World-class Artifact Hub metadata (logo, CRDs, images)

0 commit comments

Comments
 (0)