vatesfr / pulumi-xenorchestra

A Pulumi provider for Xen Orchestra
Apache License 2.0
1 stars 0 forks source link

Bump the minor-and-patch group across 1 directory with 10 updates #155

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps the minor-and-patch group with 7 updates in the /provider directory:

Package From To
cloud.google.com/go/auth 0.4.2 0.5.1
github.com/aws/aws-sdk-go 1.53.10 1.53.14
github.com/charmbracelet/bubbletea 0.26.3 0.26.4
github.com/charmbracelet/x/input 0.1.0 0.1.1
github.com/hashicorp/go-retryablehttp 0.7.6 0.7.7
github.com/pulumi/esc 0.8.3 0.9.0
google.golang.org/api 0.181.0 0.182.0

Updates cloud.google.com/go/auth from 0.4.2 to 0.5.1

Release notes

Sourced from cloud.google.com/go/auth's releases.

auth: v0.5.1

0.5.1 (2024-05-31)

Bug Fixes

  • auth: Pass through client to 2LO and 3LO flows (#10290) (685784e)

ai: v0.5.0

0.5.0 (2024-05-09)

Features

  • ai/generativelanguage: Add FileState to File (3e25053)

auth: v0.5.0

0.5.0 (2024-05-28)

Features

  • auth: Adds X509 workload certificate provider (#10233) (17a9db7)
Changelog

Sourced from cloud.google.com/go/auth's changelog.

Changes

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

Bug Fixes

  • internal/postprocessor: Add scopes to all appropriate commit lines (#10192) (c21399b)

0.113.0 (2024-05-08)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10010) (34455c1)

Bug Fixes

  • all: Bump x/net to v0.24.0 (#10000) (ba31ed5)
  • debugger: Add internaloption.WithDefaultEndpointTemplate (3b41408)
  • internal/aliasfix: Handle import paths correctly (#10097) (fafaf0d)
  • rpcreplay: Properly unmarshal dynamic message (#9774) (53ccb20), refs #9773

Documentation

  • testing: Switch deprecated WithInsecure to WithTransportCredentials (#10091) (2b576ab)

0.112.2 (2024-03-27)

Bug Fixes

0.112.1 (2024-02-26)

Bug Fixes

  • internal/postprocessor: Handle googleapis link in commit body (#9251) (1dd3515)

Documentation

... (truncated)

Commits


Updates github.com/aws/aws-sdk-go from 1.53.10 to 1.53.14

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.53.14 (2024-05-31)

Service Client Updates

  • service/codebuild: Updates service documentation
    • AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise
  • service/codeguru-security: Updates service API and documentation
  • service/elasticache: Updates service API and documentation
    • Update to attributes of TestFailover and minor revisions.
  • service/launch-wizard: Updates service API and documentation

Release v1.53.13 (2024-05-30)

Service Client Updates

  • service/acm: Updates service API
    • add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/bedrock-agent: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation
  • service/cloudtrail: Updates service API and documentation
    • CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
  • service/connect: Updates service API and documentation
  • service/emr-serverless: Updates service API, documentation, and paginators
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for Aurora Postgres DBname.
  • service/sagemaker: Updates service API and documentation
    • Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.

Release v1.53.12 (2024-05-29)

Service Client Updates

  • service/athena: Updates service API and documentation
    • Throwing validation errors on CreateNotebook with Name containing /,:,\
  • service/codebuild: Updates service API and documentation
    • AWS CodeBuild now supports manually creating GitHub webhooks
  • service/connect: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • Add optional field JobMode to CreateJob and UpdateJob APIs.
  • service/securityhub: Updates service API

Release v1.53.11 (2024-05-28)

Service Client Updates

  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy.
  • service/ec2: Updates service API and documentation
    • Providing support to accept BgpAsnExtended attribute
  • service/kafka: Updates service API and documentation

... (truncated)

Commits


Updates github.com/charmbracelet/bubbletea from 0.26.3 to 0.26.4

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v0.26.4

Fix panics! Using program.SetWindowTitle and others may panic if they were called before the program starts.

Also note that program.SetWindowTitle is now deprecated. To set the window title use tea.SetWindowTitle command.

What's Changed

Full Changelog: https://github.com/charmbracelet/bubbletea/compare/v0.26.3...v0.26.4


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.

Commits
  • eb78a8c fix: program renderer commands (#1030)
  • 5331b83 chore(deps): bump github.com/charmbracelet/lipgloss in /examples (#1025)
  • c900512 chore(deps): bump github.com/charmbracelet/x/ansi from 0.1.1 to 0.1.2 (#1026)
  • See full diff in compare view


Updates github.com/charmbracelet/x/ansi from 0.1.1 to 0.1.2

Commits
  • 6f71142 feat(ansi): add NoConceal style attr
  • 77596eb docs(readme): minor copyedit
  • ff83003 feat(ansi): add last csi seq test
  • 68b3840 docs(readme): fix GoDocs links
  • 54e9144 docs(readme): add links to GoDocs, per-package
  • 75cd6ff chore(ci): enable gofumpt
  • 23081fb feat(teatest): use escape golden model diff
  • 74800c0 feat(golden): escape sequences
  • 394a367 chore(deps): bump github.com/charmbracelet/x/input in /term
  • 47cd60e fix(input): multiple window-size-events
  • Additional commits viewable in compare view


Updates github.com/charmbracelet/x/input from 0.1.0 to 0.1.1

Commits
  • fb066ab fix(ansi): return opaque colors
  • 0126bdc feat: adds getter for program field in TestModel (#54)
  • 36f8ff3 ci: generate windows syscalls
  • 0343bf5 fix(ci): windows generate ci
  • e4dc77a feat(ci): generate windows api on push
  • 3624ce5 fix(windows): GetKeyboardLayout/ToUnicodeEx don't return errors
  • ac1a4af chore(deps): bump github.com/charmbracelet/x/term in /xpty
  • e66de7a fix(term): a file can read/write/close
  • 599eee7 fix(ci): run termios-goos on push to main
  • e48c874 chore: go mod tidy
  • Additional commits viewable in compare view


Updates github.com/charmbracelet/x/windows from 0.1.0 to 0.1.2

Commits
  • 6f71142 feat(ansi): add NoConceal style attr
  • 77596eb docs(readme): minor copyedit
  • ff83003 feat(ansi): add last csi seq test
  • 68b3840 docs(readme): fix GoDocs links
  • 54e9144 docs(readme): add links to GoDocs, per-package
  • 75cd6ff chore(ci): enable gofumpt
  • 23081fb feat(teatest): use escape golden model diff
  • 74800c0 feat(golden): escape sequences
  • 394a367 chore(deps): bump github.com/charmbracelet/x/input in /term
  • 47cd60e fix(input): multiple window-size-events
  • Additional commits viewable in compare view


Updates github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7

Changelog

Sourced from github.com/hashicorp/go-retryablehttp's changelog.

0.7.7 (May 30, 2024)

BUG FIXES:

  • client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158)
Commits
  • 1542b31 v0.7.7
  • defb9f4 v0.7.7
  • a99f07b Merge pull request #158 from dany74q/danny/redacted-url-in-logs
  • 8a28c57 Merge branch 'main' into danny/redacted-url-in-logs
  • 86e852d Merge pull request #227 from hashicorp/dependabot/github_actions/actions/chec...
  • 47fe99e Bump actions/checkout from 4.1.5 to 4.1.6
  • 490fc06 Merge pull request #226 from testwill/ioutil
  • f3e9417 chore: remove refs to deprecated io/ioutil
  • See full diff in compare view


Updates github.com/pulumi/esc from 0.8.3 to 0.9.0

Release notes

Sourced from github.com/pulumi/esc's releases.

v0.9.0

Improvements

Bug Fixes

Changelog

Sourced from github.com/pulumi/esc's changelog.

0.9.0

Improvements

  • Add support for getting or opening environments at specific revisions/tags. #275

  • Add support for listing the revisions to an environment. #277

  • Add support for managing version tags. #283

  • Add support for displaying changed between environment revisions. #295

  • Finalize command tree for version management. #304

  • Add support to esc env edit for reading the edited environment definition from a file. #308

  • Add support for rolling back to a specific version of an environment. #305

  • Add a new ESC SDK for Go and Typescript #271

  • Add revision field to GetEnvironment and UpdateEnvironment client functions #313

Bug Fixes

  • Ensure that redacted output is flushed in esc run #280
Commits


Updates google.golang.org/api from 0.181.0 to 0.182.0

Release notes

Sourced from google.golang.org/api's releases.

v0.182.0

0.182.0 (2024-05-28)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.182.0 (2024-05-28)

Features

Commits


Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20240520151616-dc85e6b867a5 to 0.0.0-20240521202816-d264139d666e

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 weeks ago

Looks like these dependencies are updatable in another way, so this is no longer needed.