Releases: bunnyshell/cli
Releases · bunnyshell/cli
v0.25.0
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
- @alexo-bunnyshell made their first contribution in #73
Full Changelog: v0.24.2...v0.25.0
v0.24.2
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
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
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
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
v0.21.0
What's Changed
- Offer installer.sh for generic installation by @BunnyCrlu in #63
- Environ groups by @BunnyCrlu in #64
Full Changelog: v0.20.1...v0.21.0
v0.20.1
v0.20.0
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