Skip to content

Commit c938f1d

Browse files
authored
Merge pull request #7145 from jddocs/rc-v1.355.0
[Release Candidate] v1.355.0
2 parents 9934850 + f5385ad commit c938f1d

File tree

26 files changed

+79
-87
lines changed

26 files changed

+79
-87
lines changed

.github/workflows/update-algolia-on-schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Hugo
4949
uses: peaceiris/actions-hugo@v2
5050
with:
51-
hugo-version: '0.125.7'
51+
hugo-version: ${{ vars.HUGO_VERSION }}
5252

5353
- name: Checkout docs repo
5454
uses: actions/checkout@v3

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@ To Install the latest Node.js LTS release on Windows, navigate to the [downloads
7070

7171
### Install Hugo
7272

73-
The Linode documentation library is built using [Hugo](http://gohugo.io), an open-source static site generator. In order to preview your guide before submission, you need to install Hugo on your local computer. This site currently uses **Hugo v0.125.7**. To remain consistent in the testing and development process, it's recommended to install this version instead of using a newer version.
73+
The Linode documentation library is built using [Hugo](http://gohugo.io), an open-source static site generator. In order to preview your guide before submission, you need to install Hugo on your local computer. This site currently uses **Hugo v0.138.0**. To remain consistent in the testing and development process, it's recommended to install this version instead of using a newer version.
7474

7575
Note: If you observe any issues on a newer version, please [file an issue](https://github.com/linode/docs/issues) in the docs GitHub repository.
7676

7777
#### macOS and Linux
7878

7979
To install Hugo, download the appropriate binary for your system, extract it, and move it to a directory within your PATH.
8080

81-
1. Download the file below that corresponds with the OS and platform on your local system. If you don't see your system on this list, you can find additional files on the [Hugo v0.125.7 GitHub release page](https://github.com/gohugoio/hugo/releases/tag/v0.125.7) under **Assets**.
81+
1. Download the file below that corresponds with the OS and platform on your local system. If you don't see your system on this list, you can find additional files on the [Hugo v0.138.0 GitHub release page](https://github.com/gohugoio/hugo/releases/tag/v0.138.0) under **Assets**.
8282

83-
- **macOS:** https://github.com/gohugoio/hugo/releases/download/v0.125.7/hugo_extended_0.125.7_darwin-universal.tar.gz
84-
- **Linux:** https://github.com/gohugoio/hugo/releases/download/v0.125.7/hugo_extended_0.125.7_Linux-64bit.tar.gz
83+
- **macOS:** https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_darwin-universal.tar.gz
84+
- **Linux:** https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_Linux-64bit.tar.gz
8585

8686
You can download this file through a terminal using the curl command, replacing [url] with the URL for your platform:
8787

@@ -115,7 +115,7 @@ To install Hugo, download the appropriate binary for your system, extract it, an
115115

116116
While macOS and Linux are preferred by most of the core Linode Docs team, it's also possible to use Hugo on Windows.
117117

118-
1. Download the [hugo_extended_0.125.7_windows-amd64.zip](https://github.com/gohugoio/hugo/releases/download/v0.125.7/hugo_extended_0.125.7_windows-amd64.zip) file. Additional files for other operating systems can be found on the [Hugo v0.125.7 GitHub release page](https://github.com/gohugoio/hugo/releases/tag/v0.125.7) under **Assets**.
118+
1. Download the [hugo_extended_0.138.0_windows-amd64.zip](https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_windows-amd64.zip) file. Additional files for other operating systems can be found on the [Hugo v0.138.0 GitHub release page](https://github.com/gohugoio/hugo/releases/tag/v0.138.0) under **Assets**.
119119

120120
1. Extract the file to the directory you'd like to install Hugo under, such as `C:\Hugo\bin`.
121121

@@ -184,10 +184,10 @@ For more information about using Git, refer to the [official Git documentation](
184184
185185
This section is only relevant to contributors who have previously worked on the docs repo prior to the Tailwind v3 upgrade (which occurred on July 6th, 2023 in docs release v1.252.0). After you merge in changes from this release (and onward), you will likely notice display issues when previewing the site locally. This is due to Tailwind v3 and the way it integrates with Hugo (and our theme). To complete the upgrade locally and fix any display issues, follow the steps below.
186186
187-
1. Upgrade Hugo to v0.125.7. On macOS, run the following commands in a temporary folder (not in your docs repo):
187+
1. Upgrade Hugo to v0.138.0. On macOS, run the following commands in a temporary folder (not in your docs repo):
188188
189-
curl -OL https://github.com/gohugoio/hugo/releases/download/v0.125.7/hugo_extended_0.125.7_darwin-universal.tar.gz
190-
tar -xvzf hugo_extended_0.125.7_darwin-universal.tar.gz
189+
curl -OL https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_darwin-universal.tar.gz
190+
tar -xvzf hugo_extended_0.138.0_darwin-universal.tar.gz
191191
mv hugo /usr/local/bin
192192
193193
If you are using a different operating system, refer to the [Install Hugo](#install-hugo) section above.

_vendor/github.com/linode/linode-docs-theme/config.toml

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/head-src.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-docs-theme/layouts/shortcodes/content.html

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

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github.com/linode/linode-docs-theme v0.0.0-20241107185827-f54f3d0cc486
1+
# github.com/linode/linode-docs-theme v0.0.0-20241112191537-cb59b44a8bd6
22
# github.com/linode/linode-website-partials v0.0.0-20241107184419-08ebb197096e
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

ci/vale/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ahci0
2929
Aho
3030
ahvz
3131
aircrack
32+
Aiven
3233
ajenti
3334
ajp
3435
Akamai

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ anchor = "smart"
163163
[security]
164164
enableInlineShortcodes = false
165165
[security.exec]
166-
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
166+
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^git$']
167167
osEnv = ['(?i)^(.*)$']
168168

169169
[security.funcs]

docs/guides/databases/general/database-solutions/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: "Learn about the most popular database management systems and how t
55
authors: ["Linode"]
66
contributors: ["Linode"]
77
published: 2023-07-11
8+
modified: 2024-11-14
89
keywords: ['DBMS', 'managed database']
910
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1011
---
@@ -79,14 +80,14 @@ Many users employ provisioning tools like Terraform and configuration management
7980

8081
*Use Managed Databases when you want to offload database software and infrastructure management and do not require full root control or setting customization.*
8182

82-
The [Managed Database](/docs/products/databases/managed-databases/) service is an easy-to-use and fully-managed database solution. When a database is deployed through Managed Databases, the infrastructure, software, firewall, and high availability systems are configured automatically. This saves you time and resources. Once provisioned, you can add your application's IP addresses to allow traffic and then connect to the database directly from your application.
83+
The [Managed Database](https://techdocs.akamai.com/cloud-computing/docs/managed-databases) service is an easy-to-use and fully-managed database solution. When a database is deployed through Managed Databases, the infrastructure, software, firewall, and high availability systems are configured automatically. This saves you time and resources. Once provisioned, you can add your application's IP addresses to allow traffic and then connect to the database directly from your application.
8384

8485
Managed Databases can be deployed with a single node (1 underlying machine) or a cluster of 3 nodes. Using 3 nodes provides you with a highly available database cluster, complete with data redundancy and automatic failover. Further, you can customize the size of the nodes and select from [Dedicated CPU](/docs/products/compute/compute-instances/plans/dedicated-cpu/) or [Shared CPU](/docs/products/compute/compute-instances/plans/shared-cpu/) Compute Instance plans. Since the underlying machines are fully-managed, direct root or console access is not provided and there is limited customization options for the database software.
8586

8687
Currently, the following databases are supported. Click on each database below to learn more and to view the available software versions.
8788

88-
- [MySQL](/docs/products/databases/managed-databases/guides/database-engines/#mysql)
89-
- [PostgreSQL](/docs/products/databases/managed-databases/guides/database-engines/#postgresql)
89+
- [MySQL](https://techdocs.akamai.com/cloud-computing/docs/mysql-managed-database)
90+
- [PostgreSQL](https://techdocs.akamai.com/cloud-computing/docs/postgresql-managed-databases)
9091

9192
{{< note >}}
9293
Updates and security patches are automatically applied to the underlying operating system but *not* to the database software. For more details, review the [Automatic Updates and Maintenance Windows](/docs/products/databases/managed-databases/guides/updates-and-maintenance/) guide.

docs/guides/databases/mysql/install-mysql/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn how to install MySQL on Linux (through your distribution's n
55
authors: ["Linode"]
66
contributors: ["Linode"]
77
published: 2022-07-01
8-
modified: 2023-05-30
8+
modified: 2024-11-14
99
keywords: ['mysql','repository','database']
1010
tags: ['mysql']
1111
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
@@ -33,7 +33,7 @@ For additional instructions on installing MySQL on any supported operating syste
3333

3434
- **Consider other deployment options, such as fully managed solutions or automated installations.**
3535

36-
- [Linode MySQL Managed Databases](https://www.linode.com/products/mysql/): Fully managed database clusters, complete with automatic updates and backups, hosted on Linode's reliable platform.
36+
- [Managed Databases](https://techdocs.akamai.com/cloud-computing/docs/managed-databases): Fully managed database clusters hosted on Akamai's reliable platform.
3737

3838
{{% content "dbass-eos" %}}
3939

0 commit comments

Comments
 (0)