4924 Commits

Author SHA1 Message Date
Kimberley Mackenzie
386a03948e
Fix bug where registry filter page shows previous input on navigation back. (#2422) 2023-01-20 10:15:02 -08:00
Aaron Friel
e2a7ebe42e
Remove warning for Node 19.x (#2424)
The upstream issue should be resolved, with details in https://github.com/pulumi/pulumi/pull/11932 and https://github.com/pulumi/pulumi/issues/11488.

This should be merged after pulumi/pulumi#11932 has merged in case there are any other issues with Node current.
2023-01-19 21:10:14 -08:00
Kyle Dixler
5b9fc751b0
Blogpost: The Easier Way to Create Pulumi Providers in Go (#2365)
* initial version

* v2

* adopted codefence suggestion

* inlined pulumi provider boilerplate

* broke apart code example

* added meta image and cleaned up preview.

* addressed review comments

* removed link to github to not compete with the read more link

* Update the date

* Update themes/default/content/blog/pulumi-go-boilerplate-v2/index.md

Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-01-19 18:48:19 -08:00
dependabot[bot]
a072de0e70
Bump json5 from 2.2.0 to 2.2.3 in /themes/default/theme/stencil (#2410)
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 16:43:18 -08:00
dependabot[bot]
5d2810fae5
Bump terser from 5.9.0 to 5.16.1 in /themes/default/theme (#2411)
Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.16.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.9.0...v5.16.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 16:43:08 -08:00
dependabot[bot]
5a0553f30f
Bump minimatch from 3.0.4 to 3.1.2 in /themes/default/theme (#2412)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 16:43:03 -08:00
Abhinav Gupta
0449df8bfb
team: Add Abhinav (#2409) 2023-01-19 16:35:04 -08:00
Christian Nunciato
62e7fa891f
Update references to metral/pulumi-nginx (#2415) 2023-01-19 15:44:21 -08:00
Christian Nunciato
51c7efd0ee
Update a meta image (#2421) 2023-01-19 22:44:03 +00:00
Zack Chase
9389b70411
Actually install stencil and fix typo (#2413) 2023-01-18 13:21:00 -08:00
Zack Chase
6c7feff23d
Move theme back into this repo (#2036)
* Move theme back into this repo

* Ignore theme files in prettier for now

* Update theme files

* Update run commands and docs
2023-01-18 12:53:09 -08:00
Daniel Bradley
fb4eb92aa6
Add AWSx blog migration details (#2287) 2023-01-18 19:23:29 +00:00
susan evans
a3f1882743
update logo (#2407) 2023-01-17 15:42:02 -08:00
Abhinav Gupta
3891a48975
concepts/secrets: Use language shortcodes for APIs (#2405)
Some of the documentation for secrets hard-codes
links to the Python APIs.

Replace these with shortcodes for those APIs
that change as different languages are selected.

Additionally, the following changes were made to the shortcodes:

- getsecret, requiresecret, secret-new: teach about Java
- secret-new: Fix Go API -- there's no "NewSecret", only "ToSecret"

Supersedes #2404
2023-01-17 13:28:16 -08:00
Abhinav Gupta
48d105c189
backends/s3: Quote login argument (#2403)
One of the snippets for `pulumi login s3://..` does not quote the URI.
This won't work if someone tries to copy and run it because the '&'
will be interpreted as a shell command to start a background process.

Fix by adding quotes around the login command.
2023-01-17 13:22:31 -08:00
Zack Chase
a6cdb17fdb
Use github token if available for api calls (#2406)
* Use github token if available for api calls

* Update themes/default/layouts/shortcodes/pulumi-command.html

Co-authored-by: Abhinav Gupta <mail@abhinavg.net>

Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
2023-01-17 12:59:56 -08:00
Fraser Waters
f8aa596298
Mini blog post on providers (#2400) 2023-01-17 18:05:23 +01:00
Zack Chase
eefd35a287
Add noindex to taxonomy pages (#2138) 2023-01-12 14:31:24 -08:00
Sarah Hughes
609ecc6487
fix time zone on iac/aws workshop (#2398) 2023-01-12 13:42:53 -08:00
Scott S. Lowe
dac8898c4d
Update Pulumi Fundamentals with correct environment variable (#2394)
Update the Pulumi Fundamentals pathway with a correct environment variable that allows the frontend container to listen on a different port.

Fixes https://github.com/pulumi/devrel-team/issues/485

Signed-off-by: Scott Lowe <slowe@pulumi.com>
2023-01-12 10:51:55 -08:00
Sarah Hughes
87cded2302
update iac/aws workshop for february (#2392) 2023-01-11 22:27:12 -06:00
Scott S. Lowe
5a86006672
[Learn] Add Go to Building with Pulumi pathway (#2377)
Add Go content to the Building with Pulumi pathway. Clean up a few hard link breaks. Fix improper wording. Remove unnecessary duplicate text.

Signed-off-by: Scott Lowe <slowe@pulumi.com>
2023-01-11 16:06:38 -08:00
Komal
cb1980ef1c
Add example to user different node version (#2390) 2023-01-11 13:16:19 -08:00
Ali Abbas Jaffri
494f0b201f
correcting vpcId typo in the docs to vpc_id (#2366)
* correcting the vpc_id variable

* Updated vpc id variable document for consistency
2023-01-11 13:04:24 -08:00
susan evans
8f1d2c1fd1
updates for account settings changes (#2389) 2023-01-10 15:06:50 -08:00
Zack Chase
b84e155727
Add additional text in titles for docs and registry (#2387) 2023-01-10 12:00:46 -08:00
Christian Nunciato
396ab69e0e
Remove duplicate word (#2384) 2023-01-10 18:55:14 +00:00
Abhinav Gupta
e5ef4579ce
intro/stacks: Missing closing paren (#2383)
Before:

    [..] a Promise (effectively, the same as an Input. The actual [..]

Now:

    [..] a Promise (effectively, the same as an Input). The actual [..]
2023-01-10 10:36:09 -08:00
Abhinav Gupta
9d7f7bced0
get-started/*/create-project: Add prompt examples (#2381)
In the Get Started documentation,
when we tell users to Create a New Project with `pulumi new`,
we include a handful of short paragraphs next to each other
with instructions.

This is not very skimmable:

- keywords like project name/description/stack name
  are hidden in the text
- the actual instruction of what to do is also just hidden
  in the text

For someone following along, it's better to have keywords
related to prompts they're seeing highlighted,
and to include a sample output they can follow along to.

This changes the create-project sections
of all four Get Started with Pulumi pages
in the following way:

- project name and project description are bold
- change "name of a stack" to "a stack name", and bold "stack name"
- add the output of `pulumi new` after each step;
  I've altered the output slightly to not be language-specific

Before this change, only the k8s tutorial included a sample prompt,
but that was at the top of the text rather than interspersed with it.
2023-01-10 09:29:32 -08:00
Abhinav Gupta
764083e027
get-started/{azure, gcp}: Don't mention GOPATH (#2380)
This is a follow up to #2372,
making the same change to the Azure and GCP guidance.
Go projects no longer need to use GOPATH.
2023-01-09 11:47:17 -08:00
meagancojocar
8b6e94024d
OIDC Blog Post (#2376) 2023-01-09 18:32:41 +00:00
susan evans
c2b682ea95
add docs on disconnecting identity providers (#2379) 2023-01-09 09:59:54 -08:00
Sara
0e46ed8d25
Update index.md (#2378)
* Update index.md

Update speakers

* Update themes/default/content/resources/from-zero-to-production-in-kubernetes/index.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2023-01-09 10:58:34 -06:00
Sarah Hughes
9b1f963677
Final CED updates (#2356)
* add images for final CED update

* add new resources pages for CED workshops

* update CED page with new resources pages, customer stories and recommended sessions sections

* add CED to featured resources

* PR feedback

* add rel=0 to youtube video
2023-01-06 11:44:21 -08:00
Komal
a3b146ac2c
Fix config docs (#2375) 2023-01-06 10:32:11 -08:00
Pat Gavlin
1190906301
OIDC: fix issuer URL (#2374) 2023-01-06 10:14:38 -08:00
Pat Gavlin
e20610600f
Add Pulumi Deployments OIDC docs. (#2369)
These changes add a new set of guides that explain how to configure
Pulumi Deployments' OpenID Connect integration with AWS, Azure, and GCP.

These changes also add documentation for OpenID Connect in the Pulumi
Deployments API.

Co-authored-by: Komal <komal@pulumi.com>
2023-01-05 12:05:58 -08:00
Christian Nunciato
d911e86e01
Update create-project.md (#2372) 2023-01-05 10:24:16 -08:00
susan evans
34463b3495
remove how to guides (#2370) 2023-01-05 09:12:56 -08:00
Francisco Schulz
8da8318864
fix syntax errors in YAML (#2367)
"FileAsset" is not accepted needs to be "fileAsset"
"block" need to be "Block"
2023-01-04 15:28:03 -08:00
Scott S. Lowe
59ce17232d
Add GCP version of the first Pulumi Challenge (#2362)
* Add GCP version of challenge

Add the GCP version of the "Startup in a Box" Pulumi challenge. Clean up unneeded HTML at the start of the document. Standardize on second person voice.

Signed-off-by: Scott Lowe <slowe@pulumi.com>
2023-01-04 14:27:51 -08:00
Josh Kodroff
15e639f486
Update Josh Kodroff's title. (#2368) 2023-01-04 16:48:20 -05:00
Christian Nunciato
9086a9a6fa
Add a page listing all blog tags (#2064) 2023-01-04 13:13:21 -08:00
Ringo De Smet
f8200ee4a3
Documented the missing SMTP environment variables. (#2332) 2023-01-03 12:35:18 -08:00
Engin Diri
22ac347f95
feat: add harbor logo (#2363) 2023-01-03 09:53:39 -08:00
Sara
66142c2564
Update index.md (#2109) 2023-01-03 09:46:12 -08:00
Sara
03c226a41d
Update index.md (#2115)
* Update index.md

* Add meta image

* add image

* remove old image

Co-authored-by: Sean Holung <sean.holung@gmail.com>
2023-01-03 10:01:36 -06:00
aaronkao
f3a4470885
Updates to messaging (#2005) 2023-01-03 07:45:30 -08:00
kasadaamos
1c2cbd61df
Add missing "chooser" around a couple of JS and TS snippets (#2360)
The code snippets of JS and TS under https://www.pulumi.com/docs/intro/concepts/inputs-outputs/#lifting appeared both at the same time on the page because they were missing the wrapping of `{{< chooser...`
2023-01-03 10:43:04 -05:00
Scott S. Lowe
29a8bced10
Clarify role of application code in Fundamentals pathway (#2359)
Added a note to indicate that users are not expected to use the application code in the Fundamentals pathway; the images are already built for them.

Closes #1842

Signed-off-by: Scott Lowe <slowe@pulumi.com>
2023-01-03 07:07:11 -08:00