Skip to content

Commit 90c849a

Browse files
committed
chore(main): release 0.1.1
1 parent 4435431 commit 90c849a

3 files changed

Lines changed: 16 additions & 5 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.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/stubbi/paperclip-operator/compare/v0.1.0...v0.1.1) (2026-03-19)
4+
5+
6+
### Bug Fixes
7+
8+
* CI lint and gosec issues ([64e3c04](https://github.com/stubbi/paperclip-operator/commit/64e3c04d9c26780da8966b3c1cc267ab3cff0697))
9+
* remove typecheck from golangci-lint config ([4435431](https://github.com/stubbi/paperclip-operator/commit/44354310af968d28adb975bd3a1da2102704232d))
10+
* upgrade golangci-lint-action to v7 for golangci-lint v2 support ([e468611](https://github.com/stubbi/paperclip-operator/commit/e468611bec91ad081c16337aedbfe70af5948803))
11+
312
## [0.1.0](https://github.com/stubbi/paperclip-operator/releases/tag/v0.1.0) (2026-03-19)
413

514
### Features

charts/paperclip-operator/Chart.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
apiVersion: v2
22
name: paperclip-operator
3-
description: Kubernetes operator for managing Paperclip instances - the open-source AI agent orchestration platform
3+
description: >-
4+
Kubernetes operator for managing Paperclip instances - the open-source AI
5+
agent orchestration platform
46
type: application
5-
version: 0.1.0
6-
appVersion: "0.1.0"
7-
kubeVersion: ">=1.28.0"
7+
version: 0.1.1
8+
appVersion: 0.1.1
9+
kubeVersion: '>=1.28.0'
810
keywords:
911
- paperclip
1012
- ai

0 commit comments

Comments
 (0)