Skip to content

Commit

Permalink
updating docs and release notes for v1.3.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Jun 12, 2018
1 parent 302055a commit a6a2c9f
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0
version: v1.3.0-rc
---

![helmsman-logo](docs/images/helmsman.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/desired_state_specification.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0
version: v1.3.0-rc
---

# Helmsman desired state specification
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/define_namespaces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# define namespaces
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/manipulate_apps.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# install releases
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/move_charts_across_namespaces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# move charts across namespaces
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/multiple_value_files.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# multiple value files
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/multitenant_clusters_guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# Multitenant Clusters Guide
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/override_defined_namespaces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.1.0
version: v1.3.0-rc
---

# Override defined namespaces from command line
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/pass_secrets_from_env_variables.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# pass secrets from env. variables:
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/protect_namespaces_and_releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# Namespace and Release Protection
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/run_helmsman_in_ci.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# Run Helmsman in CI
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/run_helmsman_with_hosted_cluster.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

You can manage Helm charts deployment on a hosted K8S cluster in the cloud or on-prem. You need to include the required information to connect to the cluster in your state file.
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/run_helmsman_with_minikube.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

You can run Helmsman locally as a binary application with Minikube, you just need to skip all the cluster connection settings in your desired state file. Below is the example.toml desired state file adapted to work with Minikube.
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/test_charts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# test charts
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/use_local_charts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# use local helm charts
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/use_private_helm_charts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# use private helm charts
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/use_the_priority_key.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.2.0-rc
version: v1.3.0-rc
---

# Using the priority key for Apps
Expand Down
8 changes: 3 additions & 5 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# v1.2.0
# v1.3.0-rc

- Stable TLS and multitenancy support.
- Support for multiple values files when deploying charts.
- Fix environment variables names issue #35
- Fix #37
- Support for using YAML for desired state files.
- Support for passing values directly through the `set` flag in the desired state file.

0 comments on commit a6a2c9f

Please sign in to comment.