diff --git a/README.md b/README.md index 34c9a346..6fe71389 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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/). --- diff --git a/chart/swift/Chart.yaml b/chart/swift/Chart.yaml index dce49002..83227857 100755 --- a/chart/swift/Chart.yaml +++ b/chart/swift/Chart.yaml @@ -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: diff --git a/chart/swift/README.md b/chart/swift/README.md index cb53aefe..1c0171e8 100644 --- a/chart/swift/README.md +++ b/chart/swift/README.md @@ -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` | diff --git a/chart/swift/values.yaml b/chart/swift/values.yaml index d73cabfb..efba5e35 100644 --- a/chart/swift/values.yaml +++ b/chart/swift/values.yaml @@ -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 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c01d79d6..06f0150c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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)) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index fd7d41c2..708608d4 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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 diff --git a/docs/README.md b/docs/README.md index 8e66208e..01bb76cf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/_index.md b/docs/_index.md index 5db76a9c..ac82b349 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -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 --- diff --git a/docs/concepts/README.md b/docs/concepts/README.md index 973d2d0a..a4980e3b 100644 --- a/docs/concepts/README.md +++ b/docs/concepts/README.md @@ -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 diff --git a/docs/concepts/_index.md b/docs/concepts/_index.md index 69a6a1fc..0122f2c9 100644 --- a/docs/concepts/_index.md +++ b/docs/concepts/_index.md @@ -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 --- diff --git a/docs/concepts/what-is-swift/_index.md b/docs/concepts/what-is-swift/_index.md index df51f3c6..1891578c 100644 --- a/docs/concepts/what-is-swift/_index.md +++ b/docs/concepts/what-is-swift/_index.md @@ -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 --- diff --git a/docs/concepts/what-is-swift/overview.md b/docs/concepts/what-is-swift/overview.md index 20dfe998..68873ec6 100644 --- a/docs/concepts/what-is-swift/overview.md +++ b/docs/concepts/what-is-swift/overview.md @@ -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 --- diff --git a/docs/guides/README.md b/docs/guides/README.md index 9be59a5b..a5fbdb03 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -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 diff --git a/docs/guides/_index.md b/docs/guides/_index.md index 5836635e..81d9eeb1 100644 --- a/docs/guides/_index.md +++ b/docs/guides/_index.md @@ -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 --- diff --git a/docs/guides/api.md b/docs/guides/api.md index 40132f37..a9f26821 100644 --- a/docs/guides/api.md +++ b/docs/guides/api.md @@ -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 --- diff --git a/docs/guides/security.md b/docs/guides/security.md index c3e99fb5..0d1a7a4e 100644 --- a/docs/guides/security.md +++ b/docs/guides/security.md @@ -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 --- diff --git a/docs/reference/_index.md b/docs/reference/_index.md index 12d36bf8..a5eaeef6 100644 --- a/docs/reference/_index.md +++ b/docs/reference/_index.md @@ -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 --- diff --git a/docs/reference/swift.md b/docs/reference/swift.md index e0915e44..e3248dc3 100644 --- a/docs/reference/swift.md +++ b/docs/reference/swift.md @@ -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 diff --git a/docs/reference/swift_run.md b/docs/reference/swift_run.md index 773755d9..6f9627d3 100644 --- a/docs/reference/swift_run.md +++ b/docs/reference/swift_run.md @@ -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 diff --git a/docs/reference/swift_version.md b/docs/reference/swift_version.md index 46b21ec0..c31dabf3 100644 --- a/docs/reference/swift_version.md +++ b/docs/reference/swift_version.md @@ -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 diff --git a/docs/setup/README.md b/docs/setup/README.md index ce16c431..f7eb9653 100644 --- a/docs/setup/README.md +++ b/docs/setup/README.md @@ -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 diff --git a/docs/setup/_index.md b/docs/setup/_index.md index 37cac429..ad425941 100644 --- a/docs/setup/_index.md +++ b/docs/setup/_index.md @@ -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 --- diff --git a/docs/setup/developer-guide/_index.md b/docs/setup/developer-guide/_index.md index 41d4456b..0e82b504 100644 --- a/docs/setup/developer-guide/_index.md +++ b/docs/setup/developer-guide/_index.md @@ -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 --- \ No newline at end of file diff --git a/docs/setup/developer-guide/overview.md b/docs/setup/developer-guide/overview.md index 934e0692..28e11163 100644 --- a/docs/setup/developer-guide/overview.md +++ b/docs/setup/developer-guide/overview.md @@ -2,13 +2,13 @@ title: Overview | Developer Guide description: Developer Guide Overview menu: - product_swift_0.10.0: + product_swift_0.11.0: identifier: developer-guide-readme name: Overview parent: developer-guide weight: 15 product_name: swift -menu_name: product_swift_0.10.0 +menu_name: product_swift_0.11.0 section_menu_id: setup --- @@ -45,7 +45,7 @@ $ ./_proto/hack/builddeps.sh $ ./hack/builddeps.sh ``` -Please note that this replaces various tools with specific versions needed to compile swift. You can find the full list [here](https://github.com/appscode/swift/blob/0.10.0/_proto/hack/builddeps.sh#L54. +Please note that this replaces various tools with specific versions needed to compile swift. You can find the full list [here](https://github.com/appscode/swift/blob/0.11.0/_proto/hack/builddeps.sh#L54. #### Build Binary ```console diff --git a/docs/setup/developer-guide/release.md b/docs/setup/developer-guide/release.md index ea140db9..c8d17dcf 100644 --- a/docs/setup/developer-guide/release.md +++ b/docs/setup/developer-guide/release.md @@ -2,13 +2,13 @@ title: Release | Swift description: swift Release menu: - product_swift_0.10.0: + product_swift_0.11.0: identifier: release name: Release parent: developer-guide weight: 15 product_name: swift -menu_name: product_swift_0.10.0 +menu_name: product_swift_0.11.0 section_menu_id: setup --- diff --git a/docs/setup/install.md b/docs/setup/install.md index db9cd413..229f41b6 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -2,13 +2,13 @@ title: Install | Swift description: Installation of Swift menu: - product_swift_0.10.0: + product_swift_0.11.0: identifier: install name: Install parent: setup weight: 10 product_name: swift -menu_name: product_swift_0.10.0 +menu_name: product_swift_0.11.0 section_menu_id: setup --- @@ -34,10 +34,10 @@ Swift operator can be installed via a script or as a Helm chart.
### Using Script -Swift can be installed via installer script included in the [/hack/deploy](https://github.com/appscode/swift/tree/0.10.0/hack/deploy) folder. +Swift can be installed via installer script included in the [/hack/deploy](https://github.com/appscode/swift/tree/0.11.0/hack/deploy) folder. ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.10.0/hack/deploy/swift.sh | bash +$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.11.0/hack/deploy/swift.sh | bash ``` #### Customizing Installer @@ -45,7 +45,7 @@ $ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.10.0/hack/deploy You can see the full list of flags available to installer using `-h` flag. ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.10.0/hack/deploy/swift.sh | bash -s -- -h +$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.11.0/hack/deploy/swift.sh | bash -s -- -h swift.sh - install Ajax friendly Helm Tiller Proxy swift.sh [options] @@ -64,7 +64,7 @@ options: If you would like to run Swift operator pod in `master` instances, pass the `--run-on-master` flag: ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.10.0/hack/deploy/swift.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.11.0/hack/deploy/swift.sh \ | bash -s -- --run-on-master [--rbac] ``` @@ -72,7 +72,7 @@ Swift operator will be installed in a `kube-system` namespace by default. If you ```console $ kubectl create namespace swift -$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.10.0/hack/deploy/swift.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.11.0/hack/deploy/swift.sh \ | bash -s -- --namespace=swift [--run-on-master] [--rbac] ``` @@ -84,7 +84,7 @@ To pass the address of your private registry and optionally a image pull secret ```console $ kubectl create namespace swift -$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.10.0/hack/deploy/swift.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.11.0/hack/deploy/swift.sh \ | bash -s -- --docker-registry=MY_REGISTRY [--image-pull-secret=SECRET_NAME] [--rbac] ``` @@ -94,19 +94,19 @@ For detailed instructions on how to deploy __Swift in a RBAC enabled cluster__,
### Using Helm -Swift can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/appscode/swift/tree/0.10.0/chart/swift) from [AppsCode Charts Repository](https://github.com/appscode/charts). To install the chart with the release name `my-release`: +Swift can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/appscode/swift/tree/0.11.0/chart/swift) from [AppsCode Charts Repository](https://github.com/appscode/charts). To install the chart with the release name `my-release`: ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update $ helm search appscode/swift NAME CHART VERSION APP VERSION DESCRIPTION -appscode/swift 0.10.0 0.10.0 Swift by AppsCode - Ajax friendly Helm Tiller Proxy +appscode/swift 0.11.0 0.11.0 Swift by AppsCode - Ajax friendly Helm Tiller Proxy -$ helm install appscode/swift --name swift --version 0.10.0 +$ helm install appscode/swift --name swift --version 0.11.0 ``` -To see the detailed configuration options, visit [here](https://github.com/appscode/swift/tree/0.10.0/chart/swift/). +To see the detailed configuration options, visit [here](https://github.com/appscode/swift/tree/0.11.0/chart/swift/).
diff --git a/docs/setup/rbac.md b/docs/setup/rbac.md index 3879b904..01cfbb60 100644 --- a/docs/setup/rbac.md +++ b/docs/setup/rbac.md @@ -2,13 +2,13 @@ title: RBAC | Swift description: Swift RBAC menu: - product_swift_0.10.0: + product_swift_0.11.0: identifier: rbac name: RBAC parent: setup weight: 15 product_name: swift -menu_name: product_swift_0.10.0 +menu_name: product_swift_0.11.0 section_menu_id: setup --- @@ -73,7 +73,7 @@ Consult [Tiller and Role-based Access Control](https://github.com/kubernetes/hel Now deploy Swift with necessary RBAc permissions using the following command: ```console -curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.10.0/hack/deploy/swift.sh | bash +curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.11.0/hack/deploy/swift.sh | bash ``` To check if Swift proxy pods have started, run the following command: diff --git a/docs/setup/uninstall.md b/docs/setup/uninstall.md index 58895ec6..45123a6a 100644 --- a/docs/setup/uninstall.md +++ b/docs/setup/uninstall.md @@ -2,13 +2,13 @@ title: Uninstall Swift description: Swift Uninstall menu: - product_swift_0.10.0: + product_swift_0.11.0: identifier: uninstall name: Uninstall parent: setup weight: 20 product_name: swift -menu_name: product_swift_0.10.0 +menu_name: product_swift_0.11.0 section_menu_id: setup --- @@ -18,7 +18,7 @@ Please follow the steps below to uninstall Swift: - Delete the various objects created for Swift operator. ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.10.0/hack/deploy/swift.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.11.0/hack/deploy/swift.sh \ | bash -s -- --uninstall [--namespace=NAMESPACE] + kubectl delete deployment -l app=swift -n kube-system diff --git a/docs/support.md b/docs/support.md index 2105ef15..08433ddf 100644 --- a/docs/support.md +++ b/docs/support.md @@ -2,17 +2,17 @@ title: Support | Swift description: Support menu: - product_swift_0.10.0: + product_swift_0.11.0: identifier: support-swift name: Support parent: welcome weight: 25 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/support/ +url: /products/swift/0.11.0/welcome/support/ aliases: - - /products/swift/0.10.0/support/ + - /products/swift/0.11.0/support/ --- # Support diff --git a/hack/deploy/swift.sh b/hack/deploy/swift.sh index fc38102d..3a0e2905 100755 --- a/hack/deploy/swift.sh +++ b/hack/deploy/swift.sh @@ -106,14 +106,14 @@ export SWIFT_SERVICE_ACCOUNT=swift export SWIFT_ENABLE_RBAC=true export SWIFT_RUN_ON_MASTER=0 export SWIFT_DOCKER_REGISTRY=appscode -export SWIFT_SERVER_TAG=0.10.0 +export SWIFT_SERVER_TAG=0.11.0 export SWIFT_IMAGE_PULL_SECRET= export SWIFT_IMAGE_PULL_POLICY=IfNotPresent export SWIFT_ENABLE_ANALYTICS=true export SWIFT_UNINSTALL=0 export APPSCODE_ENV=${APPSCODE_ENV:-prod} -export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.10.0/" +export SCRIPT_LOCATION="curl -fsSL https://raw.githubusercontent.com/appscode/swift/0.11.0/" if [ "$APPSCODE_ENV" = "dev" ]; then detect_tag export SCRIPT_LOCATION="cat " diff --git a/hack/gendocs/main.go b/hack/gendocs/main.go index 19f70fa7..9bba1afe 100644 --- a/hack/gendocs/main.go +++ b/hack/gendocs/main.go @@ -16,7 +16,7 @@ import ( ) const ( - version = "0.10.0" + version = "0.11.0" ) var (