Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:47
· 9 commits to main since this release
140da03

v0.3.0 - 2026-07-29

Features

  • v0.7 (partial) Networking — Cisco read-only diagnostics (#11) - (2b7fc21) - Radu
  • v0.6 Proxmox (nodes, VMs, tasks, start/stop/snapshot) (#9) - (cd01ab4) - Radu
  • enhance release workflow to support protected main branch and automate changelog updates - (ab84da0) - tox

Bug Fixes

  • remove unnecessary persist-credentials option in GitHub Actions workflow - (140da03) - tox
  • write CHANGELOG.md to main via Contents API instead of git push (#15) - (a955a20) - Radu
  • disable credential persistence in checkout step and update GitHub App token action - (ba610fa) - tox
  • clear checkout's persisted GITHUB_TOKEN before App-token push to main (#14) - (ef04b90) - Radu
  • update GitHub App token step to use client-id instead of app-id - (b871d72) - tox
  • push CHANGELOG.md to main via GitHub App token instead of PR (#13) - (c43fcfb) - Radu
  • release pipeline corrupting GITHUB_OUTPUT with cocogitto stderr (#12) - (80992ee) - Radu
  • quote release workflow strings containing an unescaped colon (#10) - (4728c93) - Radu
  • Dockerfile go version + release pipeline never pushing version bump (#8) - (6aab622) - Radu

Testing

  • app token contents api bypass check [skip ci] - (ba46034) - repo-gha[bot]
  • temporary workflow to isolate App-token bypass behavior [skip ci] - (34a38f9) - Radu
  • contents api signature check [skip ci] - (411ad9b) - Radu