Skip to content

fix(deps): update module github.com/hashicorp/terraform-plugin-framew… #174

fix(deps): update module github.com/hashicorp/terraform-plugin-framew…

fix(deps): update module github.com/hashicorp/terraform-plugin-framew… #174

Triggered via push February 23, 2025 15:50
Status Failure
Total duration 3m 34s
Artifacts 9

main.yml

on: push
Matrix: build_provider / build_provider
Matrix: build_sdk / build_sdk
Matrix: test
publish  /  publish
publish / publish
publish  /  publish_sdk
publish / publish_sdk
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Unexpected file modified: sdk/python/descope_pulumi/_utilities.py#L1
File modified: @@ -89,12 +89,16 @@ def _get_semver_version(): elif pep440_version.pre_tag == 'rc': prerelease = f"rc.{pep440_version.pre}" elif pep440_version.dev is not None: + # PEP440 has explicit support for dev builds, while semver encodes them as "prerelease" versions. To bridge + # between the two, we convert our dev build version into a prerelease tag. This matches what all of our other + # packages do when constructing their own semver string. prerelease = f"dev.{pep440_version.dev}" + elif pep440_version.local is not None: + # PEP440 only allows a small set of prerelease tags, so when converting an arbitrary prerelease, + # PypiVersion in /pkg/codegen/python/utilities.go converts it to a local version. Therefore, we need to + # do the reverse conversion here and set the local version as the prerelease tag. + prerelease = pep440_version.local - # The only significant difference between PEP440 and semver as it pertains to us is that PEP440 has explicit support - # for dev builds, while semver encodes them as "prerelease" versions. In order to bridge between the two, we convert - # our dev build version into a prerelease tag. This matches what all of our other packages do when constructing - # their own semver string. return SemverVersion(major=major, minor=minor, patch=patch, prerelease=prerelease)
build_sdk / build_sdk (python)
Unexpected changes detected: 1. See file annotations for details.
prerequisites / prerequisites
No files were found with the provided path: provider/cmd/pulumi-resource-descope/schema-embed.json. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
descope-provider.tar.gz
56.8 MB
dotnet-sdk.tar.gz
782 KB
go-sdk.tar.gz
70.9 KB
nodejs-sdk.tar.gz
23.8 MB
pulumi-resource-descope-v0.2.0-alpha.1740325842-darwin-amd64.tar.gz
26.5 MB
pulumi-resource-descope-v0.2.0-alpha.1740325842-darwin-arm64.tar.gz
25.3 MB
pulumi-resource-descope-v0.2.0-alpha.1740325842-linux-amd64.tar.gz
26.5 MB
pulumi-resource-descope-v0.2.0-alpha.1740325842-linux-arm64.tar.gz
24.8 MB
pulumi-resource-descope-v0.2.0-alpha.1740325842-windows-amd64.tar.gz
27 MB