v1.15.0
·
138 commits
to master
since this release
⚠️ 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 . --timestampsPrint timestamps with specific timezone:
stern . -t --timezone Europe/ParisTZ environment also can be used:
TZ=Europe/Paris stern . -tChangelog
- 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:latestdocker pull ghcr.io/stern/stern:1docker pull ghcr.io/stern/stern:1.15docker pull ghcr.io/stern/stern:1.15.0