release 0.4.1

This commit is contained in:
Waylon S. Walker 2025-04-23 20:28:57 -05:00
parent 1fee6e2c97
commit be6ee91098
4 changed files with 12 additions and 9 deletions

View file

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

View file

@ -1,3 +1,7 @@
## 0.4.1
- Automated release for both pypi and github
## 0.4.0
- create now has --apply to apply the generated manifest to the cluster

View file

@ -31,7 +31,7 @@ create-archives:
rm -rf dist build
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
for platform in "x86_64-unknown-linux-gnu" "aarch64-unknown-linux-gnu"; do

View file

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