Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require patch v1.45.14 -> v1.45.15
github.com/caarlos0/env/v6 require major v6.10.1 -> v9.0.0
github.com/vbauerster/mpb/v4 require major v4.12.2 -> v8.6.1
gopkg.in/yaml.v2 require major v2.4.0 -> v3.0.1

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.45.15

Compare Source

===

Service Client Updates
  • service/braket: Updates service API and documentation
  • service/dms: Updates service API, documentation, and examples
    • new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
  • service/ec2: Updates service API
    • EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
  • service/elasticfilesystem: Updates service documentation
    • Documentation updates for Elastic File System
  • service/events: Updates service API and documentation
    • Adds sensitive trait to various shapes in Jetstream Connections API model.
  • service/guardduty: Updates service API and documentation
    • Add EKS_CLUSTER_NAME to filter and sort key.
  • service/mediaconvert: Updates service API and documentation
    • This release supports the creation of of audio-only tracks in CMAF output groups.
SDK Bugs
  • aws/session: Removed typed literal parsing for config, everything is now treated as a string until a numeric value is needed.
    • This resolves an issue where the contents of a profile would silently be dropped with certain values.
caarlos0/env (github.com/caarlos0/env/v6)

v9.0.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates

Migrating from v8

Replace envExpand:"true" with ,expand, e.g.:

type Foo struct {
    Foo string `env:"FOO,expand"`
}

Released with GoReleaser Pro!

v8.0.0

Compare Source

Changelog

Other work

Updating from v7

  • if you use env.Parse with no options, no change is required.
  • if you use env.Parse with one Options{}, call env.ParseWithOptions instead.
  • if you use env.Parse with options, and pass more than one Options{}, merge them into a single one, and use env.ParseWithOptions instead.
  • if you use env.ParseWithFuncs, use env.ParseWithOptions instead, and put your parsers into Options{ FuncMap: <here> }.

Released with GoReleaser Pro!

v7.1.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates

Released with GoReleaser Pro!

v7.0.0

Compare Source

Changelog

Breaking changes
Documentation updates
Other work

Released with GoReleaser Pro!

vbauerster/mpb (github.com/vbauerster/mpb/v4)

v8.6.1

Compare Source

v8.6.0

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0

Compare Source

v8.4.0

Compare Source

v8.3.0

Compare Source

Dropped Progress.AddFiller in favor of (b4ecb5b):

v8.2.1

Compare Source

v8.2.0

Compare Source

Added:

Breaking changes:

v8.1.6

Compare Source

Fixed #​122
Drop go 1.17 support because of dependency update.

v8.1.5

Compare Source

v8.1.4

Compare Source

v8.1.3

Compare Source

v8.1.2

Compare Source

v8.1.1

Compare Source

v8.1.0

Compare Source

Fixed issue #​115, #​117.
Addressed issue #​110, #​116.

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

Major bump mainly because of BarFiller signature change.
Fixed: #​105, #​107, #​109, #​111.

v7.5.3

Compare Source

Fixed #​115

v7.5.2

Compare Source

v7.5.1

Compare Source

v7.5.0

Compare Source

v7.4.2

Compare Source

deps update

v7.4.1

Compare Source

v7.4.0

Compare Source

Added:

Signature changed:

v7.3.2

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

Added:

v7.2.0

Compare Source

Added:

v7.1.5

Compare Source

v7.1.4

Compare Source

Fixes #​100.

v7.1.3

Compare Source

Stable release.

v7.1.2

Added:

If you prefer bar with inclusive ending tip, like [=====>] 100%, then do:

    bar := p.Add(int64(total),
        mpb.NewBarFiller(mpb.BarStyle().TipOnComplete(">")),
        mpb.AppendDecorators(decor.Percentage()),
    )

v7.0.6

Compare Source

Stable release of v7.0.x

v7.0.5

Compare Source

This release fixes bar.Abort() method behavior, see https://github.com/vbauerster/mpb/issues/93.
It also contains optimizations which reduce flickering if many bars are used.

v7.0.4

Compare Source

v7.0.3

Compare Source

v7.0.2

Compare Source

v7 released to support complex filler 'runes', see #​86.

Breaking change:

Signature of NewBarFiller function has changed. If you never used that function before, it's safe to migrate to v7.

Related examples that use features of v7:
mexicanBar
spinTipBar
singleBar

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

Removed:

To set bar style use BarFiller constructors.

Added:

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.4.0

Compare Source

  • Fixed issue #​85.
  • BarFillerTrim same as TrimSpace but for better discoverability.
  • One more test TestMaxWidthDistributor

v5.3.0

Compare Source

Decorators added:

v5.2.4: mpb v5.2.4

Compare Source

Fixed #​73

v5.2.3: mpb v5.2.3

Compare Source

Some optimization and minor fixes in cwriter package.

v5.2.2: mpb v5.2.2

Compare Source

Fixed #​68 and minor bug fixes.

v5.2.1: mpb v5.2.1

Compare Source

New dependency on go-runewidth so decorators can use emoji or any double width runes, refer to complex example.

Added:

Minor breaking change:

  • decor.Statistics now passed by value in decor.Decorator and mpb.BarFiller interfaces. If you don't use custom decorators, you're not affected.

Fixed #​55 #​66

v5.2.0

Compare Source

v5.1.0

Compare Source

v5.0.4

Compare Source

v5.0.3: mpb v5.0.3

Compare Source

v5 introduces braking changes, new API:

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

go-yaml/yaml (gopkg.in/yaml.v2)

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner September 22, 2023 20:03
@renovate renovate bot added dependencies misc release/undocumented This didn't warrant being documented or put in release notes. labels Sep 22, 2023
@xtremerui xtremerui merged commit ca63e16 into master Sep 25, 2023
@xtremerui xtremerui deleted the renovate/all branch September 25, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies misc release/undocumented This didn't warrant being documented or put in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant