Skip to content

Commit 03040ec

Browse files
authored
chore(main): release 0.17.2 (#93)
1 parent a609947 commit 03040ec

3 files changed

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

CHANGELOG.md

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

3+
## [0.17.2](https://github.com/paperclipinc/paperclip-operator/compare/v0.17.1...v0.17.2) (2026-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **operatorhub:** add updateGraph semver-mode to submitted ci.yaml ([#92](https://github.com/paperclipinc/paperclip-operator/issues/92)) ([a609947](https://github.com/paperclipinc/paperclip-operator/commit/a6099474eb4e08668f918e3f05ae5fed8f875456))
9+
310
## [0.17.1](https://github.com/paperclipinc/paperclip-operator/compare/v0.17.0...v0.17.1) (2026-06-16)
411

512

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.17.1
8-
appVersion: 0.17.1
7+
version: 0.17.2
8+
appVersion: 0.17.2
99
kubeVersion: '>=1.28.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.17.1 # x-release-please-version
68+
image: ghcr.io/paperclipinc/paperclip-operator:v0.17.2 # 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)