-
Notifications
You must be signed in to change notification settings - Fork 224
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
Announce pulumi-gcp v8 release #12791
Conversation
Your site preview for commit 9f29390 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12791-9f293902.s3-website.us-west-2.amazonaws.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Guin! Left a few suggestions; maybe @mnlumi still has some assets we could crib from to build a new version of the resource count image?
|
||
### Looking Back | ||
|
||
Since the last major release of this provider, we have continuously shipped improvements to our ecosystem, bringing the latest Pulumi features to your production stack. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we pull any stats on # or resources/functions/inputs like we did for last year?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the type of thing I'd need help with, I don't entirely know where to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used some jq to pull these from the schema:
❯ cat provider/cmd/pulumi-resource-gcp/schema.json| jq '.functions | length '
319
❯ cat provider/cmd/pulumi-resource-gcp/schema.json| jq '.resources | length'
981
❯ cat provider/cmd/pulumi-resource-gcp/schema.json| jq '.resources | map(.properties | length) | add'
9302
Can use the graphic from the last release for the stats on the prior version. I'm not sure how to make the pretty pictures though.
The Pulumi Google Cloud provider can be used to provision any of the Google Cloud resources available in the upstream provider. | ||
The provider is open source and available on GitHub so you can always follow along with current issues and developments, or even open your first pull request. | ||
|
||
<!--more--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you adding more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this was the fold for the blog post format. Isn't the "more" anything below this intro?
Your site preview for commit 55a72ff is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12791-55a72ff1.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 88ed8f2 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12791-88ed8f26.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 5a2307e is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12791-5a2307e1.s3-website.us-west-2.amazonaws.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest version looks good to me.
content/blog/gcp-v8-release/index.md
Outdated
@@ -0,0 +1,85 @@ | |||
--- | |||
title: "Pulumi Google Cloud Provider Version 8.0.0" | |||
date: 2024-09-18T10:08:42-07:00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
date: 2024-09-18T10:08:42-07:00 | |
date: 2024-09-19T10:08:42-07:00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just made 1 suggestion to publish date (assuming its going today)
Your site preview for commit 6f164c2 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-12791-6f164c2f.s3-website.us-west-2.amazonaws.com. |
Draft for the GCP v8 release announcement.
I'm not sure how to handle the frontmatter date, and would appreciate any help finding some fun images or graphics to make this look a little nicer.