4924 Commits

Author SHA1 Message Date
Christian Nunciato
d7754f3951 Add Learn Pulumi generators and layout stubs (#3830)
Co-authored-by: Lee Zen <lee@pulumi.com>
2020-09-19 11:28:47 -07:00
Albert Zhong
2f40bbbf45 [blog] Add reflection blog (#4263)
* Add reflection blog

* Fix meta_desc

* Fix some typos

* Implement fixes, add typo/grammar fixes

* more minor fixes
2020-09-18 14:11:26 -07:00
Christian Nunciato
bd4767b2e3 Expire banner dismissals (#4258) 2020-09-18 11:41:31 -07:00
Zephyr Zhou
64ca5af305 Zephyr's final blog post (#4244)
* first commit of final blog post

* made changes according to Praneet's suggestion

* for better reference instead of perference

* changed the date of publish to be tomorrow

* Apply suggestions from final blog post review

Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>
Co-authored-by: Lee Zen <lee@pulumi.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* only learned to learned and delete email to prevent spam

Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>
Co-authored-by: Lee Zen <lee@pulumi.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-09-18 11:13:55 -07:00
jetvova
4817daa140 Created blog post on how to swap out components in Kubernetes apps (#4218)
* Created blog post on how to swap out components in Kubernetes apps

* Removed trailing spaces

* Updated meta.png

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update PostgreSQL & MongoDB description

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-09-18 10:58:23 -07:00
jetvova
9fba7729c0 Updated github link to Pulumi master branch (#4257) 2020-09-17 20:52:49 -05:00
Zack Chase
502b737dee Add PulumiTV episode with transcription (#4227)
* Add PulumiTV episode with transcription

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Clean up transcript

Co-authored-by: Christian Nunciato <c@nunciato.org>
2020-09-17 14:50:42 -07:00
Can Rau
3cb5e71414 fix: /serverless REST API example (#4223) 2020-09-17 11:35:22 -07:00
Zack Chase
e9d60f5697 Move *2pulumi JS into its own file and load JS after jQuery is loaded (#4233)
* Move *2pulumi JS into its own file and load after jQuery is loaded

* Move element exists function to wrap entire on load logic

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Fix typo

Co-authored-by: Christian Nunciato <c@nunciato.org>
2020-09-16 16:00:45 -07:00
sashu-shankar
596e984e31 Sashu final blog - <!--more--> edit (#4234)
* sashu final blog post - pulumi

* make lint - fixed small bugs and errors

* code review changes

* added the new cover image

* Update content/blog/the-pulumi-intern-experience/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/the-pulumi-intern-experience/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/the-pulumi-intern-experience/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/the-pulumi-intern-experience/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/the-pulumi-intern-experience/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/the-pulumi-intern-experience/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* fixed raw URL

* Update content/blog/the-pulumi-intern-experience/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/the-pulumi-intern-experience/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/the-pulumi-intern-experience/index.md

* Update content/blog/the-pulumi-intern-experience/index.md

* Update content/blog/the-pulumi-intern-experience/index.md

* Update content/blog/the-pulumi-intern-experience/index.md

* Update content/blog/the-pulumi-intern-experience/index.md

* fix links

* fixed two relative links, and removed draft field!

* oops switched back to rel refs for the two pulumi sites :)

* extra / welp

* fixed the <!--more--> spot

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: spara <sophia.parafina@gmail.com>
2020-09-16 15:44:48 -05:00
sashu-shankar
4069b98724 sashu final blog post - pulumi (#4228)
* sashu final blog post - pulumi

* make lint - fixed small bugs and errors

* code review changes

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: spara <sophia.parafina@gmail.com>
2020-09-16 11:03:08 -07:00
Christian Nunciato
2b8cdf92d1 Fix up a few broken links (#4225) 2020-09-15 15:58:37 -07:00
jetvova
6fab0419f8 Updated github link to Pulumi master branch (#4169)
* Updated github link to Pulumi master branch

* Removed duplicate paragraph
2020-09-15 14:18:32 -07:00
jetvova
decc3b5266 Updated github link to Pulumi master branch (#4170) 2020-09-15 14:12:40 -07:00
jetvova
5a170b222b Updated github link to Pulumi master branch (#4171) 2020-09-15 13:57:19 -07:00
Lee Zen
556c6ce561 Provide instructions on how to install previous versions (#4200)
Co-authored-by: Christian Nunciato <c@nunciato.org>
2020-09-15 12:30:14 -07:00
jetvova
efd60aa4a7 Created blog post about integrating apps with Kubernetes (#4193)
* Created blog post about integrating apps with Kubernetes

* Apply suggestions from code review

Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>

* Explained "ssl: false" parameter and updated code

* Removed trailing space

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Fixed small typo

* Applied remaining text suggestions

* Updated meta.png

* Changed database to use internal IP instead of being open to the internet

* Removed trailing space

* Removed unnecessary npm packages

* Removed references to the PostgreSQL provider

* Removed import for dynamic provider

* Removed PostgreSQL import

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Apply remaining suggestions

* Apply remaining suggestions

Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-09-14 15:28:46 -07:00
Sophia Parafina
5b6eff5180 fix example (#4197) 2020-09-14 14:02:09 -05:00
Christian Nunciato
aa7595e328 Update the board-members list (#4217) 2020-09-14 11:54:41 -07:00
Cameron Stokes
d9a44e0efc Update Go example to use RequireSecret - same as other languages. (#4186) 2020-09-11 10:03:03 -07:00
Sean Holung
f1ee932841 Update docs with TLS variables for migrations. (#4189) 2020-09-11 08:53:48 -07:00
Christian Nunciato
63be026a09 Tidy up the State and Backends page (#4173)
Merging on @spara's 👍 .
2020-09-10 18:05:35 -07:00
Albert Zhong
4e46066a89 [crd2pulumi] Add Python/C# examples (#4191)
* Add Python/C# examples to introducing crd2pulumi

* minor fixes
2020-09-10 16:26:59 -07:00
Christian Nunciato
16bb60093c Add CodePen logo (#4027) 2020-09-10 14:51:19 -07:00
Zack Chase
42480a1557 Replace 'real' with 'modern' (#4180)
* Replace 'real' with 'modern'

* Fix quotes

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>

Co-authored-by: Christian Nunciato <c@nunciato.org>
2020-09-10 10:59:43 -07:00
Luke Hoban
9cda4d039e Minor FAQ Tweaks (#4185)
* Minor FAQ Tweaks

* Apply suggestions from code review

Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>

Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2020-09-10 09:57:41 -07:00
Christian Nunciato
ebb6096190 Update the Cloud Eng banner text (#4184) 2020-09-09 12:04:11 -07:00
Zephyr Zhou
c91e836701 CMS OAuth Server blog post (#4141)
* first commit for the cms-oauth blog post

* oauth server

* Just found my linkedin profile is not right

* add back the screenshots

* delete the triming space

* changed the grammars for cms-oauth blog post

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>

* fixed the comment error and simplified the wording for extracting content from static website example to create certificate

* delete extra 'just'

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* Update content/blog/deploying-the-infrastructure-of-oauth-server-for-cms-app/index.md

* post restructure

* change publish date

* correct Github to GitHub

* seo title, cleanup front matter, edits

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>
Co-authored-by: spara <sophia.parafina@gmail.com>
2020-09-09 11:52:21 -05:00
Paul Stack
7b80d8f539 Rework create-aks-clusters-with-monitoring post for upgraded Azure SDK (#4174) 2020-09-08 13:19:01 +01:00
Zack Chase
1a481740d3 Update AWS content to be more aligned with workshop content (#4091)
* Update AWS content to be more aligned with workshop content

* Update output in curl command

* Fix typos in code examples

* Update language in AWS flow to be 'you' not 'we'

* Add more descriptive guidance to start and end of guide

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Lee Zen <lee@pulumi.com>
Co-authored-by: Sean Holung <sholung@pulumi.com>

* Address feedback

* Address more feedback

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Address more feedback

* Update python to use new bucket website args

Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Lee Zen <lee@pulumi.com>
Co-authored-by: Sean Holung <sholung@pulumi.com>
2020-09-04 16:52:14 -07:00
jetvova
1c677d8747 Created blog post about deploying PERN stack applications (#4160)
* Created blog post about deploying PERN stack applications

* Improved PERN stack explanation

* Described nuance with React and Docker

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Applied conflicting suggestions from code review

* Added topic for next week

* Fixed lint errors

* Added diagram and updated meta.png

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-09-04 08:35:13 -07:00
Paul Stack
e564cefb1a Update aws getting-started for pulumi-aws v3 (#4155) 2020-09-04 09:55:34 +01:00
Zack Chase
6cb859e9d4 Add press release for Cloud Engineering Summit (#4161) 2020-09-03 15:46:06 -07:00
Sophia Parafina
1039766961 Blog: How to build registries (#4079)
* initial

* Try with brackets instead

* Update content/blog/how-to-registries/index.md

Co-authored-by: Paul Stack <public@paulstack.co.uk>

* Update content/blog/how-to-registries/index.md

Co-authored-by: Justin Van Patten <jvp@justinvp.com>

Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Paul Stack <public@paulstack.co.uk>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2020-09-03 15:35:38 -05:00
Harrison Heck
52fdde80b6 fix: typo in python gcp example (#4153) 2020-09-02 17:49:23 +01:00
Zephyr Zhou
2640ac9ed5 CMS blog post (#4089)
* comma

* original

* finish draft of deploying netlify cms on aws, still working on OAuth Client blog post. Will try to publish after the license problem is solved

* changed the grammar

* finish oauth blog post and fixed grammar

* Finished grammar and appearance check

* delete the assume-role script part and remove description about bug

* debuged the indentation and changed the date of publishing

* Made grammar changes in CMS deploying blog post

* remove relref link in case not work

* deleted  the cms-oauth blog post and made grammar changes

* deleted the oauth blog post and made grammar change to the cms blog post

* Update content/blog/deploying-netlify-cms-on-aws/index.md

Co-authored-by: XUANHE ZHOU <xuanhezhou@zephyrs-pulumi-workbook.local>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-09-01 15:40:42 -05:00
Christian Nunciato
35af4bfe80 Add a banner component (#4138) 2020-09-01 12:51:09 -07:00
Levi Blackstone
13b09357c7 Fix some broken links for k8s content (#4148) 2020-09-01 11:28:08 -06:00
Christian Nunciato
e1896b0f1d Add Tushar to the team page (#4140) 2020-09-01 06:28:19 -07:00
jetvova
4b7a50be51 Added tutorial for creating voting questions (#4096)
* Added tutorial for creating voting questions

* Removed trailing spaces
2020-08-31 15:21:48 -07:00
Paul Stack
b036720a3f Point the troubleshooting doc on new providers to the pulumi-terraform-bridge repo (#4121) 2020-08-31 17:49:24 +01:00
Chris Smith
2e8a18384f Fix Pulumi blog tags for C#, F# (#4098) 2020-08-31 17:21:52 +01:00
Trung Lê
344ec14256 Update the pre-defined policy (#4120) 2020-08-31 17:20:26 +01:00
Pat Myron
35429b04e3 fixing typo (#4102)
https://www.pulumi.com/docs/guides/adopting/from_aws/#migrate-resources-into-code
2020-08-30 15:45:07 -07:00
jetvova
655d6b9ef5 Created blog post about deploying a Django MySQL application to AWS (#4081)
* Created blog post showing how to deploy a Django application to AWS

* Updated meta.png

* Removed trailing spaces

* Added next week blog post summary

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Simplified AWS Cloudwatch explanation

* Described why the project needs 2 ECS instances, and fixed URL

* Added explanation on how to set django_secret_key

* Removed repetitive code, and referenced previous blog posts instead

* Fixed shortcode typo

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Removed extra period

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-08-28 08:08:48 -07:00
Justin Van Patten
160040b782 Blog: Python Tooling Improvements (#4076) 2020-08-27 09:25:57 -07:00
Praneet Loke
b3f76fd36d Add blog post for GitLab Project Integrations (#4074)
Also add a guide for configuring the integration.
2020-08-26 07:59:33 -07:00
Zack Chase
b3aa3300bd Add k8s keyword to /kubernetes page (#4058)
* Add k8s keyword to /kubernetes page

* Capitalization
2020-08-24 11:59:47 -07:00
Francois
4cffefc823 Pulumi.HCloud only has RunAsync method (#4062) 2020-08-24 13:18:54 +01:00
Frankely Diaz
8af7fcec0d Update _index.md (#4054)
Deployment.Run is not available anymore in the .NET Core package.
2020-08-23 13:49:23 -07:00