Skip to content

Commit

Permalink
Merge pull request #52 from hoatle/tasks/#49-v0.3.0-release
Browse files Browse the repository at this point in the history
@ #49 | should release v0.3.0
  • Loading branch information
hoatle authored Nov 26, 2018
2 parents 3966321 + 196e519 commit c22876a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log


## [v0.3.0][] (2018-11-26)

- Improvements:
+ should update provisioner name so that we can call each provision with its name #36
+ should update SSO docs by using teracy-dev-certs #38
+ should update to the new location sync format #40
+ should move SUPPORTED_OS to config.yaml file instead #31
+ should have ansible install version for guest mode #47
+ should sync supported_oses with kubespray and check to make sure it works #43

- Tasks:
+ should upgrade kubespray to v2.7.0 #30
+ should add docs how to get SSO work with Dex #11


Details: https://github.com/teracyhq-incubator/teracy-dev-k8s/milestone/3?closed=1


## [v0.2.0][] (2018-10-04)

- Bug Fixes:
Expand Down Expand Up @@ -28,3 +46,5 @@ Details: https://github.com/teracyhq-incubator/teracy-dev-k8s/milestone/1?closed

[v0.1.0]: https://github.com/teracyhq-incubator/teracy-dev-k8s/milestone/1?closed=1
[v0.2.0]: https://github.com/teracyhq-incubator/teracy-dev-k8s/milestone/2?closed=1
[v0.3.0]: https://github.com/teracyhq-incubator/teracy-dev-k8s/milestone/3?closed=1

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ teracy-dev:
git:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-k8s.git
branch: v0.2.0
require_version: ">= 0.2.0, < 0.3.0"
branch: v0.3.0
require_version: ">= 0.3.0"
enabled: true
```
Expand All @@ -39,7 +39,7 @@ teracy-dev:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-k8s.git
branch: master
require_version: ">= 0.2.0, < 0.3.0"
require_version: ">= 0.3.0"
enabled: true
```
Expand All @@ -57,7 +57,7 @@ teracy-dev:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-k8s.git
branch: develop
require_version: ">= 0.3.0-SNAPSHOT"
require_version: ">= 0.4.0-SNAPSHOT"
enabled: true
```
Expand Down Expand Up @@ -165,7 +165,7 @@ teracy-dev:
remote:
origin: [email protected]:hoatle/teracy-dev-k8s.git # your forked repo
branch: develop
require_version: ">= 0.3.0-SNAPSHOT"
require_version: ">= 0.4.0-SNAPSHOT"
```


Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: teracy-dev-k8s
version: "0.3.0-SNAPSHOT"
version: "0.3.0"
description: k8s cluster setup on teracy-dev
target: ">= 0.6.0-a5, < 0.7.0"
dependencies:
Expand Down

0 comments on commit c22876a

Please sign in to comment.