Skip to content

Commit

Permalink
Merge pull request #2558 from OctopusDeploy/formatting-fix
Browse files Browse the repository at this point in the history
Fixing formatting issues
  • Loading branch information
steve-fenton-octopus authored Nov 8, 2024
2 parents 5d61097 + af2fe1f commit 8b1752f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/docs/kubernetes/steps/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,13 @@ To ensure a smooth deployment experience, we recommend setting a larger Octopus

:::div{.hint}
**Step updates**

**2024.1:**

- `Upgrade a Helm Chart` was renamed to `Deploy a Helm chart`.
- Support was added for Helm charts stored in Git repositories. You can learn more in [this blog post](https://octopus.com/blog/git-resources-in-deployments).

**2023.3.4127**

- Support was added for Helm repositories stored in OCI-based registries.
:::
2 changes: 2 additions & 0 deletions src/pages/docs/kubernetes/steps/kubernetes-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ When there are no matching ingress rules, traffic can be sent to the service con

:::div{.hint}
**Step updates**

**2024.1:**

- `Deploy Kubernetes ingress resource` was renamed to `Configure and apply a Kubernetes Ingress`.
:::
2 changes: 2 additions & 0 deletions src/pages/docs/kubernetes/steps/kubernetes-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,8 @@ For example, to change the name assigned to the ConfigMap resource to include th

:::div{.hint}
**Step updates**

**2024.1:**

- `Deploy Kubernetes containers` was renamed to `Configure and apply Kubernetes resources`.
:::
2 changes: 2 additions & 0 deletions src/pages/docs/kubernetes/steps/kubernetes-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ There are some advanced use cases where creating a Service resource without sele

:::div{.hint}
**Step updates**

**2024.1:**

- `Deploy Kubernetes service resource` was renamed to `Configure and apply a Kubernetes Service`.
:::
2 changes: 2 additions & 0 deletions src/pages/docs/kubernetes/steps/kustomize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ The "`#{Octopus.Action.Package[nginx].PackageVersion}`" Octostache expression wi

:::div{.hint}
**Step updates**

**2024.1:**

- `Kustomize` was renamed to `Deploy with Kustomize`.
- If you store your project configuration in a Git repository using the [Configuration as code feature](/docs/projects/version-control), you can source your Kustomize files from the same Git repository as your deployment process by selecting Project as the Git repository source. When creating a Release, the commit hash used for your deployment process will also be used to source the Kustomize files. You can learn more in [this blog post](https://octopus.com/blog/git-resources-in-deployments).
:::
4 changes: 4 additions & 0 deletions src/pages/docs/kubernetes/steps/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,13 @@ There are a few different ways to take advantage of this feature:

:::div{.hint}
**Step updates**

**2024.1:**

- `Deploy Raw Kubernetes YAML` was renamed to `Deploy Kubernetes YAML`.
- If you store your project configuration in a Git repository using the [Configuration as code feature](/docs/projects/version-control), you can source your YAML from the same Git repository as your deployment process by selecting Project as the Git repository source. When creating a Release, the commit hash used for your deployment process will also be used to source the YAML files. You can learn more in [this blog post](https://octopus.com/blog/git-resources-in-deployments).

**2023.3:**

- Sourcing from Git Repositories was added. You can learn more in [this blog post](https://octopus.com/blog/manifests-from-git).
:::

0 comments on commit 8b1752f

Please sign in to comment.