Skip to content

Commit

Permalink
Cut 1.0.0 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmintel committed Aug 19, 2018
1 parent 631951d commit d4c55fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

## [UNRELEASED]


## [v1.0.0]
### Added

- New tabbed layout with clipboard copy options. Key driver for this is to
Expand All @@ -14,7 +14,6 @@ environment (useful for the `client_secret`).

- Added `nodePort` support to Helm charts.


- Added `kubectl_version` option in config. Used to construct a download link to `kubectl` which may be useful.

- Added `web_path_prefix` config option to set url-prefix for serving requests and assets.
Expand All @@ -25,6 +24,8 @@ environment (useful for the `client_secret`).

### Changed

- Use `ClusterName` in preference to `ClientID` when generating k8s context commands

- Bump dex version to `v2.10.0`

- Bump base image to `alpine 3.8`
Expand Down
6 changes: 3 additions & 3 deletions charts/dex-k8s-authenticator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
appVersion: "v0.1.0"
appVersion: "v1.0.0"
description: "Authenticator for using Dex with Kubernetes"
name: dex-k8s-authenticator
version: 0.1.2
version: 1.0.0
sources:
- https://github.com/mintel/dex-k8s-authenticator
maintainers:
- name: Aaron Roydhouse
email: [email protected]
- name: Nick Badger
email: [email protected]
email: [email protected]
6 changes: 3 additions & 3 deletions charts/dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "2.9.0"
appVersion: "2.10.0"
description: "Dex federated authentication service"
name: dex
version: 0.2.2
version: 1.0.0
icon: https://github.com/coreos/dex/blob/master/Documentation/logos/dex-horizontal-color.png
sources:
- https://github.com/coreos/dex
Expand All @@ -11,4 +11,4 @@ maintainers:
- name: Aaron Roydhouse
email: [email protected]
- name: Nick Badger
email: [email protected]
email: [email protected]

0 comments on commit d4c55fe

Please sign in to comment.