Skip to content

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 13:05
· 138 commits to master since this release
2c56cbe

⚠️ 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