Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #144

Merged
merged 1 commit into from
Sep 25, 2023
Merged

chore(deps): update all dependencies #144

merged 1 commit into from
Sep 25, 2023

Conversation

platform-engineering-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.0.0 -> v4.1.0
awscli (source, changelog) patch ==1.29.49 -> ==1.29.53
github.com/ProtonMail/go-crypto indirect digest 3c4c8a2 -> afb1ddc
github.com/pulumi/pulumi-aws/sdk/v6 require minor v6.1.0 -> v6.2.1
github.com/pulumi/pulumi-command/sdk require minor v0.8.2 -> v0.9.1
github.com/pulumi/pulumi-random/sdk/v4 require minor v4.13.4 -> v4.14.0
github.com/pulumi/pulumi-tls/sdk/v4 require minor v4.10.0 -> v4.11.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.83.0 -> v3.85.0
github.com/skeema/knownhosts indirect patch v1.2.0 -> v1.2.1
github.com/spf13/afero indirect minor v1.9.5 -> v1.10.0
google.golang.org/genproto/googleapis/rpc indirect digest 007df8e -> e6e6cda
google.golang.org/grpc indirect patch v1.58.1 -> v1.58.2
pulumi/pulumi minor v3.83.0 -> v3.85.0
pulumi/pulumi-aws minor v6.1.0 -> v6.2.1
pulumi/pulumi-command minor v0.8.2 -> v0.9.1
pulumi/pulumi-random minor v4.13.4 -> v4.14.0
pulumi/pulumi-tls minor v4.10.0 -> v4.11.0
registry.access.redhat.com/ubi9/go-toolset stage patch 1.19.10-14 -> 1.19.10-14.1695131433

Release Notes

actions/checkout (actions/checkout)

v4.1.0

Compare Source

aws/aws-cli (awscli)

v1.29.53

Compare Source

=======

  • api-change:braket: This release adds support to view the device queue depth (the number of queued quantum tasks and hybrid jobs on a device) and queue position for a quantum task and hybrid job.
  • api-change:dms: new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
  • api-change:ec2: 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.
  • api-change:efs: Update efs command to latest version
  • api-change:guardduty: Add EKS_CLUSTER_NAME to filter and sort key.
  • api-change:mediaconvert: This release supports the creation of of audio-only tracks in CMAF output groups.

v1.29.52

Compare Source

=======

  • api-change:appconfig: Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors
  • api-change:apprunner: This release adds improvements for managing App Runner auto scaling configuration resources. New APIs: UpdateDefaultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoScalingConfiguration.
  • api-change:codeartifact: Add support for the Swift package format.
  • api-change:kinesisvideo: Updated DescribeMediaStorageConfiguration, StartEdgeConfigurationUpdate, ImageGenerationConfiguration$SamplingInterval, and UpdateMediaStorageConfiguration to match AWS Docs.
  • api-change:logs: Add ClientToken to QueryDefinition CFN Handler in CWL
  • api-change:s3: Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException
  • api-change:servicediscovery: Adds a new DiscoverInstancesRevision API and also adds InstanceRevision field to the DiscoverInstances API response.
  • api-change:sso-oidc: Update FIPS endpoints in aws-us-gov.
  • enhancement:codeartifact login: Add Swift support for CodeArtifact login command

v1.29.51

Compare Source

=======

  • api-change:ec2: This release adds support for C7i, and R7a instance types.
  • api-change:outposts: This release adds the InstanceFamilies field to the ListAssets response.
  • api-change:sagemaker: This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis.

v1.29.50

Compare Source

=======

  • api-change:discovery: Add sensitive protection for customer information
  • api-change:macie2: This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers.
  • api-change:workmail: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.
pulumi/pulumi-aws (github.com/pulumi/pulumi-aws/sdk/v6)

v6.2.1

Compare Source

Changelog

v6.2.0

Compare Source

Changelog

pulumi/pulumi-command (github.com/pulumi/pulumi-command/sdk)

v0.9.1

Compare Source

v0.9.0

Compare Source

pulumi/pulumi-random (github.com/pulumi/pulumi-random/sdk/v4)

v4.14.0

Compare Source

Changelog

This release introduces wheel distribution publishing to PyPI for the Python SDK and fixes documentation for importing RandomString and RandomPassword.

pulumi/pulumi-tls (github.com/pulumi/pulumi-tls/sdk/v4)

v4.11.0

Compare Source

Changelog

There are no upstream changes for this release. It simply catches up with Pulumi dependencies, latest workflows and introduces PyPI publishing of the Python SDK.

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.85.0

Compare Source

3.85.0 (2023-09-22)
Features
  • [engine] Provider mapping information lookups are now more efficient. Providers can also support multiple mappings.
    #​13975

  • [cli/new] pulumi policy new now injects PULUMI_ACCESS_TOKEN when necessary to support downloading Premium Policies.
    #​13898

  • [sdkgen/python] Generate output-versioned invokes for functions without inputs
    #​13685

Bug Fixes
  • [sdkgen/dotnet] Fixes potential conflicts when generating resources called System
    #​14011

  • [cli/engine] Errors writing out snapshots now print error messages to be seen by users.
    #​14016

  • [sdk/go] Ensure Assets of AssetArchive are non-nil when creating and deserializing
    #​14007

  • [cli/new] Fix selector wrapping on narrow terminals.
    #​13979

  • [sdkgen/python] Fix error calling _configure when the value is None
    #​14014

v3.84.0

Compare Source

3.84.0 (2023-09-19)
Features
  • [engine] Program conversion plugins can now be passed extra arguments from convert.
    #​13973

  • [sdkgen/go] Support generating Go SDKs that use generic input and output types
    #​13828

Bug Fixes
  • [cli/new] pulumi new no longer defaults to a project name of "pulum" if ran in a folder called "pulumi".
    #​13953
skeema/knownhosts (github.com/skeema/knownhosts)

v1.2.1

Compare Source

spf13/afero (github.com/spf13/afero)

v1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.9.5...v1.10.0

grpc/grpc-go (google.golang.org/grpc)

v1.58.2: Release 1.58.2

Compare Source

Bug Fixes

  • balancer/weighted_round_robin: fix ticker leak on update

    A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 Renovate Bot.

Sorry, something went wrong.

@adrianriobo adrianriobo self-requested a review September 25, 2023 09:41
@adrianriobo adrianriobo merged commit 87ccb66 into main Sep 25, 2023
3 checks passed
@platform-engineering-bot platform-engineering-bot deleted the renovate/all branch September 25, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants