Releases: pulsepointinc/kusyn
kusyn 0.2.2
take into account env variables in COPY paths
0.2.1 dependencies update and resource expiration fix
Fixed an annoying bug where you might see from time to time an exception like
kubernetes.client.exceptions.ApiException: (410)
Reason: Expired: too old resource version: 2509334043 (2514055771)
dependencies upgrade:
✔ Update pycodestyle 2.9.1 -> 2.13.0 successful
✔ Update pyhocon 0.3.60 -> 0.3.61 successful
✔ Update packaging 23.2 -> 25.0 successful
✔ Update flake8 5.0.4 -> 7.2.0 successful
✔ Update pyflakes 2.5.0 -> 3.3.2 successful
✔ Update pytest-mock 3.12.0 -> 3.14.0 successful
✔ Install durationpy 0.9 successful
✔ Update twine 4.0.2 -> 6.1.0 successful
✔ Install id 1.5.0 successful
✔ Install typing-extensions 4.7.1 successful
✔ Update watchdog 3.0.0 -> 6.0.0 successful
✔ Update black 23.3.0 -> 25.1.0 successful
✔ Update pytz 2023.3.post1 -> 2025.2 successful
✔ Update pyinstaller 6.3.0 -> 6.13.0 successful
✔ Update pyinstaller-hooks-contrib 2023.11 -> 2025.3 successful
✔ Update kubernetes 28.1.0 -> 32.0.1 successful
kusyn 0.1.0
when a pod in a wrong state, kusyn will remove it to prevent sync attempts with a finished or failed pod
kusyn 0.0.5
added --restart option which will delete your previous pod and create a new one
added --kubeconfig option where you can specify the path to a kubectl config file
kusyn 0.0.4
fixed the bug with a partially uploaded archive
kusyn 0.0.3
- minor bug-fixes
- speed up the initial pod lookup
- add a
--pod-existsflag to skip the initial pod lookup
kusyn 0.0.2
fix bug with deleted files after git stash pop command
minor improving
kusyn 0.0.1
first version