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

Update build and package names #59

Merged
merged 6 commits into from
Jun 20, 2024

Conversation

mjeffryes
Copy link
Member

  • Migrate this provider to the pulumi namespace
  • Update build system with ci-mgmt (including enabling respectSchemaVersion and PyPackage for codegen)
  • Upgrade tfbridge and pu/pu
  • regenerate SDKs

Copy link

Does the PR have any schema changes?

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

Maintainer note: consult the runbook for dealing with any breaking changes.

Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

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

I would merge this now, and then we should be able to iterate with a smaller diff.

@@ -25,7 +25,7 @@ const (
serviceMod = "service"
)

func preConfigureCallback(vars resource.PropertyMap, c shim.ResourceConfig) error {
func preConfigureCallback(_ resource.PropertyMap, _ shim.ResourceConfig) error {
Copy link
Member

Choose a reason for hiding this comment

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

We can just delete this function (not passing it to tfbridge.Info).

.ci-mgmt.yaml Outdated
provider: harness
major-version: 0
makeTemplate: bridged
generate-nightly-test-workflow: true
Copy link
Member

Choose a reason for hiding this comment

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

Do we need the nightly workflow for this provider? We normally save that for tier 1 providers.

- drop preConfigCallback
- drop nightly workflow
- remove sdk/java/build
@iwahbe
Copy link
Member

iwahbe commented Jun 20, 2024

We don't maintain a CHANGELOG anymore. We just use GH's releases. You can just delete CHANGELOG.md and that will make the "Update Changelog" bot happy.

@mjeffryes mjeffryes merged commit 840c52c into main Jun 20, 2024
16 of 17 checks passed
@mjeffryes mjeffryes deleted the upgrade-pulumi-terraform-bridge-to-v3.84.0 branch June 20, 2024 21:02
@mjeffryes mjeffryes self-assigned this Jun 21, 2024
iwahbe added a commit to pulumi/ci-mgmt that referenced this pull request Jun 24, 2024
with [Update build and package names ·
pulumi-harness/59](pulumi/pulumi-harness#59),
the harness provider should be ready to add to the fleet.

---------

Co-authored-by: Ian Wahbe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants