big-piano-35669
big-piano-35669
chilly-crayon-57653
white-balloon-205
pulumi update
• Local backend is no longer a debug-only option
You can install the latest version by just rerunning the installer, or by visiting https://pulumi.io/install/.
Pulumi 0.14.1 changelog: https://pulumi.io/install/changelog.html#v141chilly-crayon-57653
chilly-crayon-57653
quaint-queen-37896
07/02/2018, 3:51 AMbig-piano-35669
quaint-queen-37896
07/02/2018, 4:18 AMcold-salesclerk-44266
07/05/2018, 7:24 PMmdavid$ cat ~/.local/bin/pulumi-update
#!/bin/bash -e
curl -fsSL <https://get.pulumi.com/> | sh
cold-salesclerk-44266
07/05/2018, 7:33 PMcurl -I <https://get.pulumi.com> | grep etag
(plus a few additional lines) be embedded into ~/.bash_profile to check the etag value and run curl -fsSL <https://get.pulumi.com/> | sh
if the value has changed since the last time the shell was launched?big-piano-35669
white-balloon-205
@pulumi/aws
as part of updating to v1.26.0 of the AWS Terraform Provider
• Support for SQS queues in the @pulumi/aws-serverless
library
• Projection of the id
property on data source functions in the AWS, Azure and GCP libraries (thanks @helpful-vegetable-35581!)
You can install the latest version by just rerunning the installer, or by visiting https://pulumi.io/install/.
Pulumi 0.14.2 changelog: https://pulumi.io/install/changelog.html#v142quaint-queen-37896
07/06/2018, 1:32 AMadamant-restaurant-73893
07/19/2018, 8:47 PMadamant-restaurant-73893
07/19/2018, 8:47 PMbitter-oil-46081
07/27/2018, 5:45 PM@pulumi/aws
package (many of which came from @stocky-spoon-28903, Thanks!)
- Initial support for doing serverless functions with GCP.
- Improvements to the CLI's output, especially when run in CI environments like Travis.
You can install the latest version by just rerunning the installer, or by visiting https://pulumi.io/install/
Pulumi 0.14.3: https://pulumi.io/install/changelog.html#v143white-balloon-205
pulumi new
can now point at any Git repository, allowing customized templates in addition to those hosted by Pulumi.
* Native TypeScript Support: You no longer need to manually run tsc
. .ts
files are natively supported as inputs to pulumi update
.
* Pulumi GitHub App: Pulumi can now be plugged into CI/CD via a Pulumi GitHub Application which will report status of previews and updates onto PRs.
* OpenStack: A new OpenStack provider was contributed by @helpful-vegetable-35581, and is now publicly available.
* Closure Capture Improvements: We've addressed a common request to support references to top-level imports from within cloud functions.
* Azure Serverless: We've added a new @pulumi/azure-serverless
with initial support for serverless Azure applications built with Pulumi.
* Google Serverless Functions: Thanks to @tall-librarian-49374 for contributing support for simple serverless functions on GCP!
Thanks to everyone who provided feedback, bug reports and contributions as input to this release!
You can install the latest version by just rerunning the installer, or by visiting https://pulumi.io/install/.
For full details of the Pulumi 0.15.0 release check out: https://pulumi.io/install/changelog.html#v150white-balloon-205
0.15.2
of the Pulumi CLI and updates to all of the pulumi packages!
A few of the highlights:
* Many improvements for Kubernetes development with Pulumi (watch out for some blog posts about this coming tomorrow!)
* Easier to use local backend, to enable use of Pulumi without the need to log in to the Pulumi service.
* Preview of Azure support for @pulumi/cloud
.
* Overhaul of pulumi refresh
to support many more use cases for pulling resource state in the cloud back into Pulumi.
* Support for pulumi new <url>
and pulumi up <url>
to easily install Pulumi-based cloud application with a single command.
* Support for dotnetcore2.1
in AWS Lambda (thanks @early-napkin-64960)
* Ability to create AWS Lambdas from JavaScript callbacks using "factory functions" that can share warm up tasks across invocations.
* Azure serverless support for Service Bus Topics and Storage Queues (thanks @tall-librarian-49374)
* New cloud.HttpServer
for easy and flexible HTTP servers that can be supported across AWS, Azure (and GCP and others in the future!)
* Improvements to @pulumi/openstack
. (thanks @helpful-vegetable-35581)
Thanks to everyone who provided feedback, bug reports and contributions as input to this release!
You can install the latest version by just rerunning the installer, or by visiting https://pulumi.io/install/.
For full details of this Pulumi release check out: https://pulumi.io/reference/changelog.html#v152adamant-restaurant-73893
09/12/2018, 2:39 PMbig-piano-35669
--local
will continue to work as-is. For groups of users collaborating on stacks, however, the new Team Tier offers Organizations, Role Based Access Control (RBAC), and more, and will be priced like most developer SaaS tools, with a modest entry fee and pay-as-you-go pricing.
In short:
• For anyone already using an existing organization, we'll email you separately with details and a "founding customer" discount voucher to thank you for your support.
• For anyone not currently using an organization, and would like to do so, simply enroll your organization before Tuesday next week (https://app.pulumi.com/site/organizations/add), and you'll receive this same discount voucher. If you have friends or colleagues who might want the same, please spread the word – we’ll share the love and make them eligible too.
• For everyone else, there is no change, and you will also receive a discount offer should you change your mind and decide to use the Team Tier later on.
Please DM me, or email me at joe@pulumi.com, if you have questions.
Thank you for being part of the Pulumi community. 🙏 This commercial launch will help ensure Pulumi can continue to innovate and deliver lots of great R&D in the years to come! 🎉adventurous-jordan-10043
10/04/2018, 8:13 PMwhite-balloon-205
0.16.0
of the Pulumi CLI and updates to all of the pulumi packages!
A few of the highlights:
* Many improvements to core pulumi
CLI output to simplify and clean up the output for common usage
* Delete operations will now run in parallel (building on the work to introduce parallelism in 0.15)
* Support for additional CI systems when using the Pulumi GitHub App (including integration with preview of GitHub Actions!) (thanks @stocky-spoon-28903!)
* Command completion for zsh
(thanks @adventurous-jordan-10043!)
* New provider for VMWare vSphere (thanks @rough-oil-1458!)
* New package for AWS EKS - a single component to stand up a full EKS cluster
* Moved all features of @pulumi/aws-serverless
into @pulumi/aws
for improved discoverability and ease of use
* "New Project" actions in Pulumi Console
* New and improved activity dashboard in Pulumi Console
Thanks to everyone who provided feedback, bug reports and contributions as input to this release!
You can install the latest version by just rerunning the installer, or by visiting https://pulumi.io/install/.
For full details of this Pulumi release check out: https://pulumi.io/reference/changelog.html#v160adamant-restaurant-73893
10/19/2018, 7:52 PMadamant-restaurant-73893
10/22/2018, 1:02 PMdamp-librarian-1032
11/01/2018, 6:54 PMalert-kilobyte-2582
11/03/2018, 10:47 AMbitter-oil-46081
11/07/2018, 1:21 AMv0.16.3
of @pulumi/pulumi
earlier today, which brings in full Node 11 support. If folks are using Node 11 and running into issues, please open bugs. There were no other changes than the updates to support Node 11.microscopic-florist-22719
v0.16.2
of @pulumi/eks
. This release adds support for adding additional IAM role and user mappings, adds support for VPC CNI configuration, and fixes a bug that caused worker nodes to be placed in public subnets if both public and private subnets were configured.hundreds-musician-51496
11/19/2018, 6:25 PM