Skip to content

Maintenance: bump CDK CLI version in publish_layer.yaml workflow #1231

Closed
@dreamorosi

Description

@dreamorosi

Summary

The publish_layer.yaml workflow currently has a hardcoded version on the CDK CLI. Given that in #1228 we have recently bumped the version of the actual CDK stack, the fact that this is hardcoded makes it fail as they are not aligned.

Why is this needed?

Because if the two versions are not aligned the workflow might fail, like it happened here, preventing the layers to be published.

Which area does this relate to?

Automation

Solution

Temporarily, as a short term fix that allows us to publish layers, manually bump the version in the workflow to align it with the one used in the layer-publisher folder.

Later, remove the hardcoded version number from the workflow and manage the dependency in the layer-publisher workflow. This work is tracked in #1226.

Acknowledgment

Metadata

Metadata

Assignees

Labels

automationThis item relates to automationcompletedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions