Skip to content

Commit 121c3c8

Browse files
Merge pull request #7244 from nmelehan-akamai/rc-v1.371.0
[Release] v1.371.0
2 parents 01ace9b + fe42b21 commit 121c3c8

File tree

61 files changed

+2096
-799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2096
-799
lines changed

_vendor/github.com/linode/linode-docs-theme/assets/css/grids/grid--base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-docs-theme/layouts/partials/sections/body-structured-data.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-website-partials/footer.html

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-website-partials/header.css

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-website-partials/header.html

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# github.com/linode/linode-docs-theme v0.0.0-20250327145741-051b8bb82280
2-
# github.com/linode/linode-website-partials v0.0.0-20250326190321-bed77d268dc5
1+
# github.com/linode/linode-docs-theme v0.0.0-20250414193030-a8fd512eed64
2+
# github.com/linode/linode-website-partials v0.0.0-20250409155719-a69a3433df0c
33
# github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.21300.20800
44
# github.com/gohugoio/hugo-mod-jslibs/turbo/v8 v8.20000.20400
55
# github.com/hotwired/turbo v8.0.4+incompatible

docs/guides/applications/big-data/manually-deploy-kafka-cluster/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you wish to deploy Kafka automatically rather than manually, consider our [Ap
3333

3434
The following software and components must be installed and configured on your local system in order for the provided playbooks to function:
3535

36-
- [Python](https://www.python.org/downloads/) version: > v3.8
36+
- [Python](https://www.python.org/downloads/) version: > v3.11
3737
- The [venv](https://docs.python.org/3/library/venv.html) Python module
3838
- A [Linode API access token](/docs/products/tools/api/get-started/#get-an-access-token)
3939
- A configured [SSH key pair](/docs/guides/use-public-key-authentication-with-ssh/) along with your public key
@@ -433,4 +433,4 @@ Familiarize yourself with the official Apache Kafka documentation, including use
433433
434434
- [Apache Kafka Documentation](https://kafka.apache.org/documentation/)
435435
- [Kafka Project Information](https://kafka.apache.org/project)
436-
- [Kafka Contact Information](https://kafka.apache.org/contact)
436+
- [Kafka Contact Information](https://kafka.apache.org/contact)

docs/guides/applications/configuration-management/packer/how-to-use-linode-packer-builder/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Packer is a HashiCorp maintained open source tool for creating mac
66
authors: ["Linode"]
77
contributors: ["Linode"]
88
published: 2019-11-12
9-
modified: 2021-05-21
9+
modified: 2025-04-03
1010
keywords: ['packer hashicorp','hashicorp packer','image','machine image','immutable infrastructure','continuous delivery','ansible','ansible playbook','hashicorp terraform','hashicorp']
1111
tags: ["automation"]
1212
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
@@ -68,6 +68,14 @@ To install Packer on Mac, [Homebrew](https://brew.sh/) will be used. Run the fol
6868

6969
Verify that Packer was successfully installed by running the command `packer --version`. This should output the version number for this installation of Packer. For reference, this guide was last tested using version 1.7.2.
7070

71+
### Install the Linode Plugin
72+
73+
Install the `Linode` [plugin](https://developer.hashicorp.com/packer/integrations/linode/linode) so that Packer can interact with Linode instances.
74+
75+
```command
76+
packer plugins install github.com/linode/linode
77+
```
78+
7179
## Constructing a Template for Packer
7280

7381
Now that Packer is installed, you can make a Packer [template](https://www.packer.io/docs/templates). A template is a file that contains the configurations needed to build a machine image. A template can be formatted in [JSON](https://www.packer.io/docs/templates/legacy_json_templates) or [HCL2](https://www.packer.io/docs/templates/hcl_templates) (Hashicorp Configuration Language). As of Packer v1.7.0, the HCL2 template format is preferred and, as such, will be used in the examples within this guide.
-23.8 KB
Binary file not shown.
-19.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)