diff --git a/dictionary-octopus.txt b/dictionary-octopus.txt index 55cc3cc40b..466d225746 100644 --- a/dictionary-octopus.txt +++ b/dictionary-octopus.txt @@ -1,29 +1,34 @@ +apikey astro deallocate deallocated -runbook -runbooks +FIPS HKEY HKLM hotfix hotfixes +HSTS ITSM -FIPS maxage +msiexec +MTTR nologs NTLM octobak OIDC onlylogs -HSTS -MTTR -sthumb -swaggerui -apikey reprioritize reprovisioned reprovisioning +runbook +runbooks +sthumb +swaggerui +systemprofile upgradelog xmark -msiexec -systemprofile +WIXUI +DONTVALIDATEPATH +Octo +octopusid +Schannel diff --git a/package.json b/package.json index 970e3e7f95..de5bd4277a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "img": "node --no-experimental-fetch ./src/themes/accelerator/utilities/img.mjs", "dev": "node --no-experimental-fetch ./src/themes/accelerator/utilities/img.mjs && astro dev", "test": "astro build && npx playwright install --with-deps && npx playwright test", - "spellcheck": "git fetch origin main:refs/remotes/origin/main && git diff origin/main --name-only | cspell --file-list stdin", + "spellcheck": "git fetch origin main:refs/remotes/origin/main && git diff origin/main --name-only --diff-filter=ACMRTUXB | cspell --file-list stdin", "build": "astro build", "preview": "astro preview", "astro": "astro", diff --git a/src/pages/docs/administration/upgrading/guide/upgrading-major-releases.mdx b/src/pages/docs/administration/upgrading/guide/upgrading-major-releases.mdx index f259a8670b..b418412c70 100644 --- a/src/pages/docs/administration/upgrading/guide/upgrading-major-releases.mdx +++ b/src/pages/docs/administration/upgrading/guide/upgrading-major-releases.mdx @@ -9,7 +9,7 @@ navOrder: 3 import OctopusBackupMasterKey from 'src/shared-content/upgrade/upgrade-octopus-backup-master-key.include.md'; import UpgradeDownloadLatestVersion from 'src/shared-content/upgrade/upgrade-download-latest-version.include.md'; import UpgradeOctopusBackupDatabase from 'src/shared-content/upgrade/upgrade-octopus-backup-database.include.md'; -import UpgradeInplaceUpgrade from 'src/shared-content/upgrade/upgrade-inplace-upgrade.include.md'; +import UpgradeInPlaceUpgrade from 'src/shared-content/upgrade/upgrade-in-place-upgrade.include.md'; import UpgradeTestingUpgradedInstance from 'src/shared-content/upgrade/upgrade-testing-upgraded-instance.include.md'; import UpgradeHighAvailability from 'src/shared-content/upgrade/upgrade-high-availability.include.md'; import UpgradeRestoreBackup from 'src/shared-content/upgrade/upgrade-restore-backup.include.md'; @@ -64,7 +64,7 @@ The steps for this are: - + diff --git a/src/pages/docs/administration/upgrading/guide/upgrading-minor-and-patch-releases.mdx b/src/pages/docs/administration/upgrading/guide/upgrading-minor-and-patch-releases.mdx index 4d09fc87dd..0f78565a64 100644 --- a/src/pages/docs/administration/upgrading/guide/upgrading-minor-and-patch-releases.mdx +++ b/src/pages/docs/administration/upgrading/guide/upgrading-minor-and-patch-releases.mdx @@ -9,7 +9,7 @@ navOrder: 2 import OctopusBackupMasterKey from 'src/shared-content/upgrade/upgrade-octopus-backup-master-key.include.md'; import UpgradeDownloadLatestVersion from 'src/shared-content/upgrade/upgrade-download-latest-version.include.md'; import UpgradeOctopusBackupDatabase from 'src/shared-content/upgrade/upgrade-octopus-backup-database.include.md'; -import UpgradeInplaceUpgrade from 'src/shared-content/upgrade/upgrade-inplace-upgrade.include.md'; +import UpgradeInPlaceUpgrade from 'src/shared-content/upgrade/upgrade-in-place-upgrade.include.md'; import UpgradeTestingUpgradedInstance from 'src/shared-content/upgrade/upgrade-testing-upgraded-instance.include.md'; import UpgradeHighAvailability from 'src/shared-content/upgrade/upgrade-high-availability.include.md'; import UpgradeRestoreBackup from 'src/shared-content/upgrade/upgrade-restore-backup.include.md'; @@ -45,7 +45,7 @@ The steps for this are: - + diff --git a/src/pages/docs/administration/upgrading/legacy/upgrading-from-octopus-3.x-to-modern.mdx b/src/pages/docs/administration/upgrading/legacy/upgrading-from-octopus-3.x-to-modern.mdx index 8fbb733662..2b188e9c33 100644 --- a/src/pages/docs/administration/upgrading/legacy/upgrading-from-octopus-3.x-to-modern.mdx +++ b/src/pages/docs/administration/upgrading/legacy/upgrading-from-octopus-3.x-to-modern.mdx @@ -10,7 +10,7 @@ navSearch: false import OctopusBackupMasterKey from 'src/shared-content/upgrade/upgrade-octopus-backup-master-key.include.md'; import UpgradeDownloadLatestVersion from 'src/shared-content/upgrade/upgrade-download-latest-version.include.md'; import UpgradeOctopusBackupDatabase from 'src/shared-content/upgrade/upgrade-octopus-backup-database.include.md'; -import UpgradeInplaceUpgrade from 'src/shared-content/upgrade/upgrade-inplace-upgrade.include.md'; +import UpgradeInPlaceUpgrade from 'src/shared-content/upgrade/upgrade-in-place-upgrade.include.md'; import UpgradeTestingUpgradedInstance from 'src/shared-content/upgrade/upgrade-testing-upgraded-instance.include.md'; import UpgradeHighAvailability from 'src/shared-content/upgrade/upgrade-high-availability.include.md'; import UpgradeRestoreBackup from 'src/shared-content/upgrade/upgrade-restore-backup.include.md'; @@ -71,7 +71,7 @@ The steps for this are: - + @@ -129,7 +129,7 @@ DELETE FROM ExtensionConfiguration WHERE Id in ('authentication-octopusid', 'jir Remember to replace `OctopusDeploy` with the name of your database. ::: - + @@ -172,7 +172,7 @@ The steps for this are: - + @@ -204,7 +204,7 @@ While unlikely, an upgrade may fail. It could fail on a database upgrade script Earlier versions of 3.x, including 3.1, 3.4, and 3.5, also carry some additional caveats to make a note of. Before upgrading to a modern version of Octopus Deploy, please keep these in mind. -### Upgrading to Octopus 3.1 or greater \{#UpgradingfromOctopus3.x-UpgradingTo31UpgradingtoOctopus3.1orgreater} +### Upgrading to Octopus 3.1 or greater Summary: Tentacle was upgraded from .NET 4.0 to .NET 4.5 to enable TLS 1.2. @@ -243,7 +243,7 @@ No, from **Octopus 3.1** onward, we are dropping official support for Octopus Se Read more about the [Octopus - Tentacle communication](/docs/security/octopus-tentacle-communication/) protocol and [Troubleshooting Schannel and TLS](/docs/security/octopus-tentacle-communication/troubleshooting-schannel-and-tls). ::: -### Upgrading to Octopus 3.4 or greater \{#UpgradingfromOctopus3.x-UpgradingtoOctopus3.4orgreater} +### Upgrading to Octopus 3.4 or greater See the [Release Notes](https://octopus.com/downloads/compare?from=3.3.27&to=3.4.0) for breaking changes and more information. @@ -251,13 +251,13 @@ See the [Release Notes](https://octopus.com/downloads/compare?from=3.3.27&to **Want to use SemVer 2 for packages or releases?** You will need to upgrade OctoPack and/or Octopus CLI to 3.4 or newer. -### Upgrading to Octopus 3.5 or greater \{#UpgradingfromOctopus3.x-UpgradingtoOctopus3.5orgreater} +### Upgrading to Octopus 3.5 or greater Some server configuration values are moved from the config file into the database in 3.5+. If you are upgrading to a 3.5+ version, please backup your server config file prior to upgrading. If you need to downgrade, then replace the config with the original file after the downgrade and restart the Octopus Server. -## Troubleshooting \{#UpgradingfromOctopus3.x-Troubleshooting} +## Troubleshooting In a few cases, a bug in a 3rd party component causes the installer to display a "Installation directory must be on a local hard drive" error. If this occurs, running the install again from an elevated command prompt using the following command (replacing Octopus.3.3.4-x64.msi with the name of the installer you are using): diff --git a/src/pages/docs/administration/upgrading/legacy/upgrading-from-octopus-4.x-2018.x-to-modern.mdx b/src/pages/docs/administration/upgrading/legacy/upgrading-from-octopus-4.x-2018.x-to-modern.mdx index 271d59ed9b..2187d2c4d6 100644 --- a/src/pages/docs/administration/upgrading/legacy/upgrading-from-octopus-4.x-2018.x-to-modern.mdx +++ b/src/pages/docs/administration/upgrading/legacy/upgrading-from-octopus-4.x-2018.x-to-modern.mdx @@ -10,7 +10,7 @@ navSearch: false import OctopusBackupMasterKey from 'src/shared-content/upgrade/upgrade-octopus-backup-master-key.include.md'; import UpgradeDownloadLatestVersion from 'src/shared-content/upgrade/upgrade-download-latest-version.include.md'; import UpgradeOctopusBackupDatabase from 'src/shared-content/upgrade/upgrade-octopus-backup-database.include.md'; -import UpgradeInplaceUpgrade from 'src/shared-content/upgrade/upgrade-inplace-upgrade.include.md'; +import UpgradeInPlaceUpgrade from 'src/shared-content/upgrade/upgrade-in-place-upgrade.include.md'; import UpgradeTestingUpgradedInstance from 'src/shared-content/upgrade/upgrade-testing-upgraded-instance.include.md'; import UpgradeHighAvailability from 'src/shared-content/upgrade/upgrade-high-availability.include.md'; import UpgradeRestoreBackup from 'src/shared-content/upgrade/upgrade-restore-backup.include.md'; @@ -68,7 +68,7 @@ The steps for this are: - + @@ -107,7 +107,7 @@ The steps for this are: - + @@ -149,7 +149,7 @@ Creating a clone of an existing instance involves: - + diff --git a/src/shared-content/upgrade/upgrade-inplace-upgrade.include.md b/src/shared-content/upgrade/upgrade-in-place-upgrade.include.md similarity index 100% rename from src/shared-content/upgrade/upgrade-inplace-upgrade.include.md rename to src/shared-content/upgrade/upgrade-in-place-upgrade.include.md