Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Prepare docs for 0.11.0 release (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 5, 2019
1 parent 7d8cf00 commit 0ff8929
Show file tree
Hide file tree
Showing 31 changed files with 104 additions and 89 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Kubernetes 1.5+ . Helm Tiller server [checks for version compatibility](https://

| Swift Version | Docs | Helm/Tiller Version |
|-----------------------------------------------------------------|-----------------------------------------------------------------|---------------------|
| [0.11.0](https://github.com/appscode/swift/releases/tag/0.11.0) | [User Guide](https://appscode.com/products/swift/0.11.0/) | 2.13.0 |
| [0.10.0](https://github.com/appscode/swift/releases/tag/0.10.0) | [User Guide](https://appscode.com/products/swift/0.10.0/) | 2.12.0 |
| [0.9.0](https://github.com/appscode/swift/releases/tag/0.9.0) | [User Guide](https://appscode.com/products/swift/0.9.0/) | 2.11.0 |
| [0.8.1](https://github.com/appscode/swift/releases/tag/0.8.1) | [User Guide](https://appscode.com/products/swift/0.8.1/) | 2.9.0 |
Expand All @@ -25,13 +26,13 @@ Kubernetes 1.5+ . Helm Tiller server [checks for version compatibility](https://


## Installation
To install Swift, please follow the guide [here](https://appscode.com/products/swift/0.10.0/setup/install/).
To install Swift, please follow the guide [here](https://appscode.com/products/swift/0.11.0/setup/install/).

## Using Swift
Want to learn how to use Swift? Please start [here](https://appscode.com/products/swift/0.10.0/).
Want to learn how to use Swift? Please start [here](https://appscode.com/products/swift/0.11.0/).

## Contribution guidelines
Want to help improve Swift? Please start [here](https://appscode.com/products/swift/0.10.0/welcome/contributing/).
Want to help improve Swift? Please start [here](https://appscode.com/products/swift/0.11.0/welcome/contributing/).

---

Expand Down
4 changes: 2 additions & 2 deletions chart/swift/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'Swift by AppsCode - Ajax friendly Helm Tiller Proxy'
name: swift
version: 0.10.0
appVersion: 0.10.0
version: 0.11.0
appVersion: 0.11.0
home: https://github.com/appscode/swift
icon: https://cdn.appscode.com/images/icon/swift.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion chart/swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following tables lists the configurable parameters of the swift chart and th
| `replicaCount` | Number of swift replicas to create (only 1 is supported) | `1` |
| `swift.registry` | Docker registry used to pull Swift image | `appscode` |
| `swift.repository` | Swift container image | `swift` |
| `swift.tag` | Swift container image tag | `0.10.0` |
| `swift.tag` | Swift container image tag | `0.11.0` |
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `logLevel` | Log level for proxy | `3` |
Expand Down
2 changes: 1 addition & 1 deletion chart/swift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
swift:
registry: appscode
repository: swift
tag: 0.10.0
tag: 0.11.0
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
Expand Down
22 changes: 18 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,40 @@
title: Changelog | Swift
description: Changelog
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: changelog-swift
name: Changelog
parent: welcome
weight: 10
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: welcome
url: /products/swift/0.10.0/welcome/changelog/
url: /products/swift/0.11.0/welcome/changelog/
aliases:
- /products/swift/0.10.0/CHANGELOG/
- /products/swift/0.11.0/CHANGELOG/
---

# Change Log

## [0.11.0](https://github.com/appscode/swift/tree/0.11.0) (2019-03-05)
[Full Changelog](https://github.com/appscode/swift/compare/0.10.0...0.11.0)

**Closed issues:**

- Dependabot couldn't find a Gopkg.toml for this project [\#151](https://github.com/appscode/swift/issues/151)

**Merged pull requests:**

- Update Kubernetes client libraries to 1.13.0 [\#155](https://github.com/appscode/swift/pull/155) ([tamalsaha](https://github.com/tamalsaha))
- Something needs to be updated because of new Helm version [\#154](https://github.com/appscode/swift/pull/154) ([joy717](https://github.com/joy717))
- Update appscode/go/log [\#153](https://github.com/appscode/swift/pull/153) ([tamalsaha](https://github.com/tamalsaha))

## [0.10.0](https://github.com/appscode/swift/tree/0.10.0) (2018-12-08)
[Full Changelog](https://github.com/appscode/swift/compare/0.9.0...0.10.0)

**Merged pull requests:**

- Prepare docs for 0.10.0 release [\#152](https://github.com/appscode/swift/pull/152) ([tamalsaha](https://github.com/tamalsaha))
- Use flags.DumpAll to dump flags [\#150](https://github.com/appscode/swift/pull/150) ([tamalsaha](https://github.com/tamalsaha))
- Update kubernetes client libraries to 1.12.0 [\#146](https://github.com/appscode/swift/pull/146) ([tamalsaha](https://github.com/tamalsaha))

Expand Down
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Contributing | Swift
description: Contributing
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: contributing-swift
name: Contributing
parent: welcome
weight: 15
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: welcome
url: /products/swift/0.10.0/welcome/contributing/
url: /products/swift/0.11.0/welcome/contributing/
aliases:
- /products/swift/0.10.0/CONTRIBUTING/
- /products/swift/0.11.0/CONTRIBUTING/
---

# Contribution Guidelines
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
title: Weclome | Swift
description: Welcome to Swift
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: readme-swift
name: Readme
parent: welcome
weight: -1
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: welcome
url: /products/swift/0.10.0/welcome/
url: /products/swift/0.11.0/welcome/
aliases:
- /products/swift/0.10.0/
- /products/swift/0.10.0/README/
- /products/swift/0.11.0/
- /products/swift/0.11.0/README/
---

# Swift
Expand Down
4 changes: 2 additions & 2 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Docs | Swift
description: Swift Docs
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: welcome
name: Welcome
weight: 10
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
---
8 changes: 4 additions & 4 deletions docs/concepts/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: Concepts | Swift
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: concepts-readme
name: Readme
parent: concepts
weight: -1
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: concepts
url: /products/swift/0.10.0/concepts/
url: /products/swift/0.11.0/concepts/
aliases:
- /products/swift/0.10.0/concepts/README/
- /products/swift/0.11.0/concepts/README/
---
# Concepts

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Concepts
description: swift Concepts
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: concepts
name: Concepts
weight: 20
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
---
4 changes: 2 additions & 2 deletions docs/concepts/what-is-swift/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: What is Swift
description: What is Swift
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: what-is-swift
parent: concepts
name: What is swift
weight: 10
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
---
4 changes: 2 additions & 2 deletions docs/concepts/what-is-swift/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Swift Overview
description: Swift Overview
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: overview-concepts
name: Overview
parent: what-is-swift
weight: 10
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: concepts
---

Expand Down
8 changes: 4 additions & 4 deletions docs/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Table of Contents | Guides
description: Table of Contents | Guides
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: guides-readme
name: Readme
parent: guides
weight: -1
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: guides
url: /products/swift/0.10.0/guides/
url: /products/swift/0.11.0/guides/
aliases:
- /products/swift/0.10.0/guides/README/
- /products/swift/0.11.0/guides/README/
---

# Guides
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Guides | Swift
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: guides
name: Guides
weight: 40
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
---
4 changes: 2 additions & 2 deletions docs/guides/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: API Reference
description: API Reference
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: guides-apiserver
name: API Reference
parent: guides
weight: 10
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: guides
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Securing Swift
description: Securing Swift
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: guides-security
name: Securing Swift
parent: guides
weight: 15
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: guides
---

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Reference
description: Swift CLI Reference
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: reference
name: Reference
weight: 1000
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
---
6 changes: 3 additions & 3 deletions docs/reference/swift.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: Swift
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: swift
name: Swift
parent: reference
weight: 0

product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: reference
aliases:
- products/swift/0.10.0/reference/
- products/swift/0.11.0/reference/

---
## swift
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/swift_run.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Swift Run
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: swift-run
name: Swift Run
parent: reference
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: reference
---
## swift run
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/swift_version.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Swift Version
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: swift-version
name: Swift Version
parent: reference
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: reference
---
## swift version
Expand Down
8 changes: 4 additions & 4 deletions docs/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Table of Contents | Setup
description: Table of Contents | Setup
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: setup-readme
name: Readme
parent: setup
weight: -1
product_name: swift
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
section_menu_id: setup
url: /products/swift/0.10.0/setup/
url: /products/swift/0.11.0/setup/
aliases:
- /products/swift/0.10.0/setup/README/
- /products/swift/0.11.0/setup/README/
---

# Setup
Expand Down
4 changes: 2 additions & 2 deletions docs/setup/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Setup | Swift
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: setup
name: Setup
weight: 30
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
---
4 changes: 2 additions & 2 deletions docs/setup/developer-guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Developer Guide | Swift
description: Swift Developer Guide
menu:
product_swift_0.10.0:
product_swift_0.11.0:
identifier: developer-guide
name: Developer Guide
parent: setup
weight: 25
menu_name: product_swift_0.10.0
menu_name: product_swift_0.11.0
---
Loading

0 comments on commit 0ff8929

Please sign in to comment.