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 #136

Merged
merged 2 commits into from
Sep 4, 2023
Merged

chore(deps): update all dependencies #136

merged 2 commits into from
Sep 4, 2023

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Sep 4, 2023

This PR contains the following updates:

Package Type Update Change
awscli (source, changelog) patch ==1.29.35 -> ==1.29.40
github.com/ProtonMail/go-crypto indirect digest 5aa5874 -> 3c4c8a2
github.com/hashicorp/hcl/v2 indirect minor v2.17.0 -> v2.18.0
github.com/pelletier/go-toml/v2 indirect minor v2.0.9 -> v2.1.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.79.0 -> v3.80.0
github.com/zclconf/go-cty indirect minor v1.13.3 -> v1.14.0
golang.org/x/sys indirect minor v0.11.0 -> v0.12.0
golang.org/x/term indirect minor v0.11.0 -> v0.12.0
golang.org/x/text indirect minor v0.12.0 -> v0.13.0
golang.org/x/tools indirect digest 2191a27 -> 21090a2
pulumi/pulumi minor v3.79.0 -> v3.80.0
pulumi/pulumi-aws major v5.42.0 -> v6.0.4
pulumi/pulumi-azure-native minor v2.4.0 -> v2.5.0

Release Notes

aws/aws-cli (awscli)

v1.29.40

Compare Source

=======

  • api-change:chime-sdk-media-pipelines: This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics.
  • api-change:connect: Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions.
  • api-change:identitystore: New Identity Store content for China Region launch
  • api-change:neptunedata: Removed the descriptive text in the introduction.

v1.29.39

Compare Source

=======

  • api-change:chime-sdk-media-pipelines: This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.
  • api-change:cloudhsm: Deprecating CloudHSM Classic API Service.
  • api-change:connectcampaigns: Amazon Connect outbound campaigns has launched agentless dialing mode which enables customers to make automated outbound calls without agent engagement. This release updates three of the campaign management API's to support the new agentless dialing mode and the new dialing capacity field.
  • api-change:connectparticipant: Amazon Connect Participant Service adds the ability to get a view resource using a view token, which is provided in a participant message, with the release of the DescribeView API.
  • api-change:customer-profiles: Adds sensitive trait to various shapes in Customer Profiles API model.
  • api-change:ecs: This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.
  • api-change:grafana: Marking SAML RoleValues attribute as sensitive and updating VpcConfiguration attributes to match documentation.
  • api-change:health: Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses.
  • api-change:ivs: Updated "type" description for CreateChannel, UpdateChannel, Channel, and ChannelSummary.
  • api-change:kafkaconnect: Minor model changes for Kafka Connect as well as endpoint updates.
  • api-change:payment-cryptography-data: Make KeyCheckValue field optional when using asymmetric keys as Key Check Values typically only apply to symmetric keys
  • api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version

v1.29.38

Compare Source

=======

  • api-change:appflow: Add SAP source connector parallel and pagination feature
  • api-change:apprunner: App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository.
  • api-change:auditmanager: This release marks some assessment metadata as sensitive. We added a sensitive trait to the following attributes: assessmentName, emailAddress, scope, createdBy, lastUpdatedBy, and userName.
  • api-change:cleanrooms: This release decouples member abilities in a collaboration. With this change, the member who can run queries no longer needs to be the same as the member who can receive results.
  • api-change:datasync: AWS DataSync introduces Task Reports, a new feature that provides detailed reports of data transfer operations for each task execution.
  • api-change:neptunedata: Allows customers to execute data plane actions like bulk loading graphs, issuing graph queries using Gremlin and openCypher directly from the SDK.
  • api-change:network-firewall: Network Firewall increasing pagination token string length
  • api-change:pca-connector-ad: The Connector for AD allows you to use a fully-managed AWS Private CA as a drop-in replacement for your self-managed enterprise CAs without local agents or proxy servers. Enterprises that use AD to manage Windows environments can reduce their private certificate authority (CA) costs and complexity.
  • api-change:sagemaker: Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings

v1.29.37

Compare Source

=======

  • api-change:cognito-idp: Added API example requests and responses for several operations. Fixed the validation regex for user pools Identity Provider name.
  • api-change:fsx: Documentation updates for project quotas.
  • api-change:omics: Add RetentionMode support for Runs.
  • api-change:sesv2: Adds support for the new Export and Message Insights features: create, get, list and cancel export jobs; get message insights.

v1.29.36

Compare Source

=======

  • api-change:backup: Add support for customizing time zone for backup window in backup plan rules.
  • api-change:compute-optimizer: This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances.
  • api-change:organizations: Documentation updates for permissions and links.
  • api-change:securitylake: Remove incorrect regex enforcement on pagination tokens.
  • api-change:service-quotas: Service Quotas now supports viewing the applied quota value and requesting a quota increase for a specific resource in an AWS account.
  • api-change:workspaces-web: WorkSpaces Web now enables Admins to configure which cookies are synchronized from an end-user's local browser to the in-session browser. In conjunction with a browser extension, this feature enables enhanced Single-Sign On capability by reducing the number of times an end-user has to authenticate.
hashicorp/hcl (github.com/hashicorp/hcl/v2)

v2.18.0

Compare Source

Enhancements
  • HCL now uses the tables from Unicode 15 when performing string normalization and character segmentation. HCL was previously using the Unicode 13 tables.

    For calling applications where consistent Unicode support is important, consider also upgrading to Go 1.21 at the same time as adopting HCL v2.18.0 so that the standard library unicode tables (used for case folding, etc) will also be from Unicode 15.

v2.17.1

Compare Source

Enhancements
  • hclsyntax: When evaluating string templates that have a long known constant prefix, HCL will truncate the known prefix to avoid creating excessively-large refinements. String prefix refinements are intended primarily for relatively-short fixed prefixes, such as https:// at the start of a URL known to use that scheme. (#​617)
  • ext/tryfunc: The "try" and "can" functions now handle unknown values slightly more precisely, and so can return known values in more situations when given expressions referring to unknown symbols. (#​622)
Bugs Fixed
  • ext/typeexpr: Will no longer try to refine unknown values of unknown type when dealing with a user-specified type constraint containing the any keyword, avoiding an incorrect panic at runtime. (#​625)
  • ext/typeexpr: Now correctly handles attempts to declare the same object type attribute multiple times by returning an error. Previously this could potentially panic by creating an incoherent internal state. (#​624)
pelletier/go-toml (github.com/pelletier/go-toml/v2)

v2.1.0

Compare Source

This new minor release brings back the commented struct field tag from go-toml v1. It makes it easier to generate default or example configuration files. For instance:

type TLS struct {
	Cipher  string `toml:"cipher"`
	Version string `toml:"version"`
}
type Config struct {
	Host string `toml:"host" comment:"Host IP to connect to."`
	Port int    `toml:"port" comment:"Port of the remote server."`
	Tls  TLS    `toml:"TLS,commented" comment:"Encryption parameters (optional)"`
}
example := Config{
	Host: "127.0.0.1",
	Port: 4242,
	Tls: TLS{
		Cipher:  "AEAD-AES128-GCM-SHA256",
		Version: "TLS 1.3",
	},
}
out, err := toml.Marshal(example)

generates this TOML document:

### Host IP to connect to.
host = '127.0.0.1'

### Port of the remote server.
port = 4242

### Encryption parameters (optional)
### [TLS]

### cipher = 'AEAD-AES128-GCM-SHA256'
### version = 'TLS 1.3'

This feature was often mentioned as a blocker to upgrading from go-toml v1. Hopefully bringing it back in scope will help folks make the transition!

An other noteworthy improvement is on type mismatch errors. They now include the human-readable context, and include the struct field name of the faulty value if applicable.

Before:

toml: cannot store TOML string into a Go int

After:

1| [server]
2| path = "/my/path"
3| port = "bad"
 |        ~~~~~ cannot decode TOML string into struct field toml_test.Server.Port of type int

What's Changed

What's new
Fixed bugs
Other changes

New Contributors

Full Changelog: pelletier/go-toml@v2.0.9...v2.1.0

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

v3.80.0

Compare Source

3.80.0 (2023-08-31)
Features
  • [sdk/go] Add sdk/go/pulumix package with type-safe generics-based APIs to interact with Pulumi's core functionality.
    #​13509

  • [sdk/go] Built-in Pulumi types all satisfy pulumix.Input[T] for their underlying types.
    #​13509

  • [sdkgen/go] Generate types that are compatible with sdk/go/pulumix's type-safe APIs.
    #​13510

  • [sdkgen/{nodejs,python}] NodeJS and Python packages no longer running plugin install scripts on package install.
    #​13800

Bug Fixes
  • [cli/new] Fix regression where pulumi new -s org/project/stack would fail if the project already exists.
    #​13786

  • [sdk/nodejs] Fix provider used for resource methods
    #​13796

Miscellaneous
  • [cli] Some CLI prompts now support backspace, arrow keys, etc.
    #​13815

  • [sdk/go] Add cmdutil.TerminateProcessGroup to terminate processes gracefully.
    #​13792

  • [sdk/{go,nodejs,python}] Language plugins now clean up resources and exit cleanly on receiving SIGINT or CTRL_BREAK signals.
    #​13809

zclconf/go-cty (github.com/zclconf/go-cty)

v1.14.0

Compare Source

pulumi/pulumi-aws (pulumi/pulumi-aws)

v6.0.4

Compare Source

Changelog

  • 2285b8b Adding codecov to this repo (#​2772)
  • e6341a3 Bump google.golang.org/grpc from 1.29.1 to 1.53.0 in /sdk
  • e035d7c Fix panics in applyTags when tags are unknown (#​2776)
  • 8e8d685 Introduce provider upgrade tests (#​2714)
  • 18133d0 Merge remote-tracking branch 'origin/dependabot/go_modules/sdk/google.golang.org/grpc-1.53.0' into combined-pr-branch
  • 2cadeb6 Switch from ssh to https for submodule

v6.0.3

Compare Source

Changelog

v6.0.2

Compare Source

Please note the 6.0 Migration Guide for instructions on updating from v5.42.0 to v6.0.2 and dealing with breaking changes.

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-aws@v5.42.0...v6.0.2

pulumi/pulumi-azure-native (pulumi/pulumi-azure-native)

v2.5.0

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Types
  • 🟢 "azure-native:datafactory:SelfHostedIntegrationRuntimeStatusResponse": required: "selfContainedInteractiveAuthoringEnabled" property has changed to Required
New functions:
  • servicefabric.getmanagedMaintenanceWindowStatus

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.4.0...v2.5.0


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.

@platform-engineering-bot
Copy link
Collaborator Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: mod upgrade --mod-name=github.com/hashicorp/hcl/v2 -t=2
could not load package: err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/crc-org/crc-cloud:
	github.com/pulumi/pulumi/sdk/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/apparentlymart/go-textseg/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/atotto/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aymanbagabas/go-osc52/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/charmbracelet/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/charmbracelet/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/charmbracelet/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/containerd/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/hashicorp/hcl/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/lucasb-eyer/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/mattn/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/mattn/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/muesli/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/muesli/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/muesli/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/muesli/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/zclconf/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/ProtonMail/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pelletier/go-toml/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/ProtonMail/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/hashicorp/hcl/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pelletier/go-toml/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi/sdk/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/zclconf/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor


@lmilbaum lmilbaum merged commit 02e0835 into main Sep 4, 2023
3 checks passed
@lmilbaum lmilbaum deleted the renovate/all branch September 4, 2023 11:58
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.

2 participants