Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semi-automatic update of generated content #2206

Merged
merged 5 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten.
changes_categories:
- Cluster apps for AWS
changes_entry:
repository: giantswarm/default-apps-aws
url: https://github.com/giantswarm/default-apps-aws/blob/master/CHANGELOG.md#0520---2024-05-09
version: 0.52.0
version_tag: v0.52.0
date: '2024-05-10T10:53:56'
description: Changelog entry for giantswarm/default-apps-aws version 0.52.0, published
on 10 May 2024, 10:53.
title: default-apps-aws release v0.52.0
---

### Added
- Helm value `.Values.deleteOptions.moveAppsHelmOwnershipToClusterAws` that enables migration of apps from default-apps-aws to cluster-aws (apps are paused, so they are not removed from the WC when default-apps-aws is deleted).
### Fixed
- Downgrade vertical-pod-autoscaler to v5.1.0 due to a bug in newer version that causes the updater to panic.
39 changes: 39 additions & 0 deletions src/content/changes/cluster-apps-for-capi/cluster/v0.24.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten.
changes_categories:
- Cluster apps for CAPI
changes_entry:
repository: giantswarm/cluster
url: https://github.com/giantswarm/cluster/blob/master/CHANGELOG.md#0240---2024-05-10
version: 0.24.0
version_tag: v0.24.0
date: '2024-05-10T09:27:18'
description: Changelog entry for giantswarm/cluster version 0.24.0, published on 10
May 2024, 09:27.
title: cluster release v0.24.0
---

### Added
- Add capi-node-labeler app (disabled by default).
- Add cert-exporter app (disabled by default).
- Add cert-manager app (disabled by default).
- Add chart-operator-extensions app (disabled by default).
- Add cilium-servicemonitors app (disabled by default).
- Add cluster-autoscaler app (disabled by default).
- Add etcd-kubernetes-resources-count-exporter app (disabled by default).
- Add external-dns app (disabled by default).
- Add k8s-dns-node-cache app (disabled by default).
- Add metrics-server app (disabled by default).
- Add net-exporter app (disabled by default).
- Add node-exporter app (disabled by default).
- Add observability-bundle app (disabled by default).
- Add security-bundle app (disabled by default).
- Add teleport-kube-agent app (disabled by default).
- Add vertical-pod-autoscaler app (disabled by default).
- Add `$.Values.providerIntegration.apps.cilium.enable` flag to enable Cilium HelmRelease (old flag `$.Values.providerIntegration.resourcesApi.ciliumHelmReleaseResourceEnabled` is deprecated).
- Add `$.Values.providerIntegration.apps.coreDns.enable` flag to enable CoreDns HelmRelease (old flag `$.Values.providerIntegration.resourcesApi.coreDnsHelmReleaseResourceEnabled` is deprecated).
- Add `$.Values.providerIntegration.apps.networkPolicies.enable` flag to enable Network policies HelmRelease (old flag `$.Values.providerIntegration.resourcesApi.networkPoliciesHelmReleaseResourceEnabled` is deprecated).
- Add `$.Values.providerIntegration.apps.verticalPodAutoscalerCrd.enable` flag to enable Network policies HelmRelease (old flag `$.Values.providerIntegration.resourcesApi.verticalPodAutoscalerCrdHelmReleaseResourceEnabled` is deprecated).
- Add `$.Values.internal.ephemeralConfiguration.apps` config, meant only for development and temporary problem mitigation purposes, and where version and catalog can be overridden for every app.
### Fixed
- Fix CoreDNS provider-specific config (it was incorrectly reading Cilium app config instead of CoreDNS app config).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cluster-Aws chart reference
title: cluster-aws chart reference
linkTitle: cluster-aws
description: A helm chart for creating Cluster API clusters with the AWS infrastructure provider (CAPA).; Check here the different properties of the chart.
weight: 100
Expand All @@ -18,20 +18,6 @@ source_repository_ref: v0.60.1

The `cluster-aws` chart templates all the AWS infrastructure resources that are necessary to create a Cluster API cluster.

# Values schema documentation

This page lists all available configuration options, based on the [configuration values schema](values.schema.json).

Note that configuration options can change between releases. Use the GitHub function for selecting a branch/tag to view the documentation matching your cluster-aws version.

<!-- Update the content below by executing (from the repo root directory)

schemadocs generate helm/cluster-aws/values.schema.json -o helm/cluster-aws/README.md

-->

<!-- DOCS_START -->

<div class="crd-schema-version">
<h2 class="headline-with-link">
<a class="header-link" href="#">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cluster-Azure chart reference
title: cluster-azure chart reference
linkTitle: cluster-azure
description: A helm chart for creating Cluster API clusters with the Azure infrastructure provider (CAPZ).; Check here the different properties of the chart.
weight: 100
Expand All @@ -18,20 +18,6 @@ source_repository_ref: v0.0.35

The `cluster-azure` chart templates all the Azure infrastructure resources that are necessary to create a Cluster API Azure cluster.

# Values schema documentation

This page lists all available configuration options, based on the [configuration values schema](values.schema.json).

Note that configuration options can change between releases. Use the GitHub function for selecting a branch/tag to view the documentation matching your cluster-aws version.

<!-- Update the content below by executing (from the repo root directory)

schemadocs generate helm/cluster-azure/values.schema.json -o helm/cluster-azure/README.md

-->

<!-- DOCS_START -->

<div class="crd-schema-version">
<h2 class="headline-with-link">
<a class="header-link" href="#">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cluster-Cloud-Director chart reference
title: cluster-cloud-director chart reference
linkTitle: cluster-cloud-director
description: A helm chart for creating Cluster API clusters with the VMware Cloud Director (VCD) infrastructure provider (CAPVCD).; Check here the different properties of the chart.
weight: 100
Expand All @@ -18,10 +18,6 @@ source_repository_ref: v0.14.2

The `default-apps-cloud-director` chart templates all the VMware infrastructure resources that are necessary to create a Cluster API VCD cluster.

# cluster-cloud-director values

<!-- DOCS_START -->

<div class="crd-schema-version">
<h2 class="headline-with-link">
<a class="header-link" href="#">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cluster-Eks chart reference
title: cluster-eks chart reference
linkTitle: cluster-eks
description: A helm chart for creating Cluster API EKS clusters with the AWS infrastructure provider (CAPA).; Check here the different properties of the chart.
weight: 100
Expand All @@ -18,20 +18,6 @@ source_repository_ref: v0.12.0

The `cluster-eks` chart templates all the AWS infrastructure resources that are necessary to create a Cluster API EKS cluster.

# Values schema documentation

This page lists all available configuration options, based on the [configuration values schema](values.schema.json).

Note that configuration options can change between releases. Use the GitHub function for selecting a branch/tag to view the documentation matching your cluster-eks version.

<!-- Update the content below by executing (from the repo root directory)

schemadocs generate helm/cluster-eks/values.schema.json -o helm/cluster-eks/README.md

-->

<!-- DOCS_START -->

<div class="crd-schema-version">
<h2 class="headline-with-link">
<a class="header-link" href="#">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cluster-Vsphere chart reference
title: cluster-vsphere chart reference
linkTitle: cluster-vsphere
description: A helm chart for creating Cluster API clusters with the vSphere provider (CAPV).; Check here the different properties of the chart.
weight: 100
Expand All @@ -18,12 +18,6 @@ source_repository_ref: v0.9.8

The `default-apps-vsphere` chart templates all the VMware infrastructure resources that are necessary to create a Cluster API vSphere cluster.

# Values schema documentation

This page lists all available configuration options, based on the [configuration values schema](values.schema.json).

<!-- DOCS_START -->

<div class="crd-schema-version">
<h2 class="headline-with-link">
<a class="header-link" href="#">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cluster chart reference
title: cluster chart reference
linkTitle: cluster
description: Giant Swarm cluster chart with provider-independent cluster resources; Check here the different properties of the chart.
weight: 100
Expand All @@ -18,28 +18,6 @@ source_repository_ref: v0.7.0

The `cluster` chart is the main entry point for the Giant Swarm platform. It is the first app that is installed on a new cluster. It is responsible for setting up the basic infrastructure and installing the necessary components to make the cluster operational.

# Values schema documentation

This page lists all available configuration options, based on the [configuration values schema](values.schema.json).

Note that configuration options can change between releases. Use the GitHub function for selecting a branch/tag to view the documentation matching your `cluster` chart version.

The docs below are generated by executing the following command from the repo root directory:

```bash
make generate-docs
```

The above `make` target will generate Helm values schema docs by running `schemagen` like this:

```bash
schemadocs generate helm/cluster/values.schema.json -o helm/cluster/README.md
```

-->

<!-- DOCS_START -->

<div class="crd-schema-version">
<h2 class="headline-with-link">
<a class="header-link" href="#">
Expand Down
Loading
Loading