Compare commits

..

6 commits

Author SHA1 Message Date
WaylonWalker
0f9e70267e Bump version: 0.4.3b0 → 0.4.3
Some checks failed
Release Krayt / pypi-release-krayt (push) Failing after 1m16s
2025-04-24 01:46:17 +00:00
Waylon S. Walker
f8c44999fe release 0.4.3 2025-04-23 20:45:16 -05:00
WaylonWalker
45e5dd74aa Bump version: 0.4.2b0 → 0.4.2
Some checks failed
Release Krayt / gh-release-krayt (push) Failing after 24s
Release Krayt / pypi-release-krayt (push) Failing after 56s
2025-04-24 01:42:32 +00:00
Waylon S. Walker
eb54e314ff release 0.4.2 2025-04-23 20:41:14 -05:00
WaylonWalker
d6056cead2 Bump version: 0.4.1b4 → 0.4.1
Some checks failed
Release Krayt / release-krayt (push) Failing after 58s
2025-04-24 01:36:32 +00:00
Waylon S. Walker
be6ee91098 release 0.4.1 2025-04-23 20:35:29 -05:00
4 changed files with 22 additions and 10 deletions

View file

@ -12,17 +12,17 @@ permissions:
packages: none packages: none
id-token: write id-token: write
jobs: jobs:
release-krayt: pypi-release-krayt:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# - uses: waylonwalker/hatch-action@v4 - uses: waylonwalker/hatch-action@v4
# with: with:
# before-command: "lint-format" before-command: "lint-format"
# env: env:
# # required for gh release # required for gh release
# GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
# - run: sudo rm -rf dist
- name: Install just - name: Install just
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin

View file

@ -1,3 +1,15 @@
## 0.4.3
- working out binary release process
## 0.4.2
- working out binary release process
## 0.4.1
- Automated release for both pypi and github
## 0.4.0 ## 0.4.0
- create now has --apply to apply the generated manifest to the cluster - create now has --apply to apply the generated manifest to the cluster

View file

@ -31,7 +31,7 @@ create-archives:
rm -rf dist build rm -rf dist build
hatch build -t binary hatch build -t binary
krayt_bin=dist/binary/krayt-${VERSION}/krayt_linux_amd64 krayt_bin=dist/binary/krayt-${VERSION}
# Create the binary for each platform # Create the binary for each platform
for platform in "x86_64-unknown-linux-gnu" "aarch64-unknown-linux-gnu"; do for platform in "x86_64-unknown-linux-gnu" "aarch64-unknown-linux-gnu"; do

View file

@ -1 +1 @@
__version__ = "0.4.1b3" __version__ = "0.4.3"