Stern Versions Save

⎈ Multi pod and container log tailing for Kubernetes

1.11.0

4 years ago

Changelog

  • Add include feature (#101)

Checksums

  • stern_linux_amd64:
    • sha256: e0b39dc26f3a0c7596b2408e4fb8da533352b76aaffdc18c7ad28c833c9eb7db
  • stern_darwin_amd64:
    • sha256: 7aea3b6691d47b3fb844dfc402905790665747c1e6c02c5cabdd41994533d7e9
  • stern_windows_amd64.exe:
    • sha256: 75708b9acf6ef0eeffbe1f189402adc0405f1402e6b764f1f5152ca288e3109e

1.10.0

5 years ago

Changelog

Checksums

  • stern_linux_amd64:
    • sha256: a0335b298f6a7922c35804bffb32a68508077b2f35aaef44d9eb116f36bc7eda
  • stern_darwin_amd64:
    • sha256: b91dbcfd3bbda69cd7a7abd80a225ce5f6bb9d6255b7db192de84e80e4e547b7
  • stern_windows_amd64.exe:
    • sha256: 8cb94d3f47c831f2b0a59286336b41569ab38cb1528755545cb490536274f885

1.9.0

5 years ago

Changelog

Checksums

  • stern_linux_amd64:
    • sha256: 7a2d02cb457a33283908f81f98ef4f0d23e7f021e532dc19cf374f8c3990eea0
  • stern_darwin_amd64:
    • sha256: 5d16c9a31354c2b14a0ba5251dcbd38520c743869410746eaafc136f3f2033d3
  • stern_windows_amd64.exe:
    • sha256: a3987e5d784c22f3c8bfc94b7637f9681bfc6a3838d2d6f99876f80a8347ad1b

1.8.0

5 years ago

Changelog

Checksums

  • stern_linux_amd64:
    • sha256: 091aceef4e4655c06c519f58fb05ea290bd6aae7a1cf660c62aad0c030794e65
  • stern_darwin_amd64:
    • sha256: 48958db65e547f0fde0413934dfb5ae4fb17540dbca2f64607eed3860cd1d9e0
  • stern_windows_amd64.exe:
    • sha256: b53fc5fdd89fcfb741c3370c63afb9c97516f1ddb9dec6815d0c4ba9b006461d

1.7.0

5 years ago

Changelog

Checksums

  • stern_linux_amd64:
    • sha256: edc2731f2fcdd03fa6716c4a16ca26a7356fb05bf27aa6eb0a1b0046a1aa56c7
  • stern_darwin_amd64:
    • sha256: ad2bdad5178240f136942ab86e3a5674123f7a3ba3b8fc3a96c3ab8aaa80ca65
  • stern_windows_amd64.exe:
    • sha256: 1c2ecc2e8322e4b84eaa0b14a909053c280cc2ab362128928e7e3846671e20bc

1.6.0

6 years ago

Changelog

Checksums

  • stern_linux_amd64:
    • sha256: 085325dcd7f3de20fb58ca964d5acf2b6c9d0f239800eb53a234363b0fd296b5
  • stern_darwin_amd64:
    • sha256: 8b4a8df20d93c9c59d812396fda22bdfd3b11b2b30811cf3a917a1cb5e91b010
  • stern_windows_amd64.exe:
    • sha256: 583cf8bf8ded87cc3dc5d0e3a905de5906103750ecdb437af30274eb0a42d7b0

1.5.1

6 years ago

Fixes:

  • Fix to use --kubeconfig cli flag if both cli flag and $KUBECONFIG env var are set (@akupila #47)

1.5.0

7 years ago

Features:

  • Change to Cobra. This enables a much more flexible cli interface and is the same library that's used underneath kubectl (@superbrothers #36)
  • Support bash and zsh autocompletion for stern commands (@superbrothers #38)
  • Dynamically populate --namespace and --context flags in autocompletion (@superbrothers #39)

Fixes:

  • Fix crosscompilation issue that caused homedir to fail on Linux (@akupila #40)
  • Fix homedir path issue on Windows (@kokaz #41)

Deprecation:

  • Deprecates --kube-config flag in favor of --kubeconfig. Both flags will still work until 2.0.0. This aligns the flag with kubectl.

1.4.0

7 years ago
  • Fix small typo for selector usage (@superbrothers #30)
  • Add --tail flag to limit initial number of lines shown (@tksm #32)
  • Improve coloring so that pods always have the same color, fix showing dimmed color for container (@jayme-github #28)
  • Add --color flag to forcing coloring to be enabled/disabled (@sublimino #35)

1.3.0

7 years ago