Skip to content

Commit

Permalink
Switching the website to the v1.6 branch (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
  • Loading branch information
Janos authored Jan 10, 2024
1 parent 01ac15f commit fb9407b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "opentofu-repo"]
path = opentofu-repo
url = https://github.com/opentofu/opentofu
branch = main
branch = v1.6
2 changes: 1 addition & 1 deletion opentofu-repo
Submodule opentofu-repo updated 49 files
+7 −1 .goreleaser.yaml
+1 −1 CHANGELOG.md
+1 −1 version/VERSION
+14 −1 website/docs/cli/commands/providers/index.mdx
+5 −3 website/docs/cli/import/importability.mdx
+2 −11 website/docs/cli/plugins/signing.mdx
+3 −3 website/docs/internals/credentials-helpers.mdx
+0 −7 website/docs/internals/module-registry-protocol.mdx
+2 −2 website/docs/intro/index.mdx
+14 −0 website/docs/intro/install/alpine-convenience.sh
+2 −0 website/docs/intro/install/alpine-manual.sh
+15 −5 website/docs/intro/install/alpine.mdx
+13 −0 website/docs/intro/install/alpine.sh
+1 −0 website/docs/intro/install/brew-install.sh
+13 −5 website/docs/intro/install/deb-convenience.sh
+6 −0 website/docs/intro/install/deb.mdx
+16 −0 website/docs/intro/install/docker-compose.yaml
+3 −2 website/docs/intro/install/homebrew.mdx
+2 −2 website/docs/intro/install/index.mdx
+1,244 −0 website/docs/intro/install/install-opentofu.sh
+0 −10 website/docs/intro/install/portable-install.ps1
+0 −13 website/docs/intro/install/portable-install.sh
+0 −31 website/docs/intro/install/portable.mdx
+2 −0 website/docs/intro/install/repo-yum.sh
+4 −2 website/docs/intro/install/repo-zypper.sh
+0 −6 website/docs/intro/install/rpm-convenience-yum.sh
+0 −6 website/docs/intro/install/rpm-convenience-zypper.sh
+14 −0 website/docs/intro/install/rpm-convenience.sh
+7 −2 website/docs/intro/install/rpm.mdx
+2 −2 website/docs/intro/install/rpm.sh
+10 −0 website/docs/intro/install/standalone-install.ps1
+14 −0 website/docs/intro/install/standalone-install.sh
+68 −0 website/docs/intro/install/standalone.mdx
+8 −0 website/docs/intro/install/verify-checksum-linux.sh
+8 −0 website/docs/intro/install/verify-checksum-macos.sh
+6 −0 website/docs/intro/install/verify-checksum.ps1
+10 −0 website/docs/intro/install/verify-cosign.ps1
+10 −0 website/docs/intro/install/verify-cosign.sh
+1 −1 website/docs/intro/use-cases.mdx
+1 −1 website/docs/language/data-sources/index.mdx
+1 −1 website/docs/language/files/dependency-lock.mdx
+1 −1 website/docs/language/functions/cidrsubnets.mdx
+1 −1 website/docs/language/import/index.mdx
+2 −2 website/docs/language/modules/develop/publish.mdx
+2 −2 website/docs/language/modules/develop/structure.mdx
+1 −1 website/docs/language/modules/index.mdx
+4 −4 website/docs/language/modules/sources.mdx
+7 −13 website/docs/language/providers/index.mdx
+2 −3 website/docs/language/providers/requirements.mdx

0 comments on commit fb9407b

Please sign in to comment.