Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: dev1010/stern

Tags

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable uploading the krew plugin manifest using goreleaser (stern#175)

* Disable uploading the krew plugin manifest using goreleaser

* Fix indentation

v1.20.1

Toggle v1.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Go 1.17 (stern#157)

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
No longer need to set GO111MODULE=on due to default (stern#151)

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make cmd testable (stern#132)

* Make cmd testable

* Use genericclioptions.IOStreams for stdio

* Rename completion.go to flag_completion.go

* Extract code related to --version flag to flag_version.go

* Extract code related to --prompt flag to flag_prompt.go

* Functionize code to register completion function to cobra.Command

* Add tests for cmd.NewSternCmd

* Refactor flag_version.go

* Add a test for options.Validate method

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Generate cli flags section on README.md (stern#131)

* Reorder opts

* Set opts.since default value

* Move flags into AddFlags function to use hack/update-readme

* Implement hack/update-readme

* Implement hack/verify-readme

* Update README.md which is generated by update-readme

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Suuport ephemeral container logs (stern#125)

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add --exclude-pod flag (stern#122)

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Kubernetes vendors to v1.21.0 (stern#119)

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add field selector (stern#111)

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix mixed log lines (stern#106)

> A template may be executed safely in parallel, although if parallel
executions share a Writer the output may be interleaved.

For the above reason, the result of the template's execution must be
stored in a buffer once.