Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require patch v1.45.16 -> v1.45.17
github.com/caarlos0/env/v6 require major v6.10.1 -> v9.0.0
github.com/prometheus/client_golang require minor v1.16.0 -> v1.17.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.17

Compare Source

===

Service Client Updates
  • service/appintegrations: Updates service API, documentation, paginators, and examples
  • service/apprunner: Updates service API and documentation
  • service/codedeploy: Updates service documentation
    • CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.
  • service/connect: Updates service API, documentation, and paginators
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
  • service/ec2: Updates service API and documentation
    • The release includes AWS verified access to support FIPs compliance in North America regions
  • service/lakeformation: Updates service API, documentation, and paginators
  • service/pinpoint: Updates service documentation
    • Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.
  • service/s3: Updates service API and examples
    • This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.
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!

prometheus/client_golang (github.com/prometheus/client_golang)

v1.17.0

Compare Source

What's Changed

  • [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). #​1325
  • [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #​1313
  • [ENHANCEMENT] Enable detection of a native histogram without observations. #​1314
Commits

New Contributors

Full Changelog: prometheus/client_golang@v1.16.0...v1.17.0

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 25, 2023 21:25
@renovate renovate bot added dependencies misc release/undocumented This didn't warrant being documented or put in release notes. labels Sep 25, 2023
@xtremerui xtremerui merged commit 9dad47a into master Sep 27, 2023
@xtremerui xtremerui deleted the renovate/all branch September 27, 2023 15:55
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