Skip to content

Releases: Telemaco019/duplik8s

v0.3.1

01 Dec 11:55
59e52bc
Compare
Choose a tag to compare

Release notes - Duplik8s v0.3.1

Fixes

  • Read kubernetes context file from environment variable KUBECONFIG when set (fixes #8).

v0.3.0

25 Aug 08:39
Compare
Choose a tag to compare

Release notes - Duplik8s v0.3.0

New features

  • Add command list for showing duplicated resources. Example:
kubectl duplicate list -n  my-namespace
  • Add command cleanup for deleting duplicated resources. Example:
kubectl duplicate cleanup -n  my-namespace

Chores

  • Switch to Dynamic Client, opening the door for duplicating any resource type.

v0.2.1

03 Jul 19:33
Compare
Choose a tag to compare

Release notes - Duplik8s v0.2.1

Minor fixes

  • In interactive selection, don't list resources that have already been duplicated.

v0.2.0

27 Jun 20:29
Compare
Choose a tag to compare

Release notes - Duplik8s v0.2.0

New features

  • Properly handle Pods that mount persistent storage.
  • Pods that mount a PersistentVolume with exclusive access modes (ReadWriteOnce, ReadWriteOncePod) are cloned
    on the same node as the original. This ensures that the duplicate can also mount the same volume.
  • Add support for duplicating Deployments and StatefulSets.
  • Interactively select Pods, Deployments, or StatefulSets to duplicate when no name is provided as an argument.

v0.1.0

19 May 20:40
Compare
Choose a tag to compare

Release notes - Duplik8s v0.1.0

Initial release. Just one feature: duplicate Pods!