Skip to content

Releases: pulsepointinc/kusyn

kusyn 0.2.2

01 May 17:05

Choose a tag to compare

take into account env variables in COPY paths

0.2.1 dependencies update and resource expiration fix

30 Apr 23:39

Choose a tag to compare

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

08 Nov 18:33

Choose a tag to compare

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

06 Sep 17:31

Choose a tag to compare

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

14 Mar 17:30

Choose a tag to compare

fixed the bug with a partially uploaded archive

kusyn 0.0.3

28 Feb 21:06

Choose a tag to compare

  • minor bug-fixes
  • speed up the initial pod lookup
  • add a --pod-exists flag to skip the initial pod lookup

kusyn 0.0.2

16 Feb 20:21

Choose a tag to compare

fix bug with deleted files after git stash pop command
minor improving

kusyn 0.0.1

12 Jan 21:56

Choose a tag to compare

first version