Skip to content

Commit

Permalink
Upgrade pulumi-yaml to 1.7.0 (#16082)
Browse files Browse the repository at this point in the history
title
  • Loading branch information
tgummerer committed Apr 30, 2024
1 parent b57c60f commit f35e98e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 83 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changes:
- type: feat
scope: components/yaml
description: Upgrade pulumi-yaml to 1.7.0
2 changes: 1 addition & 1 deletion pkg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ require (
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231
github.com/pulumi/esc v0.6.2
github.com/pulumi/pulumi-java/pkg v0.10.0
github.com/pulumi/pulumi-yaml v1.6.0
github.com/pulumi/pulumi-yaml v1.7.0
github.com/segmentio/encoding v0.3.5
github.com/shirou/gopsutil/v3 v3.22.3
github.com/spf13/afero v1.9.5
Expand Down
4 changes: 2 additions & 2 deletions pkg/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1579,8 +1579,8 @@ github.com/pulumi/esc v0.6.2 h1:+z+l8cuwIauLSwXQS0uoI3rqB+YG4SzsZYtHfNoXBvw=
github.com/pulumi/esc v0.6.2/go.mod h1:jNnYNjzsOgVTjCp0LL24NsCk8ZJxq4IoLQdCT0X7l8k=
github.com/pulumi/pulumi-java/pkg v0.10.0 h1:D1i5MiiNrxYr2uJ1szcj1aQwF9DYv7TTsPmajB9dKSw=
github.com/pulumi/pulumi-java/pkg v0.10.0/go.mod h1:xu6UgYtQm+xXOo1/DZNa2CWVPytu+RMkZVTtI7w7ffY=
github.com/pulumi/pulumi-yaml v1.6.0 h1:mb/QkebWXTa1fR+P3ZkCCHGXOYC6iTN8X8By9eNz8xM=
github.com/pulumi/pulumi-yaml v1.6.0/go.mod h1:RyEPo4MhL363sbAiFMVKRsQmXpQPDCY1S8pGv3E6Ij0=
github.com/pulumi/pulumi-yaml v1.7.0 h1:SbFSaqkH8UiMEy0ZSH9sHLQlmV8so0iCLfvLbPtVP7s=
github.com/pulumi/pulumi-yaml v1.7.0/go.mod h1:pCfYHSRmdl+5dM/7eT2uDQS528YOhAhiqbn9pwRzW20=
github.com/pulumi/ssh-agent v0.5.1 h1:7DT4FcZNHWBAp9BFI+k0+HeBYGWbJvilJ29ra/4FlRM=
github.com/pulumi/ssh-agent v0.5.1/go.mod h1:e6cyz/FUcE3PcJZ0tiuygkRsnHnCZcSQoQU+APbnrVA=
github.com/rakyll/embedmd v0.0.0-20171029212350-c8060a0752a2/go.mod h1:7jOTMgqac46PZcF54q6l2hkLEG8op93fZu61KmxWDV4=
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/grapl-security/pulumi-hcp/sdk v0.1.14
github.com/hexops/autogold v1.3.0
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231
github.com/pulumi/pulumi/pkg/v3 v3.109.0
github.com/pulumi/pulumi/pkg/v3 v3.114.0
github.com/pulumi/pulumi/sdk/v3 v3.114.0
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.63.2
Expand Down

0 comments on commit f35e98e

Please sign in to comment.