Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require patch v1.45.17 -> v1.45.19
github.com/caarlos0/env/v6 require major v6.10.1 -> v9.0.0
github.com/onsi/gomega require minor v1.27.10 -> v1.28.0
github.com/vbauerster/mpb/v4 require major v4.12.2 -> v8.6.1
go.opentelemetry.io/otel require minor v1.18.0 -> v1.19.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace require minor v1.18.0 -> v1.19.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.18.0 -> v1.19.0
go.opentelemetry.io/otel/sdk require minor v1.18.0 -> v1.19.0
go.opentelemetry.io/otel/trace require minor v1.18.0 -> v1.19.0
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.19

Compare Source

===

Service Client Updates
  • service/bedrock: Updates service API, documentation, paginators, and examples
  • service/bedrock-runtime: Adds new service
  • service/budgets: Updates service API and documentation
    • Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
  • service/ec2: Updates service API and documentation
    • Adds support for Customer Managed Key encryption for Amazon Verified Access resources
  • service/iotfleetwise: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector.
  • service/sagemaker-featurestore-runtime: Updates service API and documentation
  • service/wafv2: Updates service documentation

v1.45.18

Compare Source

===

Service Client Updates
  • service/cognito-idp: Updates service API, documentation, and examples
  • service/firehose: Updates service API and documentation
    • Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka.
  • service/iot: Updates service API and documentation
    • Added support for IoT Rules Engine Kafka Action Headers
  • service/textract: Updates service API and documentation
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!

onsi/gomega (github.com/onsi/gomega)

v1.28.0

Compare Source

1.28.0

Features
Fixes
  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#​686) [18d6673]
Maintenance
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

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.19.0: /v0.42.0/v0.0.7

Compare Source

This release contains the first stable release of the OpenTelemetry Go metric SDK. Our project stability guarantees now apply to the go.opentelemetry.io/otel/sdk/metric package. See our versioning policy for more information about these stability guarantees.

Added
  • Add the "Roll the dice" getting started application example in go.opentelemetry.io/otel/example/dice. (#​4539)
  • The WithWriter and WithPrettyPrint options to go.opentelemetry.io/otel/exporters/stdout/stdoutmetric to set a custom io.Writer, and allow displaying the output in human-readable JSON. (#​4507)
Changed
  • Allow '/' characters in metric instrument names. (#​4501)
  • The exporter in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric does not prettify its output by default anymore. (#​4507)
  • Upgrade gopkg.io/yaml from v2 to v3 in go.opentelemetry.io/otel/schema. (#​4535)
Fixed
  • In go.opentelemetry.op/otel/exporters/prometheus, don't try to create the Prometheus metric on every Collect if we know the scope is invalid. (#​4499)
Removed
  • Remove "go.opentelemetry.io/otel/bridge/opencensus".NewMetricExporter, which is replaced by NewMetricProducer. (#​4566)

Full Changelog: open-telemetry/opentelemetry-go@v1.18.0...v1.19.0

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 27, 2023 15:57
@renovate renovate bot added dependencies misc release/undocumented This didn't warrant being documented or put in release notes. labels Sep 27, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fadc092 to cf49a2f Compare September 28, 2023 19:29
@xtremerui xtremerui merged commit 6cc65f7 into master Sep 29, 2023
@xtremerui xtremerui deleted the renovate/all branch September 29, 2023 22:24
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