4924 Commits

Author SHA1 Message Date
Sean Holung
9194fcd212
update new relic workshop with video (#2505) 2023-02-16 12:02:35 -08:00
Josh Kodroff
eb94aeb603
Add Confluent Cloud blog post. (#2489)
Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
Co-authored-by: Sara <100384099+SaraDPH@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-02-15 16:03:00 -08:00
Sean Holung
03b41e8333
fix capitalization of kubecon (#2503) 2023-02-15 15:58:07 -08:00
Sean Holung
e0b234f293
add kubecon to events list page (#2501) 2023-02-15 15:02:36 -08:00
Sean Holung
1747dcd7dc
New Workshop - getting started with iac pulumi aws (#2499) 2023-02-15 12:41:10 -08:00
Sean Holung
59050125de
New Workshop - getting started with kubernetes aws (#2500) 2023-02-15 12:40:52 -08:00
Sean Holung
b2f84aa559
New Workshop - platform with aws proton and pulumi (#2498) 2023-02-15 12:39:42 -08:00
Sean Holung
bd6cc01c61
adjust mobile view for kubecon page (#2496) 2023-02-15 11:57:23 -08:00
Scott S. Lowe
6cfaef193f
Update author data (#2497)
Update TOML file to reflect that Scott Lowe is now a Pulumi employee

Signed-off-by: Scott Lowe <slowe@pulumi.com>
2023-02-15 12:49:46 -07:00
aaronkao
5904af0a2b
Add new Puluminaries (#2493) 2023-02-15 10:39:46 -08:00
Sara
ed34bb3d7a
FinOps with Pulumi: image + list + tag (#2495)
- Updated blog image
- Added the "automation-api" tag
- The section "Basic Tag Policy for FinOps will include" the items following it don't appear as a list, fixing it so it shows correctly.
2023-02-15 12:04:20 -06:00
Sara
b6bcb16f39
Add files via upload (#2494)
Update blog image
2023-02-15 11:34:57 -06:00
Richard Shade
7e40a3acff
Blog: Finops with Pulumi (#2443)
* Blog: Finops with Pulumi

Co-authored-by: Scott S. Lowe <slowe@pulumi.com>
Co-authored-by: Sara <100384099+SaraDPH@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-02-15 01:50:45 +00:00
Christian Nunciato
4e736bab2c
Fix typos (#2492) 2023-02-14 13:01:57 -08:00
Anita Trimbur
761d001d48
add str logo (#2488) 2023-02-14 14:27:28 -05:00
Sarah Hughes
78fa959516
update kubecon landing page for 2023 (#2490)
* update kubecon landing page for 2023

* feedback, sizing issues
2023-02-13 15:53:04 -08:00
Abhinav Gupta
9921e7a282
python: __opts__ => opts (#2483)
Some of the examples pass options to Python APIs
via `__opts__` instead of `opts`.
The only time `__opts__` is supposed to be used is when
the resource has an existing `opts` parameter,
which is not the case for the resources in these examples.

This updates them to use `opts`.

Resolves #2471
2023-02-13 05:15:08 -08:00
susan evans
5958d8bf1d
fix project file url (#2487) 2023-02-10 12:20:48 -08:00
Anita Trimbur
2ababe415b
add nuage logo (#2482) 2023-02-10 14:51:59 -05:00
Sean Holung
1f11333805
adding new workshop (#2484) 2023-02-09 20:42:18 -06:00
Abhinav Gupta
cdfb0e54dc
cloud-templates: Fix double create (#2479)
Resolves #2470
2023-02-07 17:20:20 -08:00
Abhinav Gupta
afce3b10da
CD/GitHub: Fix language on code fences (#2478)
A few code fences on the GitHub Actions page use 'diff'
even though they contain YAML.

This switches those fences to YAML.
2023-02-07 15:49:35 -08:00
Abhinav Gupta
2376fb96b2
cd/github: Recommend setup-go v3 with latest go-version (#2477)
Our documentation for how to use Pulumi with GitHub Actions
included GitHub Workflow files using setup-go@v2
referencing specific Go releases.

[actions/setup-go@v3](https://github.com/actions/setup-go#v3)
added support for a 'stable' (and 'oldstable') alias.
With this alias, the action will always use the latest stable Go release
instead of a specific version.

This updates our GitHub integration documentation
to recommend setup-go v3 and the 'stable' alias
over a specific pinned version.

That leaves this documentation and the sample workflow files
more future-proof as newer versions of Go are released.
2023-02-07 15:49:27 -08:00
Abhinav Gupta
6ed2e7adc4
shortcode/install-go: Recommend "supported" versions of Go (#2476)
Some of our documentation currently states that
we support Go 1.18 or higher.
This is not accurate.
We support only those versions of Go that are supported by upstream Go:
typically the latest two minor versions (e.g., 1.20 and 1.19 right now).

This tweaks the wording there to just "supported versions"
instead of hard-coding 1.18 or 1.19
and having to update that 6 months from now.

---

This shortcode is used on the following pages:

```
% rg -l install-go
themes/default/content/docs/get-started/aws/begin.md
themes/default/content/docs/get-started/gcp/begin.md
themes/default/content/docs/get-started/kubernetes/begin.md
themes/default/content/docs/get-started/azure/begin.md
themes/default/content/docs/guides/automation-api/getting-started-automation-api.md
```
2023-02-07 15:48:56 -08:00
George Huang
c8cee7fb8a
Update docs and pulumi deployments page (#2469) 2023-02-06 16:41:20 -08:00
Sarah Hughes
c615aeb445
remove deployments registration form, link buttons to docs page (#2473) 2023-02-06 16:39:16 -08:00
Praneet Loke
35cd50d2ce
Blog post for how Pulumi can be used to automate member account creation in AWS Organizations (#2397)
* Add blog post entry on automating member account creation in AWS Organizations

Co-authored-by: Christian Nunciato <christian@pulumi.com>
Co-authored-by: Scott Lowe <slowe@pulumi.com>
2023-02-06 09:54:24 -05:00
Christian Nunciato
84fce6bf4b
Fix a page title (#2467)
* Fix titles
* Allow long title
2023-02-03 20:21:27 +00:00
Christian Nunciato
19762cd027
Add platform-engineering page (#2466) 2023-02-03 14:08:47 -06:00
Mitch Gerdisch
9c248d7a84
add project config documentation (#2461)
* add project config documentation

* add refs to cli and secrets github issues
2023-02-03 08:37:42 -06:00
susan evans
8ebb722b09
fix-delete-stack-docs (#2464) 2023-02-02 11:51:06 -08:00
Christian Nunciato
54f89a53a9
Clarify how to retrieve namespaced configuration (#2456)
* Clarify how to retrieve namespaced configuration
* Add component examples
2023-02-01 18:23:48 +00:00
Christian Nunciato
572ea10075
Fix a link in the Redshift post (#2454)
The post should link to the next post in the series, but instead links to itself.
2023-01-31 16:44:21 -08:00
Christian Nunciato
c8abb5afb4
Tweak the swag note (#2451) 2023-01-31 08:21:28 -08:00
Christian Nunciato
b9f91670e0
Fix broken links (#2452) 2023-01-30 16:36:06 -08:00
Christian Nunciato
0d6e134f17
Update the Team page (#2450)
Set Kevin Mei to inactive.
2023-01-30 23:39:25 +00:00
Anita Trimbur
e121e6fe7f
add zia logo (#2449) 2023-01-30 15:27:09 -08:00
Josh Kodroff
05afcc0ecd
Add 'Automating Pulumi Import to Bring Manually Created Resources into IaC' (#2431)
* Add 'Automating Pulumi Import to Bring Manually Created Resources into IaC'
* Apply suggestions from code review

---------

Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-01-30 14:42:54 -07:00
Ilya Sher
4116661ab3
[_index.md] CDK assets are uploaded to appropriate services (#2425)
* [_index.md] CDK assets are uploaded to appropriate services
* Apply feedback

Co-authored-by: Christian Nunciato <christian@pulumi.com>
2023-01-30 09:43:46 -08:00
Robbie McKinstry
8cd64ab597
Amazing Performance intro post (#2231) 2023-01-26 15:15:46 -08:00
Ramon Quitales
87df95ee96
Add Ramon Quitales to Pulumi website (#2440)
Co-authored-by: Ramon Quitales <ramon@pulumi.com>
2023-01-26 14:29:30 -08:00
Kyle Pitzen
86e73de324
Updates team content for recent changes (#2441) 2023-01-26 13:28:59 -08:00
Scott S. Lowe
7b7badf08e
Standardize export names in Crosswalk guide (#2427)
Ensure export names are consistent across all languages

Signed-off-by: Scott Lowe <slowe@pulumi.com>
2023-01-26 02:16:39 -07:00
aaronkao
bcabf57939
Update wendy-smith.toml (#2435) 2023-01-25 14:39:08 -08:00
Engin Diri
8d223c61b1
docs: change status from Engin Diri (#2438) 2023-01-25 14:38:48 -08:00
Christian Nunciato
8452067ef7
Shorten language navs (#2436) 2023-01-25 10:41:30 -08:00
Zack Chase
d0b4341a6c
Update copy on home page (#2195)
* Update copy on home page

* Add automation api layout

* Fix typo

* Add some examples

* Address some feedback

* Update homepage with recent changes

* Update slot machine copy

* Address feedback

* Fix headline

* Add templates cta

* Make label smaller

* Update testimonials

* Update themes/default/content/_index.md

Co-authored-by: George Huang <george@pulumi.com>

* Update themes/default/content/_index.md

* Apply suggestions from code review

Thanks Christian

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

* Apply suggestions from code review

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

* Address feedback

* Update themes/default/content/_index.md

Co-authored-by: George Huang <george@pulumi.com>

* Add java example for eks

* Address auto api feedback

* Tighten up some padding and code, use text-lg to align with other sections (#2434)

Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-01-24 14:02:57 -08:00
Kimberley Mackenzie
8cd888b7c4
Configure figma design tokens. (#2429) 2023-01-24 13:16:06 -08:00
Evan Boyle
353074cafb
update comments on github app permissions (#2428) 2023-01-21 09:23:13 -08:00
Sean Holung
e3ad51552f
add getting started with google cloud workshop 2/9/2023 (#2419)
* add getting started google cloud workshop

* update presenters
2023-01-20 10:22:50 -08:00