Fleet Management
Changed
- Make
credentialSecret
attribute in AWSCluster
optional. In case this attribute is not set it will be defaulted
by aws-admission-controller
to the credential-secret for the organization the cluster is created in.
Added
- Add
app-operator.giantswarm.io/latest-configmap-version
annotation. - Add
app-operator.giantswarm.io/latest-secret-version
annotation.
Changed
- Change (unused yet)
config.giantswarm.io/major-version
annotation to config.giantswarm.io/version
.
Changed
- Make
availabilityZones
attribute in AWSMachineDeployment
optional.
Added
- Add
config-controller.giantswarm.io/version
label. - Add
config.giantswarm.io/major-version
annotation.
Added
- First vertical-pod-autoscaler version 0.8.0
Added
- Add
catalog
field to apps
in release
. - Add printer columns for Release
Ready
and InUse
fields. - Add printer columns for App, Chart
Version
, Last Deployed
and Status
.
Changed
- Make Release Status fields
Ready
and InUse
optional.
Added
- Add
--cluster-admin
flag to login
command, which allows full access for Giant Swarm staff. - Print namespace when using the
get clusters
command with the --all-namespaces
flag.
Removed
- Remove client-side validation of the GS
release
when creating a Cluster
’s template.
Removed
- Removed the
--release
and --release-branch
version from kubectl-gs template nodepool
command.
Added
clusterrolebinding
for GiantSwarm staff cluster-admin access.
Removed
- Removed the
--region
flag from the kubectl-gs template
commands. Region gets set automatically according to the installation the cluster is created in.
Added
- Added the
validate apps
command for validating the values of apps against the values.schema.json
in their chart, or against a values.schema.json
locally via a path provided through the command line.