Skip to content

Commit 65d3d72

Browse files
authored
chore(main): release 0.3.0 (#7)
1 parent 90858c1 commit 65d3d72

3 files changed

Lines changed: 11 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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/paperclipinc/paperclip-operator/compare/v0.2.0...v0.3.0) (2026-03-23)
4+
5+
6+
### Features
7+
8+
* add connections spec for third-party OAuth credentials ([#6](https://github.com/paperclipinc/paperclip-operator/issues/6)) ([34add3f](https://github.com/paperclipinc/paperclip-operator/commit/34add3f06f2319dca8f495baf859bda6ec8e5b4e))
9+
* automatic image updates via OCI registry digest polling ([#8](https://github.com/paperclipinc/paperclip-operator/issues/8)) ([90858c1](https://github.com/paperclipinc/paperclip-operator/commit/90858c14f4a305db462c28e647f8dcb3e70a1b0e))
10+
311
## [0.2.0](https://github.com/paperclipinc/paperclip-operator/compare/v0.1.0...v0.2.0) (2026-03-21)
412

513

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.2.0
8-
appVersion: 0.2.0
7+
version: 0.3.0
8+
appVersion: 0.3.0
99
kubeVersion: '>=1.28.0'
1010
keywords:
1111
- paperclip

0 commit comments

Comments
 (0)