Skip to content

Releases: replicatedhq/troubleshoot

v0.36.0

17 Jun 22:00
7ec0084

Choose a tag to compare

Changelog

7ec0084 Merge pull request #601 from replicatedhq/divolgin/reflect
f02566c Use reflection instead of hardcoding all alnalyzers
354a996 feat: adds new yamlCompare and jsonCompare analyzers (#598)
1de5a79 Merge pull request #600 from replicatedhq/divolgin/sc-50660/when-all-preflights-are-excluded-we-should
b308f4a Wrapper function for analyzer's exclude flag

Docker images

  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.36
  • docker pull replicated/troubleshoot:0.36.0
  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.36
  • docker pull replicated/preflight:0.36.0

v0.35.0

14 Jun 20:11
319a3a8

Choose a tag to compare

Changelog

319a3a8 Merge pull request #596 from replicatedhq/kiraboyle/sc-49361/strict-preflight-is-still-being-enforced
5e7bd06 do not return that a strict analyzer is present in an application if a strict analyzer is excluded
3a5816c Merge pull request #592 from replicatedhq/disable-client-go-logs
7c74f8b Disable client-go logging
a881877 Merge pull request #591 from replicatedhq/diamonwiggins/sc-48784/update-contributed-md
c044cc6 update contributing.md
009829c Merge pull request #577 from nachtmaar/template-textanalyzer-message
4404849 Merge branch 'main' into template-textanalyzer-message
374a655 Merge pull request #588 from replicatedhq/oci-specs
5da8466 Support for oci:// retreival of specs
0bbf2df Merge branch 'main' into template-textanalyzer-message
156965f Merge pull request #586 from replicatedhq/pa1/fix-client-gen
3da43b1 remove redundant client-gen code
78314a5 Merge pull request #587 from replicatedhq/template-delims
9792289 Remove namespace template from examples
6018068 Allow for repl{{ template delim
7f829bb Merge pull request #585 from replicatedhq/e2e-test-local
d3cf4fc Run e2e tests locally
e85e9cd Merge branch 'main' into template-textanalyzer-message
a0a6a5b Merge pull request #581 from replicatedhq/pa1/fix-deployment-status-panic
750ebc1 return nil when no matching analyzer result
6f997a4 Merge branch 'main' into template-textanalyzer-message
af1afd0 Merge pull request #580 from replicatedhq/k8s-1.24-support
74b4802 Add support for k8s 1.24+
3d6841c Fix typos
8adf58b Return err instead of panic
44c07c2 Rename CRD -> CR
9179dc8 Add test for pass outcome black
a9df455 Use warn log level in warn test
c5505bc Rename tests
3ceffbc Add test for warn outcome block
5967105 Make test data more generic
7eb6263 Template messages in outcome block for textAnalyzer

Docker images

  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.35
  • docker pull replicated/troubleshoot:0.35.0
  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.35
  • docker pull replicated/preflight:0.35.0

v0.34.1

23 May 23:09
c31b803

Choose a tag to compare

Changelog

c31b803 Merge pull request #578 from replicatedhq/emosbaugh/sc-48809/analyze-api-fromanalyzerresult-invalid-memory
84b4080 filter nil analyzer results to prevent panic

Docker images

  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.34
  • docker pull replicated/troubleshoot:0.34.1
  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.34
  • docker pull replicated/preflight:0.34.1

v0.34.0

17 May 19:32
249e52d

Choose a tag to compare

Changelog

249e52d Merge pull request #576 from replicatedhq/emosbaugh/fix-run-collector-text-analyze
6b5b929 Use k3s rather than kind for tests
8c15bb1 build-test-deploy concurrency 1
d2d19a2 Change build step name to test
5c269e2 E2E preflight tests
30fb4e2 Fix run collector text analyze file path mismatch
24096b0 Merge pull request #575 from replicatedhq/diamonwiggins/sc-40946/ceph-analyzer-health-status
cccc9f2 adding new test case for ceph analyzers
ff43538 adding ceph health status messages to analyzer result
c2136fc Merge pull request #574 from replicatedhq/diamonwiggins/sc-46879/hostcollectors-supportbundles
9898d3f Merge branch 'main' into diamonwiggins/sc-46879/hostcollectors-supportbundles
5ec3524 fixing host filesystem perf function for windows and darwin
a471ad5 fixing filepath for kernel modules test
7b30e28 fixing filepath for kernel modules test
8c62aad using subdirectory for all host collectors in support bundle
e7f2685 fix output file for diskUsage collector
3b1ba08 hardcoding system hostcollector filenames
17fe3db adding host collectors to support bundles
9ec9806 add cve scan github cron action (#572)

Docker images

  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.34
  • docker pull replicated/preflight:0.34.0
  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.34
  • docker pull replicated/troubleshoot:0.34.0

v0.33.1

10 May 17:11
061ce1d

Choose a tag to compare

Changelog

061ce1d Merge pull request #569 from replicatedhq/pa1/cves
0f56baf fix cve and update uuid mod

Docker images

  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.33
  • docker pull replicated/preflight:0.33.1
  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.33
  • docker pull replicated/troubleshoot:0.33.1

v0.33.0

07 May 01:13
d6a1795

Choose a tag to compare

Changelog

d6a1795 Merge pull request #564 from replicatedhq/diamonwiggins/sc-44286/run-pod-spec
9f527ee Merge branch 'main' into diamonwiggins/sc-44286/run-pod-spec
2c9a37a BoolOrString pollutes marshalling, does not respect omitempty (#566)
6cdcb36 change naming for runPod collector object
dfe5538 remove podLabels from run function
4290240 adding new runpod collector and refactoring old run collector to use new code
2516924 moving imagepullsecret creation into non pod spec declaration
ce4165f fixing typo
648f9b8 allow entire podspec to be passed in run collector

Docker images

  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.33
  • docker pull replicated/preflight:0.33.0
  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.33
  • docker pull replicated/troubleshoot:0.33.0

v0.32.0

04 May 18:43
e6e9df1

Choose a tag to compare

Changelog

e6e9df1 Merge pull request #565 from replicatedhq/mysql-collector-example
755220c Mysql collector example
7289134 Add Mysql variables to collector (#562)

Docker images

  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.32
  • docker pull replicated/preflight:0.32.0
  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.32
  • docker pull replicated/troubleshoot:0.32.0

v0.31.5

02 May 20:18
63362d3

Choose a tag to compare

Changelog

63362d3 Include osd disk usage (#563)

Docker images

  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.31
  • docker pull replicated/preflight:0.31.5
  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.31
  • docker pull replicated/troubleshoot:0.31.5

v0.31.4

01 Apr 22:52
aeb89e5

Choose a tag to compare

Changelog

aeb89e5 Merge pull request #556 from replicatedhq/emosbaugh/sc-45934/longhorn-logs-collector-all-files-are-empty
8d1a0f6 return ReadCloser
0cfd431 Fix missing longhorn logs

Docker images

  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.31
  • docker pull replicated/troubleshoot:0.31.4
  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.31
  • docker pull replicated/preflight:0.31.4

v0.31.3

28 Mar 17:05
fe5dd3e

Choose a tag to compare

Changelog

fe5dd3e Merge pull request #554 from replicatedhq/laverya/pods-with-notready-containers-are-unhealthy
7eb1d5a better parse namespaces, and parse legacy list-of-pods storage format
40cdc68 pods with containers that are not 'ready' are unhealthy

Docker images

  • docker pull replicated/troubleshoot:0
  • docker pull replicated/troubleshoot:0.31
  • docker pull replicated/troubleshoot:0.31.3
  • docker pull replicated/preflight:0
  • docker pull replicated/preflight:0.31
  • docker pull replicated/preflight:0.31.3