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

Commit 1220362

Browse files
authored
Prepare docs for 0.10.0 release (#152)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 4f0ef7b commit 1220362

File tree

31 files changed

+113
-101
lines changed

31 files changed

+113
-101
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,26 @@ Swift is an Ajax friendly [Helm](https://github.com/kubernetes/helm) Tiller prox
1212
## Supported Versions
1313
Kubernetes 1.5+ . Helm Tiller server [checks for version compatibility](https://github.com/kubernetes/helm/blob/master/pkg/version/compatible.go#L27). Please pick a version of Swift that matches your Tiller server.
1414

15-
| Swift Version | Docs | Helm/Tiller Version |
16-
|---------------------------------------------------------------|-----------------------------------------------------------------|---------------------|
17-
| [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 |
18-
| [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 |
19-
| [0.7.3](https://github.com/appscode/swift/releases/tag/0.7.3) | [User Guide](https://appscode.com/products/swift/0.7.3/) | 2.8.0 |
20-
| [0.5.2](https://github.com/appscode/swift/releases/tag/0.5.2) | [User Guide](https://appscode.com/products/swift/0.5.2/) | 2.7.0 |
21-
| [0.3.2](https://github.com/appscode/swift/releases/tag/0.3.2) | [User Guide](https://github.com/appscode/swift/tree/0.3.2/docs) | 2.5.x, 2.6.x |
22-
| [0.2.0](https://github.com/appscode/swift/releases/tag/0.2.0) | [User Guide](https://github.com/appscode/swift/tree/0.2.0/docs) | 2.5.x, 2.6.x |
23-
| [0.1.0](https://github.com/appscode/swift/releases/tag/0.1.0) | [User Guide](https://github.com/appscode/swift/tree/0.1.0/docs) | 2.5.x, 2.6.x |
15+
| Swift Version | Docs | Helm/Tiller Version |
16+
|-----------------------------------------------------------------|-----------------------------------------------------------------|---------------------|
17+
| [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 |
18+
| [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 |
19+
| [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 |
20+
| [0.7.3](https://github.com/appscode/swift/releases/tag/0.7.3) | [User Guide](https://appscode.com/products/swift/0.7.3/) | 2.8.0 |
21+
| [0.5.2](https://github.com/appscode/swift/releases/tag/0.5.2) | [User Guide](https://appscode.com/products/swift/0.5.2/) | 2.7.0 |
22+
| [0.3.2](https://github.com/appscode/swift/releases/tag/0.3.2) | [User Guide](https://github.com/appscode/swift/tree/0.3.2/docs) | 2.5.x, 2.6.x |
23+
| [0.2.0](https://github.com/appscode/swift/releases/tag/0.2.0) | [User Guide](https://github.com/appscode/swift/tree/0.2.0/docs) | 2.5.x, 2.6.x |
24+
| [0.1.0](https://github.com/appscode/swift/releases/tag/0.1.0) | [User Guide](https://github.com/appscode/swift/tree/0.1.0/docs) | 2.5.x, 2.6.x |
2425

2526

2627
## Installation
27-
To install Swift, please follow the guide [here](https://appscode.com/products/swift/0.9.0/setup/install/).
28+
To install Swift, please follow the guide [here](https://appscode.com/products/swift/0.10.0/setup/install/).
2829

2930
## Using Swift
30-
Want to learn how to use Swift? Please start [here](https://appscode.com/products/swift/0.9.0/).
31+
Want to learn how to use Swift? Please start [here](https://appscode.com/products/swift/0.10.0/).
3132

3233
## Contribution guidelines
33-
Want to help improve Swift? Please start [here](https://appscode.com/products/swift/0.9.0/welcome/contributing/).
34+
Want to help improve Swift? Please start [here](https://appscode.com/products/swift/0.10.0/welcome/contributing/).
3435

3536
---
3637

chart/swift/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: 'Swift by AppsCode - Ajax friendly Helm Tiller Proxy'
33
name: swift
4-
version: 0.9.0
5-
appVersion: 0.9.0
4+
version: 0.10.0
5+
appVersion: 0.10.0
66
home: https://github.com/appscode/swift
77
icon: https://cdn.appscode.com/images/icon/swift.png
88
sources:

chart/swift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following tables lists the configurable parameters of the swift chart and th
4848
| `replicaCount` | Number of swift replicas to create (only 1 is supported) | `1` |
4949
| `swift.registry` | Docker registry used to pull Swift image | `appscode` |
5050
| `swift.repository` | Swift container image | `swift` |
51-
| `swift.tag` | Swift container image tag | `0.9.0` |
51+
| `swift.tag` | Swift container image tag | `0.10.0` |
5252
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
5353
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
5454
| `logLevel` | Log level for proxy | `3` |

chart/swift/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ replicaCount: 1
55
swift:
66
registry: appscode
77
repository: swift
8-
tag: 0.9.0
8+
tag: 0.10.0
99
## Optionally specify an array of imagePullSecrets.
1010
## Secrets must be manually created in the namespace.
1111
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

docs/CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,36 @@
22
title: Changelog | Swift
33
description: Changelog
44
menu:
5-
product_swift_0.9.0:
5+
product_swift_0.10.0:
66
identifier: changelog-swift
77
name: Changelog
88
parent: welcome
99
weight: 10
1010
product_name: swift
11-
menu_name: product_swift_0.9.0
11+
menu_name: product_swift_0.10.0
1212
section_menu_id: welcome
13-
url: /products/swift/0.9.0/welcome/changelog/
13+
url: /products/swift/0.10.0/welcome/changelog/
1414
aliases:
15-
- /products/swift/0.9.0/CHANGELOG/
15+
- /products/swift/0.10.0/CHANGELOG/
1616
---
1717

1818
# Change Log
1919

20+
## [0.10.0](https://github.com/appscode/swift/tree/0.10.0) (2018-12-08)
21+
[Full Changelog](https://github.com/appscode/swift/compare/0.9.0...0.10.0)
22+
23+
**Merged pull requests:**
24+
25+
- Use flags.DumpAll to dump flags [\#150](https://github.com/appscode/swift/pull/150) ([tamalsaha](https://github.com/tamalsaha))
26+
- Update kubernetes client libraries to 1.12.0 [\#146](https://github.com/appscode/swift/pull/146) ([tamalsaha](https://github.com/tamalsaha))
27+
2028
## [0.9.0](https://github.com/appscode/swift/tree/0.9.0) (2018-12-03)
2129
[Full Changelog](https://github.com/appscode/swift/compare/0.3.2...0.9.0)
2230

2331
**Closed issues:**
2432

33+
- Dependabot couldn't find a Gopkg.toml for this project [\#145](https://github.com/appscode/swift/issues/145)
34+
- Need the release supporting Helm 2.10.0 [\#144](https://github.com/appscode/swift/issues/144)
2535
- version 0.3.2\(6f289cc\) after 0.8.1 [\#142](https://github.com/appscode/swift/issues/142)
2636
- Support Helm 2.10.0 [\#138](https://github.com/appscode/swift/issues/138)
2737
- Does swift do authentication? [\#137](https://github.com/appscode/swift/issues/137)
@@ -30,6 +40,7 @@ aliases:
3040

3141
**Merged pull requests:**
3242

43+
- Update Helm dependency to v2.11.0 [\#149](https://github.com/appscode/swift/pull/149) ([tamalsaha](https://github.com/tamalsaha))
3344
- Prepare docs for 0.9.0 release [\#148](https://github.com/appscode/swift/pull/148) ([tamalsaha](https://github.com/tamalsaha))
3445
- Set periodic analytics [\#147](https://github.com/appscode/swift/pull/147) ([tamalsaha](https://github.com/tamalsaha))
3546
- Use kubernetes-1.11.3 [\#143](https://github.com/appscode/swift/pull/143) ([tamalsaha](https://github.com/tamalsaha))

docs/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: Contributing | Swift
33
description: Contributing
44
menu:
5-
product_swift_0.9.0:
5+
product_swift_0.10.0:
66
identifier: contributing-swift
77
name: Contributing
88
parent: welcome
99
weight: 15
1010
product_name: swift
11-
menu_name: product_swift_0.9.0
11+
menu_name: product_swift_0.10.0
1212
section_menu_id: welcome
13-
url: /products/swift/0.9.0/welcome/contributing/
13+
url: /products/swift/0.10.0/welcome/contributing/
1414
aliases:
15-
- /products/swift/0.9.0/CONTRIBUTING/
15+
- /products/swift/0.10.0/CONTRIBUTING/
1616
---
1717

1818
# Contribution Guidelines

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
title: Weclome | Swift
33
description: Welcome to Swift
44
menu:
5-
product_swift_0.9.0:
5+
product_swift_0.10.0:
66
identifier: readme-swift
77
name: Readme
88
parent: welcome
99
weight: -1
1010
product_name: swift
11-
menu_name: product_swift_0.9.0
11+
menu_name: product_swift_0.10.0
1212
section_menu_id: welcome
13-
url: /products/swift/0.9.0/welcome/
13+
url: /products/swift/0.10.0/welcome/
1414
aliases:
15-
- /products/swift/0.9.0/
16-
- /products/swift/0.9.0/README/
15+
- /products/swift/0.10.0/
16+
- /products/swift/0.10.0/README/
1717
---
1818

1919
# Swift

docs/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Docs | Swift
33
description: Swift Docs
44
menu:
5-
product_swift_0.9.0:
5+
product_swift_0.10.0:
66
identifier: welcome
77
name: Welcome
88
weight: 10
9-
menu_name: product_swift_0.9.0
9+
menu_name: product_swift_0.10.0
1010
---

docs/concepts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Concepts | Swift
33
menu:
4-
product_swift_0.9.0:
4+
product_swift_0.10.0:
55
identifier: concepts-readme
66
name: Readme
77
parent: concepts
88
weight: -1
99
product_name: swift
10-
menu_name: product_swift_0.9.0
10+
menu_name: product_swift_0.10.0
1111
section_menu_id: concepts
12-
url: /products/swift/0.9.0/concepts/
12+
url: /products/swift/0.10.0/concepts/
1313
aliases:
14-
- /products/swift/0.9.0/concepts/README/
14+
- /products/swift/0.10.0/concepts/README/
1515
---
1616
# Concepts
1717

docs/concepts/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Concepts
33
description: swift Concepts
44
menu:
5-
product_swift_0.9.0:
5+
product_swift_0.10.0:
66
identifier: concepts
77
name: Concepts
88
weight: 20
9-
menu_name: product_swift_0.9.0
9+
menu_name: product_swift_0.10.0
1010
---

0 commit comments

Comments
 (0)