Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmintel committed Dec 12, 2018
1 parent 2a1eab0 commit 5f6fd89
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 9 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.

## Unreleased
## [v1.1.0]

### Added

- Documentation on `web_path_prefix`

- Helm charts now add a checksum annotation on the configmap to roll-deployments when configuration changes

- Added IDPCaPem option to support displaying of idp-ca inline


### Changed

- Bump dex version to `v2.13.0` and pull from new repo at quay.io/dexidp/dex

- Documentation improvements

### Fixed

- Fixes to some css to use relative paths

## [v1.0.0]
### Added

- New tabbed layout with clipboard copy options. Key driver for this is to
- New tabbed layout with clipboard copy options. Key driver for this is to
enable Windows specific instructions.

- Added envar substitutions. Can now generate a config based on values in the
- Added envar substitutions. Can now generate a config based on values in the
environment (useful for the `client_secret`).

- Added `nodePort` support to Helm charts.
Expand Down Expand Up @@ -62,14 +77,14 @@ cluster option.
### Fixed
- Fixed helm-chart ingress servicePort

## [v0.2.0]
## [v0.2.0]
### Added
- Helm chart serviceAccountName
- Helm chart serviceAccountName
- Documentation improvements

### Changed
- Helm chart RBAC (renamed some vars).

## [v0.1.0]
## [v0.1.0]
### Added
- Initial release
4 changes: 2 additions & 2 deletions charts/dex-k8s-authenticator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "v1.0.0"
appVersion: "v1.1.0"
description: "Authenticator for using Dex with Kubernetes"
name: dex-k8s-authenticator
version: 1.0.0
version: 1.1.0
sources:
- https://github.com/mintel/dex-k8s-authenticator
maintainers:
Expand Down
64 changes: 64 additions & 0 deletions charts/dex-k8s-authenticator/out.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
apiVersion: v1
items:
- apiVersion: extensions/v1beta1
kind: Ingress
metadata:
creationTimestamp: 2018-12-12T08:25:45Z
generation: 1
labels:
app: dex
chart: dex-1.0.0
env: dev
heritage: Tiller
release: eerie-prawn
name: eerie-prawn-dex
namespace: default
resourceVersion: "1587"
selfLink: /apis/extensions/v1beta1/namespaces/default/ingresses/eerie-prawn-dex
uid: 85781253-fde7-11e8-8e75-702bb32bc8e5
spec:
rules:
- host: dex.minikube.test
http:
paths:
- backend:
serviceName: eerie-prawn-dex
servicePort: 5556
path: /
status:
loadBalancer:
ingress:
- ip: 192.168.122.205
- apiVersion: extensions/v1beta1
kind: Ingress
metadata:
creationTimestamp: 2018-12-12T08:27:36Z
generation: 1
labels:
app: dex-k8s-authenticator
chart: dex-k8s-authenticator-1.0.0
env: dev
heritage: Tiller
release: wobbly-greyhound
name: wobbly-greyhound-dex-k8s-authenticator
namespace: default
resourceVersion: "1586"
selfLink: /apis/extensions/v1beta1/namespaces/default/ingresses/wobbly-greyhound-dex-k8s-authenticator
uid: c7d4ad02-fde7-11e8-8e75-702bb32bc8e5
spec:
rules:
- host: dexauth.minikube.test
http:
paths:
- backend:
serviceName: wobbly-greyhound-dex-k8s-authenticator
servicePort: 5555
path: /
status:
loadBalancer:
ingress:
- ip: 192.168.122.205
kind: List
metadata:
resourceVersion: ""
selfLink: ""
2 changes: 1 addition & 1 deletion charts/dex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "2.13.0"
description: "Dex federated authentication service"
name: dex
version: 1.0.0
version: 1.1.0
icon: https://github.com/coreos/dex/blob/master/Documentation/logos/dex-horizontal-color.png
sources:
- https://github.com/coreos/dex
Expand Down

0 comments on commit 5f6fd89

Please sign in to comment.