Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: vmware-tanzu/crash-diagnostics

v0.4.3

22 May 11:02
34f37a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

27 Feb 07:30
228379e
Compare
Choose a tag to compare

What's Changed

  • Adds the ability to port forward a k8s service by extending the crashd grammar - kube_port_forward_config
  • Adds a new provider function for communicating with KCP - kcp_provider
  • Adds a tunnel_config property to kube_capture to make use of port forwarding

Full Changelog: v0.4.1...v0.4.2

v0.4.1

10 Feb 10:10
e4473db
Compare
Choose a tag to compare

What's Changed

  • A new kube_exec function is added to the crashd grammar
  • Fixed a bug with the restrictedMode flag
  • Adds new parameter output_mode to kube_capture

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Jan 14:14
792a2bd
Compare
Choose a tag to compare

What's Changed

  • Enhanced kube_capture functionality: Introduced a output_format option that allows storing Kubernetes resources in YAML format (instead of JSON).
  • Resolved critical bug: Fixed an issue in kube_capture log collection that caused crashd to stop prematurely upon encountering errors.
  • Improved log collection performance: Updated kube_capture to collect logs in parallel, significantly reducing collection time.
  • Strengthened security: Added a restrictedMode flag, disabling specific grammar functions and enabling sandboxed runtime for better security.
  • Upgraded dependencies: Updated Golang to version 1.22 and refreshed all crashd dependencies to their latest versions.
  • Fixed retry logic bug: Resolved an issue in ssh.go that caused the retry mechanism to fail.

Full Changelog: v0.3.10...v0.4.0

v0.3.10

07 Nov 07:01
41c97d7
Compare
Choose a tag to compare

Changelog

  • 41c97d7 Merge pull request #257 from vmware-tanzu/dependabot/go_modules/golang.org/x/net-0.17.0

v0.3.9

22 Jun 23:33
eff8c82
Compare
Choose a tag to compare

Changelog

  • eff8c82 Merge pull request #252 from franknstyle/update-starlark

v0.3.8

18 May 00:01
9cb89a4
Compare
Choose a tag to compare

Changelog

  • 9cb89a4 Merge pull request #249 from franknstyle/capa-label

v0.3.7

20 Oct 02:01
67f16b2
Compare
Choose a tag to compare

v0.3.7

Minor release to adjust client-go version to clear CVE found around golang.org/x/crypto.
No functional changes introduced.

Changelog

97eb366 Client-go update to clear CVE

v0.3.6

14 Oct 20:59
6aa5f0d
Compare
Choose a tag to compare

Changelog

Release to clean unused code and remove a version of package golang.org/x/crypto/ssh dependency which may trigger CVE hit.

6aa5f0d Merge pull request #222 from vladimirvivien/remove_golang_ssh_package

v0.3.5

03 Oct 16:17
fc708c7
Compare
Choose a tag to compare

v0.3.5

This is a small release with with the followings

  • Update go.mod to use package gexe (which fixes an internal command exec bug)
  • Fix to prevent script command capture_local from stopping script execution upon error

Changelog

fc708c7 Merge pull request #221 from vladimirvivien/capture_local_error_return
8833fa2 Merge pull request #220 from vladimirvivien/update_echo_module