8000 Tags · GitObjects/rancher · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: GitObjects/rancher

Tags

v2.0.8

Toggle v2.0.8's commit message
Multiple branch release support

v2.0.8-rc6

Toggle v2.0.8-rc6's commit message
Multiple branch release support

v2.0.8-rc5

Toggle v2.0.8-rc5's commit message
add test

v2.0.8-rc4

Toggle v2.0.8-rc4's commit message
add answers value when generating notes

Problems: when generating notes it failed if some of answer fields are
missing

Solution: adding value answer when generating notes.(this is a bug, we
should always add that)

v2.0.8-rc3

Toggle v2.0.8-rc3's commit message
Fix an issue where members could not be resolved

Problem: The UI cannot display project and cluster creator
on the members page. This is because we change the permissions
on the user role such that non-admin users can no longer list
users at /v3/users.

Solution: The UI only uses /v3/users to look up members as a
fallback. It first tries to hit /v3/principals, which normal users
DO have access to. The problem was that we were not setting the
userPrincipalId on the special "creator" CRTB/PRTBs that are
created when a project or clsuter is created.

So, we just need to set that userPrincipalId field on the CRTBs
and PRTBs to allow the UI to resolve the principal properly.

v2.0.8-rc2

Toggle v2.0.8-rc2's commit message
Update norman

Pulling in change to prevent controller flapping

v2.0.8-rc1

Toggle v2.0.8-rc1's commit message
Wait for etcd to be healthy on start

0