Skip to content

Releases: bunnyshell/cli

v0.25.0

19 Jan 16:15
4be69d6

Choose a tag to compare

What's Changed

  • Add bns exec command for command execution in containers similar to docker exec, kubectl exec
  • Add bns logs command for streaming container logs similar to docker logs, kubectl logs

New Contributors

Full Changelog: v0.24.2...v0.25.0

v0.24.2

30 Jun 16:54
91043f9

Choose a tag to compare

What's Changed

  • [ND-7580] - add Pipeline monitor interval to env actions by @mihaichitic in #71

Full Changelog: v0.24.1...v0.24.2

v0.24.1

03 Jun 15:36
0879a05

Choose a tag to compare

What's Changed

  • [ND-7557] - show env auto-update flag and add env deploy --queue flag by @mihaichitic in #70

Full Changelog: v0.24.0...v0.24.1

v0.24.0

27 May 15:53
2220909

Choose a tag to compare

What's Changed

  • add overwrite-kubeconfig-cluster-server flag for kube related commands
  • show urlHandle for environments
  • add allow-extra-fields for template validation
  • successive remote-dev up won't recreate Pod
    by @mihaichitic in #69

Full Changelog: v0.23.0...v0.24.0

v0.23.0

21 Mar 09:54
412ec50

Choose a tag to compare

What's Changed

  • [ND-7534] - envs & components list filter by git info by @mihaichitic in #68

Full Changelog: v0.22.0...v0.23.0

v0.22.0

12 Feb 14:21
46b05fa

Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

03 Oct 08:17
c3c2812

Choose a tag to compare

What's Changed

Full Changelog: v0.20.1...v0.21.0

v0.20.1

25 Jun 07:58
79e9627

Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

22 May 15:23
5a5eabb

Choose a tag to compare

Changelog

  • 1a859d3 Added Import functionality to variables command
  • 92917df Create/edit environment with terminationProtection
  • fb11ac1 Dependency Bump and go1.22.3
  • 5b828e0 Expose primary settings in stylish output
  • b7cf41c Merge pull request #60 from aminalali8/ft-amn-add-env-vars-from-file
  • 5a5eabb Merge pull request #61 from bunnyshell/termination-protection
  • 7551b2e Upgrade actions to use Node20 runtime
  • 0f88508 created createEnvVar Function and added ignoreDuplicate flag to skip over variables already defined
  • 65dab76 removed fmt from imports
  • a495485 tested the ignoreDuplicates flag and refactored the code a bit
  • 2dd8a9c updated post checking if isSecret defaults to false|null

v0.19.0

04 Apr 11:46
6d437e3

Choose a tag to compare

Changelog

  • 371e400 Add support for template variables in template list and environment create/update
  • 3254761 Dependency Bump
  • 6d437e3 Merge pull request #59 from bunnyshell/template-variables