Stern Stern Versions Save

⎈ Multi pod and container log tailing for Kubernetes -- Friendly fork of https://github.com/wercker/stern

v1.20.1

2 years ago

Changelog

  • Use Go 1.17 (#157) a384d35 (Ryuichi KAWAMATA)
  • Fix a dependecy issue with klog (#154) bbcd61a (Kazuki Suda)

Docker images

  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.20
  • docker pull ghcr.io/stern/stern:1.20.1

v1.20.0

2 years ago

Changelog

  • No longer need to set GO111MODULE=on due to default (#151) 0f9402d (Kazuki Suda)
  • Update vendors and tools (#150) ccc9b48 (Kazuki Suda)
  • Make watcher gets restarted in case of recoverable errors (#149) a363663 (Kazuki Suda)
  • Update Kubernetes vendors to v1.22.0 (#148) e74c88f (Kazuki Suda)
  • Fix "unexpected error: parsing time" error during parsing the logs (#147) 74b06c9 (Kazuki Suda)
  • Add @rkmathi to CODEOWNERS 6324fc2 (Kazuki Suda)
  • Add missing closing parenthesis (#144) c723f0d (Farzad Majidfayyaz)
  • Support dynamic completion for fish shell ee0463d (Kazuki Suda)
  • Add a dynamic completion for --context fed5c4d (Kazuki Suda)
  • Add a dynamic completion for --namespace 83ba922 (Kazuki Suda)
  • Use new dynamic completion 736575e (Kazuki Suda)

Docker images

  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.20
  • docker pull ghcr.io/stern/stern:1.20.0

v1.19.0

2 years ago

Changelog

  • Make cmd testable (#132) 8713145 (Kazuki Suda)
  • Implement interactive prompt (#128) 98ef048 (Alex)

Docker images

  • docker pull ghcr.io/stern/stern:latest
  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.19
  • docker pull ghcr.io/stern/stern:1.19.0

v1.18.0

3 years ago

Changelog

  • Generate cli flags section on README.md (#131) f934e68 (Ryuichi KAWAMATA)
  • Fine init container flag message (#129) d544ea6 (KeisukeYamashita)
  • Write container_state test (#127) 20ebd05 (Ryuichi KAWAMATA)
  • Support multiple --container-state option (#126) 356a992 (Ryuichi KAWAMATA)

Docker images

  • docker pull ghcr.io/stern/stern:latest
  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.18
  • docker pull ghcr.io/stern/stern:1.18.0

v1.17.0

3 years ago

Changelog

  • Support ephemeral container logs (#125) f3ab793 (Ryuichi KAWAMATA)
  • Enable --init-containers option (#124) 4760d7f (Ryuichi KAWAMATA)

Docker images

  • docker pull ghcr.io/stern/stern:latest
  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.17
  • docker pull ghcr.io/stern/stern:1.17.0

v1.16.0

3 years ago

Changelog

  • Add --exclude-pod flag (#122) ab31e78 (Ryuichi KAWAMATA)
  • GoCenter has gone (#123) ac8305d (Kazuki Suda)
  • Fix "interface conversion: runtime.Object is *v1.Status, not *v1.Pod" (#121) 2a28f24 (Kazuki Suda)

Docker images

  • docker pull ghcr.io/stern/stern:latest
  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.16
  • docker pull ghcr.io/stern/stern:1.16.0

v1.15.0

3 years ago

:warning: Breaking changes

  • Add --timezone option to set timestamps to specific timezone (#118)

--timezone option sets timestamps to a specific time zone. The default timezone is changed to your locale from UTC.

Print timestamps with your local timezone:

stern . --timestamps

Print timestamps with specific timezone:

stern . -t --timezone Europe/Paris

TZ environment also can be used:

TZ=Europe/Paris stern . -t

Changelog

  • Update Kubernetes vendors to v1.21.0 (#119) 2c56cbe (Kazuki Suda)
  • Add --timezone option to set timestamps to specific timezone (#118) 5c08ae2 (Kazuki Suda)
  • Use GITHUB_TOKEN to authenticate with ghcr.io (#116) e0de1e5 (Kazuki Suda)
  • Use Go 1.16 eeea2d0 (Kazuki Suda)
  • Suppport for multiple --namespace (#113) 7058029 (uesyn)
  • fix typo (#114) 9696ae5 (uesyn)
  • Add CODEOWNERS file (#112) 53120f1 (Kazuki Suda)

Docker images

  • docker pull ghcr.io/stern/stern:latest
  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.15
  • docker pull ghcr.io/stern/stern:1.15.0

v1.14.0

3 years ago

Changelog

  • Add field selector (#111) c3deff1 (uesyn)
  • Refactor stern/tail.go (#110) 665b17b (Kazuki Suda)
  • Update Kubernetes vendors to v1.20.0 (#109) 2c3b658 (Kazuki Suda)
  • Update doc for --since default (#107) 179c9fd (Filippo Mariotti)

Docker images

  • docker pull ghcr.io/stern/stern:latest
  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.14
  • docker pull ghcr.io/stern/stern:1.14.0

v1.13.1

3 years ago

Changelog

  • Fix mixed log lines (#106) e2c75ed (Kazuki Suda)
  • Make stern goroutine safe (#103) 4adfc73 (Kazuki Suda)
  • Follow logs of new containers on restarting (#102) 8a9dfe4 (Kazuki Suda)
  • Revert "Update a Homebrew formula automatically on release (#98)" (#100) d84a5e8 (Kazuki Suda)
  • README: Recommend brew install stern from homebrew-core (#99) 16fea0c (Issy Long)
  • Update a Homebrew formula automatically on release (#98) 8fd6aac (Kazuki Suda)
  • Update Kubernetes dependencies to 1.19 (#96) 922d023 (Kazuki Suda)

Docker images

  • docker pull ghcr.io/stern/stern:latest
  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.13
  • docker pull ghcr.io/stern/stern:1.13.1

v1.13.0

3 years ago

Changelog

  • Add a new installation way with asdf tool (#94) 48835a0 (Kazuki Suda)
  • Change to use clientcmd.NewDefaultClientConfigLoadingRules to handle kubeconfig in common way. (#93) c224e1f (Shingo Omura)
  • Add .NodeName to template variables (#92) 96bea52 (Kazuki Suda)
  • Remove a line break from .Message in the --template option (#91) 84d2892 (Kazuki Suda)
  • Add "Enhancement Request" issue template (#90) 1c7b737 (Kazuki Suda)
  • Add "Bug Report" issue template (#89) 386899c (Kazuki Suda)
  • Add flag to include/exclude init-containers 96955f3 (Florian Ruynat)
  • Update readme & contrib cea5c41 (Florian Ruynat)
  • Run go fmt and go vet against code a44713f (Kazuki Suda)
  • Use ldflags to set version information a34cb0e (Kazuki Suda)
  • Update readme with CLI Flags ade8db5 (Florian Ruynat)

Docker images

  • docker pull ghcr.io/stern/stern:latest
  • docker pull ghcr.io/stern/stern:1
  • docker pull ghcr.io/stern/stern:1.13
  • docker pull ghcr.io/stern/stern:1.13.0