Skip to content

Releases: pertisktech/pertisk-kos

Release 0.1.22

Choose a tag to compare

@github-actions github-actions released this 06 Sep 13:04

pertisk-mgmt packages

linux/amd64 and linux/arm64 (API + embedded UI + pertiskctl on the mgmt host).

Format Architecture File
RPM aarch64 pertisk-mgmt-0.1.22-1.aarch64.rpm
RPM x86_64 pertisk-mgmt-0.1.22-1.x86_64.rpm
DEB amd64 pertisk-mgmt_0.1.22-1_amd64.deb
DEB arm64 pertisk-mgmt_0.1.22-1_arm64.deb

Guest cloud images

Upload on mgmt Images (or copy to /var/lib/pertisk-mgmt/images/).
Cluster create needs pertisk-cloud-{amd64,arm64}*.qcow2. arm64 guests are Proxmox and Pertisk VMs.

Architecture File
amd64 pertisk-cloud-amd64-v0.1.22.qcow2
arm64 pertisk-cloud-arm64-v0.1.22.qcow2

OS A/B upgrade bundles

Not attached — set repository secrets OS_TRUST_SK and OS_TRUST_PK (hex from make os-trust) and re-run the tag.

pertiskctl (CLI)

Standalone node CLI for laptops/CI. Skip this if you already installed pertisk-mgmt (it includes pertiskctl).

Format Architecture File
RPM aarch64 pertiskctl-0.1.22-1.aarch64.rpm
RPM x86_64 pertiskctl-0.1.22-1.x86_64.rpm
DEB amd64 pertiskctl_0.1.22-1_amd64.deb
DEB arm64 pertiskctl_0.1.22-1_arm64.deb
binary amd64 pertiskctl-linux-amd64
binary arm64 pertiskctl-linux-arm64

Install RPM (RHEL / Rocky / Alma)

sudo rpm -Uvh pertisk-mgmt-0.1.22-1.$(uname -m).rpm
sudo systemctl enable --now pertisk-mgmt
# CLI only: sudo rpm -Uvh pertiskctl-0.1.22-1.$(uname -m).rpm

Install DEB (Debian / Ubuntu)

arch=$(dpkg --print-architecture)
sudo apt-get install -y ./pertisk-mgmt_0.1.22-1_${arch}.deb
sudo systemctl enable --now pertisk-mgmt
# CLI only: sudo apt-get install -y ./pertiskctl_0.1.22-1_${arch}.deb

Guest image + OS bundle (from this release)

gh release download 0.1.22 -p 'pertisk-cloud-amd64-*.qcow2' -p 'os-bundle-amd64-*.zip'
# UI → Images → upload the qcow2
# UI → OS packages → upload the zip

pertiskctl binary

install -m 0755 pertiskctl-linux-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') /usr/local/bin/pertiskctl

See docs/DEPLOY.md and docs/MGMT.md.

Release 0.1.21

Choose a tag to compare

@github-actions github-actions released this 01 Sep 04:03

pertisk-mgmt packages

linux/amd64 and linux/arm64 (API + embedded UI + pertiskctl on the mgmt host).

Format Architecture File
RPM aarch64 pertisk-mgmt-0.1.21-1.aarch64.rpm
RPM x86_64 pertisk-mgmt-0.1.21-1.x86_64.rpm
DEB amd64 pertisk-mgmt_0.1.21-1_amd64.deb
DEB arm64 pertisk-mgmt_0.1.21-1_arm64.deb

Guest cloud images

Upload on mgmt Images (or copy to /var/lib/pertisk-mgmt/images/).
Cluster create needs pertisk-cloud-{amd64,arm64}*.qcow2. arm64 guests are Proxmox only.

Architecture File
amd64 pertisk-cloud-amd64-v0.1.21.qcow2
arm64 pertisk-cloud-arm64-v0.1.21.qcow2

OS A/B upgrade bundles

Not attached — set repository secrets OS_TRUST_SK and OS_TRUST_PK (hex from make os-trust) and re-run the tag.

pertiskctl (CLI)

Standalone node CLI for laptops/CI. Skip this if you already installed pertisk-mgmt (it includes pertiskctl).

Format Architecture File
RPM aarch64 pertiskctl-0.1.21-1.aarch64.rpm
RPM x86_64 pertiskctl-0.1.21-1.x86_64.rpm
DEB amd64 pertiskctl_0.1.21-1_amd64.deb
DEB arm64 pertiskctl_0.1.21-1_arm64.deb
binary amd64 pertiskctl-linux-amd64
binary arm64 pertiskctl-linux-arm64

Install RPM (RHEL / Rocky / Alma)

sudo rpm -Uvh pertisk-mgmt-0.1.21-1.$(uname -m).rpm
sudo systemctl enable --now pertisk-mgmt
# CLI only: sudo rpm -Uvh pertiskctl-0.1.21-1.$(uname -m).rpm

Install DEB (Debian / Ubuntu)

arch=$(dpkg --print-architecture)
sudo apt-get install -y ./pertisk-mgmt_0.1.21-1_${arch}.deb
sudo systemctl enable --now pertisk-mgmt
# CLI only: sudo apt-get install -y ./pertiskctl_0.1.21-1_${arch}.deb

Guest image + OS bundle (from this release)

gh release download 0.1.21 -p 'pertisk-cloud-amd64-*.qcow2' -p 'os-bundle-amd64-*.zip'
# UI → Images → upload the qcow2
# UI → OS packages → upload the zip

pertiskctl binary

install -m 0755 pertiskctl-linux-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') /usr/local/bin/pertiskctl

See docs/DEPLOY.md and docs/MGMT.md.

Release 0.1.20

Choose a tag to compare

@github-actions github-actions released this 30 Aug 09:11

pertisk-mgmt packages

linux/amd64 and linux/arm64 (API + embedded UI + pertiskctl on the mgmt host).

Format Architecture File
RPM aarch64 pertisk-mgmt-0.1.20-1.aarch64.rpm
RPM x86_64 pertisk-mgmt-0.1.20-1.x86_64.rpm
DEB amd64 pertisk-mgmt_0.1.20-1_amd64.deb
DEB arm64 pertisk-mgmt_0.1.20-1_arm64.deb

Guest cloud images

Upload on mgmt Images (or copy to /var/lib/pertisk-mgmt/images/).
Cluster create needs pertisk-cloud-{amd64,arm64}*.qcow2. arm64 guests are Proxmox only.

Architecture File
amd64 pertisk-cloud-amd64-v0.1.20.qcow2
arm64 pertisk-cloud-arm64-v0.1.20.qcow2

OS A/B upgrade bundles

Not attached — set repository secrets OS_TRUST_SK and OS_TRUST_PK (hex from make os-trust) and re-run the tag.

pertiskctl (CLI)

Standalone node CLI for laptops/CI. Skip this if you already installed pertisk-mgmt (it includes pertiskctl).

Format Architecture File
RPM aarch64 pertiskctl-0.1.20-1.aarch64.rpm
RPM x86_64 pertiskctl-0.1.20-1.x86_64.rpm
DEB amd64 pertiskctl_0.1.20-1_amd64.deb
DEB arm64 pertiskctl_0.1.20-1_arm64.deb
binary amd64 pertiskctl-linux-amd64
binary arm64 pertiskctl-linux-arm64

Install RPM (RHEL / Rocky / Alma)

sudo rpm -Uvh pertisk-mgmt-0.1.20-1.$(uname -m).rpm
sudo systemctl enable --now pertisk-mgmt
# CLI only: sudo rpm -Uvh pertiskctl-0.1.20-1.$(uname -m).rpm

Install DEB (Debian / Ubuntu)

arch=$(dpkg --print-architecture)
sudo apt-get install -y ./pertisk-mgmt_0.1.20-1_${arch}.deb
sudo systemctl enable --now pertisk-mgmt
# CLI only: sudo apt-get install -y ./pertiskctl_0.1.20-1_${arch}.deb

Guest image + OS bundle (from this release)

gh release download 0.1.20 -p 'pertisk-cloud-amd64-*.qcow2' -p 'os-bundle-amd64-*.zip'
# UI → Images → upload the qcow2
# UI → OS packages → upload the zip

pertiskctl binary

install -m 0755 pertiskctl-linux-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') /usr/local/bin/pertiskctl

See docs/DEPLOY.md and docs/MGMT.md.