Releases: rancher/cli
Releases · rancher/cli
v0.6.6-rc1: Merge pull request #104 from StrongMonkey/rce14-24
Rancher-compose-executor v0.14.24
v0.6.5-rc5: Use /project API to find environment instead of /account API
If a non-admin user calls the /account API, it will not return any projects. So rancher cli can not find the environment by environment name. If we use the /project API, it will return all the environments the user has. But it will only return parts of environments for an admin user if the request doesn't have the parameter all=true. So we have to add this query parameter in this case. https://github.com/rancher/rancher/issues/9988
v0.6.5: Use /project API to find environment instead of /account API
If a non-admin user calls the /account API, it will not return any projects. So rancher cli can not find the environment by environment name. If we use the /project API, it will return all the environments the user has. But it will only return parts of environments for an admin user if the request doesn't have the parameter all=true. So we have to add this query parameter in this case. https://github.com/rancher/rancher/issues/9988
v0.6.5-rc4: Merge pull request #103 from carolynhu/answerupdate
rancher-compose-executor v0.14.23
v0.6.5-rc3: Merge pull request #101 from deniseschannon/rce-v0.14.22
rancher-compose-executor v0.14.22
v0.6.5-rc2: Merge pull request #100 from carolynhu/prunev2
rancher-compose-executor v0.14.21
v0.6.5-rc1: Merge pull request #94 from StrongMonkey/update
Update for rancher-compose-executor
v1.0.0-alpha4: Merge pull request #91 from StrongMonkey/fix-run
fix rancher run to use image field
v1.0.0-alpha3: Merge pull request #90 from StrongMonkey/cluster
fix cluster ls
v1.0.0-alpha2: Merge pull request #89 from StrongMonkey/drop-render
Bug fix