Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

chore: update kubernetes-dashboard to v1.10.1 #232

Merged
merged 3 commits into from
Jan 4, 2019

Conversation

mboersma
Copy link
Member

@mboersma mboersma commented Jan 4, 2019

Reason for Change:

See https://github.com/kubernetes/dashboard/releases/tag/v1.10.1

Issue Fixed:

Requirements:

Notes:

@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

Merging #232 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #232   +/-   ##
=======================================
  Coverage   53.23%   53.23%           
=======================================
  Files          95       95           
  Lines       14240    14240           
=======================================
  Hits         7580     7580           
  Misses       5994     5994           
  Partials      666      666

@@ -15,7 +15,7 @@ import (
var k8sComponentVersions = map[string]map[string]string{
"1.13": {
"dockerEngine": "1.13.*",
"dashboard": "kubernetes-dashboard-amd64:v1.10.0",
"dashboard": "kubernetes-dashboard-amd64:v1.10.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the new version to the VHD script?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Contributor

@CecileRobertMichon CecileRobertMichon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@acs-bot acs-bot added the lgtm label Jan 4, 2019
@CecileRobertMichon CecileRobertMichon added this to the v0.29.0 milestone Jan 4, 2019
@acs-bot
Copy link

acs-bot commented Jan 4, 2019

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon, mboersma

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [CecileRobertMichon,mboersma]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mboersma
Copy link
Member Author

mboersma commented Jan 4, 2019

Add new flag --enable-skip-login and disable Skip option on the login view by default

This is arguably a breaking change, if you were relying on the mostly useless unauthenticated dashboard view. Should we expose this flag as an addon option?

@jackfrancis
Copy link
Member

@mboersma Let's ship w/ the opinionated "no longer able to use unauthenticated dashboard" and see how many folks miss that security hole.

@mboersma mboersma merged commit ba05e24 into Azure:master Jan 4, 2019
@mboersma mboersma deleted the update-dashboard branch January 4, 2019 20:34
juhacket pushed a commit to juhacket/aks-engine that referenced this pull request Mar 14, 2019
* chore: update kubernetes-dashboard to v1.10.1

See https://github.com/kubernetes/dashboard/releases/tag/v1.10.1

* test: update expectation in TestAssignDefaultAddonImages

* chore: add kubernetes-dashboard:v1.10.1 to VHD script
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants