Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pulumi/environments/aws/staging/40-vpc/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vpc
description: VPC infrastructure for staging environment
runtime: yaml
packages:
vpc: ../../../../components/aws/vpc@0.0.0
vpc: https://github.com/ManagedKube/devops-with-ai.git/pulumi/components/aws/vpc@0.0.2
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title and description indicate this should update to release v0.0.1, but the code references version 0.0.2. This version mismatch needs to be corrected to align with the stated purpose of using the v0.0.1 release that was created.

Suggested change
vpc: https://github.com/ManagedKube/devops-with-ai.git/pulumi/components/aws/vpc@0.0.2
vpc: https://github.com/ManagedKube/devops-with-ai.git/pulumi/components/aws/vpc@0.0.1

Copilot uses AI. Check for mistakes.
resources:
aws-provider:
# Version can be found here: https://github.com/pulumi/pulumi-aws
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packageDeclarationVersion: 1
name: vpc
version: 0.0.2
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version should be 0.0.1 to match the PR description and the intended release version. According to custom guideline 1000002, when the component version in Pulumi.yaml is modified, the SDK file version must be updated to the same version number.

Suggested change
version: 0.0.2
version: 0.0.1

Copilot uses AI. Check for mistakes.
downloadUrl: git://github.com/ManagedKube/devops-with-ai.git/pulumi/components/aws/vpc
Loading