Skip to content

Commit

Permalink
Docs for self-hosted v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalg9 committed Feb 16, 2024
1 parent c86f9f5 commit f8f9b23
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
17 changes: 17 additions & 0 deletions docs/product/administration/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ description: Find out about the latest changes to the Self-Hosted Spacelift.

# Changelog

## Changes between v0.0.12 and v1.0.0

### Features

- [User Management](../../concepts/user-management/README.md)
- [Terraform Provider Registry](../../vendors/terraform/provider-registry.md)
- The settings page is now split into Organization and Personal settings
- [OpenTofu v1.6.1 support](../../concepts/stack/creating-a-stack.md#opentofu)
- [PR stack locking](../../concepts/policy/push-policy/README.md#stack-locking)

### Fixes

- Improved license check-out logic
- Fix stale logs display for [targeted replans](../../concepts/run/tracked.md#targeted-replan)
- Allow to persist roles and collections installed during run initialization for [Ansible stacks](../../vendors/ansible/README.md) automatically
- Various other backend and frontend fixes and improvements

## Changes between v0.0.11 and v0.0.12

### Features
Expand Down
15 changes: 12 additions & 3 deletions nav.self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nav:
- concepts/policy/run-initialization-policy.md
- concepts/policy/notification-policy.md
- concepts/policy/terraform-plan-policy.md
- Push policy:
- Push Policy:
- concepts/policy/push-policy/README.md
- concepts/policy/push-policy/run-external-dependencies.md
- concepts/policy/task-run-policy.md
Expand All @@ -55,6 +55,10 @@ nav:
- concepts/spaces/deleting-a-space.md
- concepts/spaces/structuring-your-spaces-tree.md
- concepts/spaces/migrating-out-of-the-legacy-space.md
- User Management:
- concepts/user-management/README.md
- concepts/user-management/admin.md
- concepts/user-management/user.md
- 🛰️ Platforms:
- Terraform:
- vendors/terraform/README.md
Expand Down Expand Up @@ -99,6 +103,7 @@ nav:
- vendors/kubernetes/custom-resources.md
- vendors/kubernetes/helm.md
- vendors/kubernetes/kustomize.md
- vendors/kubernetes/workflow-tool.md
- Ansible:
- vendors/ansible/README.md
- vendors/ansible/getting-started.md
Expand All @@ -114,8 +119,11 @@ nav:
- integrations/cloud-providers/README.md
- integrations/cloud-providers/aws.md
- OpenID Connect (OIDC):
- integrations/cloud-providers/oidc/README.md
- integrations/cloud-providers/oidc/aws-oidc.md
- integrations/cloud-providers/oidc/README.md
- integrations/cloud-providers/oidc/aws-oidc.md
- integrations/cloud-providers/oidc/gcp-oidc.md
- integrations/cloud-providers/oidc/azure-oidc.md
- integrations/cloud-providers/oidc/vault-oidc.md
- Observability:
- integrations/observability/README.md
- integrations/observability/datadog.md
Expand All @@ -127,6 +135,7 @@ nav:
- integrations/source-control/azure-devops.md
- integrations/source-control/bitbucket-cloud.md
- integrations/source-control/bitbucket-datacenter-server.md
- integrations/source-control/raw-git.md
- integrations/docker.md
- integrations/api.md
- Single Sign-On:
Expand Down
1 change: 0 additions & 1 deletion scripts/remove-files-based-on-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ if [[ "$SPACELIFT_DISTRIBUTION" == "SELF_HOSTED" ]]; then
# Remove any SaaS-only pages
rm docs/self-hosted.md
rm docs/concepts/vcs-agent-pools.md
rm -rf docs/concepts/user-management
rm docs/integrations/cloud-providers/azure.md
rm docs/integrations/cloud-providers/gcp.md
rm docs/product/billing/aws-marketplace.md
Expand Down

0 comments on commit f8f9b23

Please sign in to comment.