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

Pin dependencies #1451

Closed
wants to merge 1 commit into from
Closed

Pin dependencies #1451

wants to merge 1 commit into from

Conversation

pulumi-renovate[bot]
Copy link
Contributor

@pulumi-renovate pulumi-renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Type Update Change
@pulumi/aws (source) dependencies pin ^6.0.0 -> 6.66.2
@pulumi/aws (source) dependencies pin ^6.0.4 -> 6.66.2
@pulumi/aws (source) dependencies minor 6.65.0 -> 6.66.2
@pulumi/awsx (source) dependencies pin ^2.0.2 -> 2.19.0
@pulumi/awsx (source) dependencies pin ^2.0.0 -> 2.19.0
@pulumi/docker (source) dependencies patch 4.5.1 -> 4.5.8
@pulumi/pulumi (source) dependencies pin ^3.0.0 -> 3.144.1
@pulumi/pulumi (source) dependencies pin ^3.113.0 -> 3.144.1
github.com/pulumi/providertest require minor v0.0.12 -> v0.1.4
github.com/pulumi/pulumi-awsx/sdk/v2 require minor v2.4.0 -> v2.19.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.113.0 -> v3.144.1
github.com/pulumi/pulumi/sdk/v3 require minor v3.113.0 -> v3.144.1
pulumi/action-install-pulumi-cli action pinDigest -> b374ceb
pulumi/provider-version-action action pinDigest -> 7c54f13

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

pulumi/pulumi-aws (@​pulumi/aws)

v6.66.2

Compare Source

v6.66.1

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Types
  • 🟢 "aws:alb/getListenerMutualAuthentication:getListenerMutualAuthentication": required: "advertiseTrustStoreCaNames" property has changed to Required
  • 🟢 "aws:lb/getListenerMutualAuthentication:getListenerMutualAuthentication": required: "advertiseTrustStoreCaNames" property has changed to Required
    No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-aws@v6.66.0...v6.66.1

v6.66.0

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Types
  • 🟢 "aws:codeconnections/HostVpcConfiguration:HostVpcConfiguration": required: "tlsCertificate" property is no longer Required
  • 🟢 "aws:licensemanager/getReceivedLicenseEntitlement:getReceivedLicenseEntitlement": required: "overage" property has changed to Required
New resources:
  • apigateway/domainNameAccessAssociation.DomainNameAccessAssociation
  • cloudfront/vpcOrigin.VpcOrigin
  • memorydb/multiRegionCluster.MultiRegionCluster
  • networkmanager/dxGatewayAttachment.DxGatewayAttachment
  • rds/clusterSnapshotCopy.ClusterSnapshotCopy
New functions:
  • servicecatalog/getAppregistryAttributeGroupAssociations.getAppregistryAttributeGroupAssociations

What's Changed

Full Changelog: pulumi/pulumi-aws@v6.65.0...v6.66.0

pulumi/pulumi-docker (@​pulumi/docker)

v4.5.8

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-docker@v4.5.7...v4.5.8

v4.5.7

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-docker@v4.5.6...v4.5.7

v4.5.6

Compare Source

Does the PR have any schema changes?

Found 21 breaking changes:

Resources
  • "docker:index/container:Container":
    • inputs:
      • 🟡 "logOpts": additional properties type changed from "pulumi.json#/Any" to "string"
      • 🟡 "storageOpts": additional properties type changed from "pulumi.json#/Any" to "string"
      • 🟡 "sysctls": additional properties type changed from "pulumi.json#/Any" to "string"
      • 🟡 "tmpfs": additional properties type changed from "pulumi.json#/Any" to "string"
    • properties:
      • 🟡 "logOpts": additional properties type changed from "pulumi.json#/Any" to "string"
      • 🟡 "storageOpts": additional properties type changed from "pulumi.json#/Any" to "string"
      • 🟡 "sysctls": additional properties type changed from "pulumi.json#/Any" to "string"
      • 🟡 "tmpfs": additional properties type changed from "pulumi.json#/Any" to "string"
  • "docker:index/network:Network":
    • inputs:
      • 🟡 "ipamOptions": additional properties type changed from "pulumi.json#/Any" to "string"
      • 🟡 "options": additional properties type changed from "pulumi.json#/Any" to "string"
    • properties:
      • 🟡 "ipamOptions": additional properties type changed from "pulumi.json#/Any" to "string"
      • 🟡 "options": additional properties type changed from "pulumi.json#/Any" to "string"
  • "docker:index/registryImage:RegistryImage":
    • 🟡 inputs: "triggers": additional properties type changed from "pulumi.json#/Any" to "string"
    • 🟡 properties: "triggers": additional properties type changed from "pulumi.json#/Any" to "string"
  • "docker:index/remoteImage:RemoteImage":
    • 🟡 inputs: "triggers": additional properties type changed from "pulumi.json#/Any" to "string"
    • 🟡 properties: "triggers": additional properties type changed from "pulumi.json#/Any" to "string"
  • "docker:index/volume:Volume":
    • 🟡 inputs: "driverOpts": additional properties type changed from "pulumi.json#/Any" to "string"
    • 🟡 properties: "driverOpts": additional properties type changed from "pulumi.json#/Any" to "string"
Types
  • 🟡 "docker:index/NetworkIpamConfig:NetworkIpamConfig": properties: "auxAddress": additional properties type changed from "pulumi.json#/Any" to "string"
  • 🟡 "docker:index/ServiceTaskSpecContainerSpec:ServiceTaskSpecContainerSpec": properties: "sysctl": additional properties type changed from "pulumi.json#/Any" to "string"
  • 🟡 "docker:index/getNetworkIpamConfig:getNetworkIpamConfig": properties: "auxAddress": additional properties type changed from "pulumi.json#/Any" to "string"
    No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-docker@v4.5.5...v4.5.6

v4.5.5

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-docker@v4.5.4...v4.5.5

v4.5.4

Compare Source

Changelog

v4.5.3

Compare Source

Changelog

v4.5.2

Compare Source

Changelog

pulumi/providertest (github.com/pulumi/providertest)

v0.1.4

Compare Source

What's Changed

Full Changelog: pulumi/providertest@v0.1.3...v0.1.4

v0.1.3

Compare Source

What's Changed

Full Changelog: pulumi/providertest@v0.1.2...v0.1.3

v0.1.2

Compare Source

What's Changed

Full Changelog: pulumi/providertest@v0.1.1...v0.1.2

v0.1.1

Compare Source

What's Changed

Full Changelog: pulumi/providertest@v0.1.0...v0.1.1

v0.1.0

Compare Source

What's Changed

⚠️ Breaking change ⚠️

You must now pass T as the first parameter for any method which does asserts internally, as is the pattern in Go.

You can fix pretty much all usages using the following batch of gofmt commands:

gofmt -r 'a.Convert(b) -> a.Convert(t, b)' -w ./**/*_test.go
gofmt -r 'a.CopyTo(b) -> a.CopyTo(t, b)' -w ./**/*_test.go
gofmt -r 'a.CopyToTempDir() -> a.CopyToTempDir(t)' -w ./**/*_test.go
gofmt -r 'a.Destroy() -> a.Destroy(t)' -w ./**/*_test.go
gofmt -r 'a.ExportStack() -> a.ExportStack(t)' -w ./**/*_test.go
gofmt -r 'a.GrpcLog() -> a.GrpcLog(t)' -w ./**/*_test.go
gofmt -r 'a.ClearGrpcLog() -> a.ClearGrpcLog(t)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d, e, f, g) -> a.Import(t, b, c, d, e, f, g)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d, e, f) -> a.Import(t, b, c, d, e, f)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d, e) -> a.Import(t, b, c, d, e)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d) -> a.Import(t, b, c, d)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c) -> a.Import(t, b, c)' -w ./**/*_test.go
gofmt -r 'a.Import(b) -> a.Import(t, b)' -w ./**/*_test.go
gofmt -r 'a.ImportStack(b) -> a.ImportStack(t, b)' -w ./**/*_test.go
gofmt -r 'a.Install() -> a.Install(t)' -w ./**/*_test.go
gofmt -r 'a.InstallStack(b) -> a.InstallStack(t, b)' -w ./**/*_test.go
gofmt -r 'a.Preview() -> a.Preview(t)' -w ./**/*_test.go
gofmt -r 'a.Refresh() -> a.Refresh(t)' -w ./**/*_test.go
gofmt -r 'a.SetConfig(b, c) -> a.SetConfig(t, b, c)' -w ./**/*_test.go
gofmt -r 'a.Up() -> a.Up(t)' -w ./**/*_test.go
gofmt -r 'a.UpdateSource(b) -> a.UpdateSource(t, b)' -w ./**/*_test.go
gofmt -r 'a.NewStack(b) -> a.NewStack(t, b)' -w ./**/*_test.go
gofmt -r 'a.Run(b) -> a.Run(t, b)' -w ./**/*_test.go

New Contributors

Full Changelog: pulumi/providertest@v0.0.15...v0.1.0

v0.0.15

Compare Source

What's Changed

New Contributors

Full Changelog: pulumi/providertest@v0.0.14...v0.0.15

v0.0.14

Compare Source

What's Changed

Full Changelog: pulumi/providertest@v0.0.13...v0.0.14

v0.0.13

Compare Source

What's Changed

New Contributors

Full Changelog: pulumi/providertest@v0.0.12...v0.0.13

pulumi/pulumi-awsx (github.com/pulumi/pulumi-awsx/sdk/v2)

v2.19.0

Compare Source

What's Changed

Full Changelog: v2.18.1...v2.19.0

v2.18.1

Compare Source

What's Changed

Full Changelog: v2.18.0...v2.18.1

v2.18.0

Compare Source

What's Changed

Full Changelog: v2.17.0...v2.18.0

v2.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: v2.16.1...v2.17.0

v2.16.1

Compare Source

What's Changed

Full Changelog: v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

Full Changelog: v2.15.0...v2.16.0

v2.15.0

Compare Source

What's Changed

Full Changelog: v2.14.0...v2.15.0

v2.14.0

Compare Source

What's Changed

Fixes
Dependencies
Internal

Full Changelog: v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

Full Changelog: v2.12.3...v2.13.0

v2.12.3

Compare Source

v2.12.1

Compare Source

What's Changed

Full Changelog: v2.12.0...v2.12.1

v2.12.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@pulumi-renovate pulumi-renovate bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Dec 27, 2024
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) December 27, 2024 22:18
@pulumi-renovate
Copy link
Contributor Author

pulumi-renovate bot commented Dec 27, 2024

ℹ Artifact update notice

File name: examples/cloudtrail/go/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.1 -> 1.23.4
github.com/pulumi/pulumi-aws/sdk/v6 v6.9.0 -> v6.59.1
File name: examples_legacy/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 27 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.2.3 -> v0.5.0
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 -> v1.0.0
github.com/charmbracelet/bubbletea v0.24.2 -> v0.25.0
github.com/go-git/go-git/v5 v5.11.0 -> v5.12.0
github.com/golang/glog v1.2.0 -> v1.2.2
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 -> v0.1.8
github.com/hashicorp/go-sockaddr v1.0.2 -> v1.0.6
github.com/hashicorp/hcl/v2 v2.17.0 -> v2.22.0
github.com/hashicorp/vault/api v1.8.2 -> v1.12.0
github.com/pulumi/esc v0.6.2 -> v0.10.0
github.com/sergi/go-diff v1.3.1 -> v1.3.2-0.20230802210424-5b0b94c5c0d3
github.com/skeema/knownhosts v1.2.1 -> v1.2.2
gocloud.dev/secrets/hashivault v0.27.0 -> v0.37.0
golang.org/x/crypto v0.24.0 -> v0.31.0
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa -> v0.0.0-20240604190554-fc45aab8b7f8
golang.org/x/mod v0.17.0 -> v0.18.0
golang.org/x/net v0.26.0 -> v0.33.0
golang.org/x/oauth2 v0.18.0 -> v0.22.0
golang.org/x/sync v0.7.0 -> v0.10.0
golang.org/x/sys v0.21.0 -> v0.28.0
golang.org/x/term v0.21.0 -> v0.27.0
golang.org/x/text v0.16.0 -> v0.21.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.62.1 -> v1.67.1
google.golang.org/protobuf v1.33.0 -> v1.35.1
File name: provider/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.0 -> 1.23.4

@t0yv0
Copy link
Member

t0yv0 commented Dec 27, 2024

Similarly to pulumi/pulumi-eks repo this needs a target to automatically recompute schema and SDKs for these PRs.

Run pulumi/git-status-check-action@v1
 M awsx/schema-types.ts
 M schema.json

@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 2 times, most recently from 79b20da to 801c465 Compare December 30, 2024 20:05
corymhall added a commit that referenced this pull request Jan 2, 2025
I tried to copy what we did for pulumi-eks to generate the missing
files.

re #1451
corymhall added a commit that referenced this pull request Jan 2, 2025
I tried to copy what we did for pulumi-eks to generate the missing
files.

re #1451
@corymhall corymhall closed this Jan 2, 2025
auto-merge was automatically disabled January 2, 2025 17:39

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants