sunny0826 / kubectl-pod-lens

kubectl plugin for show pod-related resources
https://pod-lens.guoxudong.io
Apache License 2.0
29 stars 3 forks source link

Bump github.com/pterm/pterm from 0.12.54 to 0.12.58 #52

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/pterm/pterm from 0.12.54 to 0.12.58.

Release notes

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

v0.12.58 | Structured Logging

What's Changed

Exciting New Features 🎉

New Printer: Structured Logging!

Fixes 🔧

Other Changes

Full Changelog: https://github.com/pterm/pterm/compare/v0.12.57...v0.12.58

v0.12.57

What's Changed

Fixes 🔧

Other Changes

New Contributors

Full Changelog: https://github.com/pterm/pterm/compare/v0.12.56...v0.12.57

v0.12.56

What's Changed

Fixes 🔧

Full Changelog: https://github.com/pterm/pterm/compare/v0.12.55...v0.12.56

v0.12.55

... (truncated)

Changelog

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

[v0.12.58] - 2023-04-03

Features

  • logger: implemented structured logging
  • logger: implemented structured logging
  • logger: implemented structured logging
  • logger: added logger
  • logger: create logger
  • rgb: made it possible to use RGB colors as background
  • rgb: made it possible to use RGB colors as background
  • rgb: made it possible to use RGB colors as background

Bug Fixes

  • rgb: fix Fade maxValue == current not displaying the last color

[v0.12.57] - 2023-03-28

Code Refactoring

  • use pterm.Print instead of fmt.Print functions

[v0.12.56] - 2023-03-14

Bug Fixes

  • table: fixed panic when multiple lines contained color in a single row

[v0.12.55] - 2023-03-04

Features

  • table: multiline support for table printer
  • table: multiline support for table printer

Code Refactoring

  • table: fixed linting

Commits
  • 971fa81 docs: autoupdate
  • 107f341 docs(example): fixed logger example in CI runs
  • 3206da7 docs(example): fixed logger example in CI runs
  • bfcddb9 docs: autoupdate
  • 8f8a8e8 Merge pull request #480 from pterm/470-proposal-structured-logging
  • 1b43b1b Merge remote-tracking branch 'origin/470-proposal-structured-logging' into 47...
  • 87b5c0e feat(logger): implemented structured logging
  • 67cb5c9 Merge branch 'master' into 470-proposal-structured-logging
  • d114de9 feat(logger): implemented structured logging
  • e041640 feat(logger): implemented structured logging
  • Additional commits viewable in compare view


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 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[bot] commented 1 year ago

Superseded by #56.