Releases: giantswarm/cluster
Releases · giantswarm/cluster
v1.7.0
v1.0.3
Changed
- Allow configuring
cgroups
v1 or v2 compatibility per node pool, instead of the whole cluster. Control plane nodes always use cgroups v2.
v0.35.3
Changed
- Allow configuring
cgroups
v1 or v2 compatibility per node pool, instead of the whole cluster. Control plane nodes always use cgroups v2.
v1.6.0
Changed
- Allow configuring
cgroups
v1 or v2 compatibility per node pool, instead of the whole cluster. Control plane nodes always use cgroups v2. - Fix new line in additionalFields.
Added
- Added support for
groupsPrefix
andusernamePrefix
to OIDC configuration
v1.5.2
Added
- Added support for
Upholds
within unit section of custom systemd configuration
v1.5.1
Changed
- Pass
Template
object through to generated systemd unit values.
v1.5.0
Added
- Added support for
Service
section in custom systemd configuration - Added support for
After
,Requires
,Wants
andBindsTo
within unit section of custom systemd configuration - Added support for passing Helm templating from provider chart values through to systemd unit templates
- Added support for
Before
andPartOf
within unit section of custom systemd configuration - Added support for
Restart
,Environment
andEnvironmentFile
within service section of custom systemd configuration
Changed
- Switch systemd Service ExecStart to an array to support multiple commands
v1.0.2
Added
- Chart: Add OS tooling named template.
cluster.os.name
named template that returns the operating system name.cluster.os.releaseChannel
named template that returns the operating system release channel.cluster.os.version
named template that returns the operating system version.cluster.os.tooling.version
named template which is used to obtain the OS tooling (capi-image-builder) version.
Changed
- Chart: Add OS tooling named template.
- Deprecate
cluster.component.flatcar.version
named template in favor ofcluster.os.version
.
- Deprecate
v1.4.1
Fixed
- Remove deprecation message for
customNodeLabels
andcustomNodeTaints
, because they are not deprecated.
v1.4.0
Added
- Allow configuring
kube-controller-manager
--node-cidr-mask-size
flag. - Chart: Support multiple service account issuers.
ChangeproviderIntegration.controlPlane.kubeadmConfig.clusterConfiguration.apiServer.serviceAccountIssuer
to pluralproviderIntegration.controlPlane.kubeadmConfig.clusterConfiguration.apiServer.serviceAccountIssuers
and render them in the specified order as--service-account-issuer
parameters for the API server.
Changed
- Only add the
customNodeLabels
value to the kubeletnode-labels
argument in theKubeadmConfig
whencustomNodeLabels
is defined.