Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps github.com/stern/stern from 1.24.0 to 1.26.0.

Release notes

Sourced from github.com/stern/stern's releases.

v1.26.0

⚡ Notable Changes

Add new template functions

The following template functions have been added in v1.26.0:

  • extractJSONParts: Parse string as JSON and concatenate the given keys
  • tryExtractJSONParts: Attempt to parse string as JSON and concatenate the given keys, returning text on failure

Changes

  • Fix the release workflow (#275) 91d4cd6 (Kazuki Suda)
  • Update dependencies and tools (#273) cb94677 (Takashi Kusumi)
  • Possibility to extract parts of a json-message. (#271) d49142c (Niels)
  • Fix potential panic in stern.Run() (#267) dcba2dd (Takashi Kusumi)
  • Add log level color keys and handle default (#264) 65204cc (Jimmie Högklint)
  • Fix typo in README.md (#261) d7d5a4f (Will May)
  • Integrate fmt and vet checks into golangci-lint (#260) 1d242bc (Takashi Kusumi)
  • Update Github Actions dependencies (#259) 9e833da (Takashi Kusumi)

v1.25.0

⚡ Notable Changes

Add support for the config file

You can now use the config file to change the default values of stern options. The default config file path is ~/.config/stern/config.yaml.

# <flag name>: <value>
tail: 10
max-log-requests: 999
timestamps: short

You can change the config file path with --config flag or STERNCONFIG environment variable.

Example

Changes

  • Fix the heading level in README.md (#257) c2290b4 (Kazuki Suda)
  • Update dependencies and tools (#256) 531f869 (Kazuki Suda)
  • Allow an empty config file (#255) c76ea87 (Takashi Kusumi)
  • Add support for the config file (#254) 2fdc298 (Kazuki Suda)
  • Make setup-go get Go version from go.mod (#253) 23feff7 (Takashi Kusumi)
Changelog

Sourced from github.com/stern/stern's changelog.

v1.26.0

⚡ Notable Changes

Add new template functions

The following template functions have been added in v1.26.0:

  • extractJSONParts: Parse string as JSON and concatenate the given keys
  • tryExtractJSONParts: Attempt to parse string as JSON and concatenate the given keys, returning text on failure

Changes

  • Fix the release workflow (#275) 91d4cd6 (Kazuki Suda)
  • Update dependencies and tools (#273) cb94677 (Takashi Kusumi)
  • Possibility to extract parts of a json-message. (#271) d49142c (Niels)
  • Fix potential panic in stern.Run() (#267) dcba2dd (Takashi Kusumi)
  • Add log level color keys and handle default (#264) 65204cc (Jimmie Högklint)
  • Fix typo in README.md (#261) d7d5a4f (Will May)
  • Integrate fmt and vet checks into golangci-lint (#260) 1d242bc (Takashi Kusumi)
  • Update Github Actions dependencies (#259) 9e833da (Takashi Kusumi)

v1.25.0

⚡ Notable Changes

Add support for the config file

You can now use the config file to change the default values of stern options. The default config file path is ~/.config/stern/config.yaml.

# <flag name>: <value>
tail: 10
max-log-requests: 999
timestamps: short

You can change the config file path with --config flag or STERNCONFIG environment variable.

Changes

  • Fix the heading level in README.md (#257) c2290b4 (Kazuki Suda)
  • Update dependencies and tools (#256) 531f869 (Kazuki Suda)
  • Allow an empty config file (#255) c76ea87 (Takashi Kusumi)
  • Add support for the config file (#254) 2fdc298 (Kazuki Suda)
  • Make setup-go get Go version from go.mod (#253) 23feff7 (Takashi Kusumi)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 16, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/stern/stern-1.26.0 branch from 1d1ca27 to c39d5e4 Compare October 18, 2023 06:00
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/stern/stern-1.26.0 branch 4 times, most recently from ff22a44 to 0da9e10 Compare November 13, 2023 21:16
Bumps [github.com/stern/stern](https://github.com/stern/stern) from 1.24.0 to 1.26.0.
- [Release notes](https://github.com/stern/stern/releases)
- [Changelog](https://github.com/stern/stern/blob/master/CHANGELOG.md)
- [Commits](stern/stern@v1.24.0...v1.26.0)

---
updated-dependencies:
- dependency-name: github.com/stern/stern
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/stern/stern-1.26.0 branch from 0da9e10 to f6a6491 Compare November 13, 2023 21:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2023

Superseded by #673.

@dependabot dependabot bot closed this Nov 15, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/stern/stern-1.26.0 branch November 15, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-not-required dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants