File tree Expand file tree Collapse file tree 3 files changed +28
-5
lines changed Expand file tree Collapse file tree 3 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1 "
2+ "." : " 0.1.0 "
33}
Original file line number Diff line number Diff line change 88jobs :
99 build-publish :
1010 name : " Check release docs"
11+ timeout-minutes : 15
1112 runs-on : ubuntu-24.04
1213 if : startsWith(github.head_ref, 'release-')
1314 permissions :
@@ -20,13 +21,13 @@ jobs:
2021 run : git fetch --prune --unshallow
2122
2223 - name : Release version
23- shell : bash
24- id : release
25- run : |
26- echo "TAG=v${GITHUB_HEAD_REF:8}" >> "$GITHUB_ENV"
24+ if : startsWith(github.head_ref, 'release-please')
25+ run : jq -r '"TAG=v"+.[]' .github/release-please-manifest.json >> "$GITHUB_ENV"
2726
2827 - name : Helm docs
2928 uses : gabe565/setup-helm-docs-action@v1
29+ with :
30+ version : v1.11.3
3031
3132 - name : Generate
3233 run : make docs
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.1.0] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/compare/v0.0.1...v0.1.0 ) (2025-08-10)
4+
5+
6+ ### Features
7+
8+ * add cloud-config param ([ bf30a99] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/bf30a991902031ee194579b47b4f2d49aa71b9ae ) )
9+ * add nodeclass controllers ([ 88311b2] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/88311b2d0989f8f87a1abb48550b2dfa0bb265fa ) )
10+ * ** chart:** add helm chart ([ 7b70ad6] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/7b70ad613cb39d4a932259960259a51076ad8caf ) )
11+ * initial commit ([ 074f1e3] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/074f1e3185ac4fb40cb6127d7d8340e04c6682dd ) )
12+ * multi zone support ([ a5c52a8] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/a5c52a868a10c146d1e77a0386b9918358a89aa0 ) )
13+ * simple create delete instances ([ 75d2146] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/75d214662e1d358afd07f91980f4816d4dd17b57 ) )
14+ * skaffold project ([ 0027deb] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/0027deba1cbeda45c024f13996acd297c18223fc ) )
15+ * update documentation ([ 8dde932] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/8dde93208569cb15d787c8892cd3a80f53067214 ) )
16+ * update plugin crd ([ be189f7] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/be189f73a92fb50f5eb6f823e676d18e054614a6 ) )
17+
18+
19+ ### Bug Fixes
20+
21+ * multi zone support ([ ac3e2f1] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/ac3e2f17b00a803c78af1e82af788cce9d9ad007 ) )
22+ * scale up and down nodes ([ 67fcdf4] ( https://github.com/sergelogvinov/karpenter-provider-proxmox/commit/67fcdf4d0d589c6126b775cba4095730026bc3e9 ) )
You can’t perform that action at this time.
0 commit comments