Skip to content

Commit

Permalink
Update self-generated content
Browse files Browse the repository at this point in the history
  • Loading branch information
Create or Update Pull Request Action committed Jun 19, 2024
1 parent c3d60b4 commit 025b1f6
Show file tree
Hide file tree
Showing 7 changed files with 314 additions and 240 deletions.
3 changes: 3 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
Expand Up @@ -37,3 +37,6 @@ title: cluster release v0.24.0
- 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).
- Fix `containerd` configuration file.
### Changed
- Move `.internal.localRegistryCache` to `.global.components.containerd.localRegistryCache` to publicly expose the settings.
18 changes: 18 additions & 0 deletions src/content/changes/cluster-apps-for-capi/cluster/v0.32.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
# 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#0320---2024-06-18
version: 0.32.0
version_tag: v0.32.0
date: '2024-06-18T13:18:25'
description: Changelog entry for giantswarm/cluster version 0.32.0, published on 18
June 2024, 13:18.
title: cluster release v0.32.0
---

### Added
- Add `.global.components.containerd.localRegistryCache` Helm values and support for in-cluster, local registry cache mirrors in `containerd` configuration.
In such cases, the registry should be exposed via node ports and `containerd` connects via that port at `127.0.0.1` via HTTP (only allowed for this single use case).
18 changes: 18 additions & 0 deletions src/content/changes/managed-apps/cert-manager-app/v3.7.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten.
changes_categories:
- Managed Apps
changes_entry:
repository: giantswarm/cert-manager-app
url: https://github.com/giantswarm/cert-manager-app/blob/master/CHANGELOG.md#377---2024-06-18
version: 3.7.7
version_tag: v3.7.7
date: '2024-06-18T11:55:50'
description: Changelog entry for giantswarm/cert-manager-app version 3.7.7, published
on 18 June 2024, 11:55.
title: cert-manager-app release v3.7.7
---

### Changed
- Changed the way registry is being parsed in helm templates
- Enable VPA by default
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ title: fluent-logshipping-app release v5.1.0
---

### Added
- Add priorityClass to the dameonset.
- Add priorityClass to the daemonset.
17 changes: 17 additions & 0 deletions src/content/changes/managed-apps/fluent-logshipping-app/v5.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten.
changes_categories:
- Managed Apps
changes_entry:
repository: giantswarm/fluent-logshipping-app
url: https://github.com/giantswarm/fluent-logshipping-app/blob/master/CHANGELOG.md#511---2024-06-18
version: 5.1.1
version_tag: v5.1.1
date: '2024-06-18T12:26:19'
description: Changelog entry for giantswarm/fluent-logshipping-app version 5.1.1,
published on 18 June 2024, 12:26.
title: fluent-logshipping-app release v5.1.1
---

### Fixed
- Reduce minAllowed cpu from 200 to 50 millicores to avoid allocating unused cpu.
18 changes: 18 additions & 0 deletions src/content/changes/managed-apps/ingress-nginx-app/v3.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
# Generated by scripts/aggregate-changelogs. WARNING: Manual edits to this files will be overwritten.
changes_categories:
- Managed Apps
changes_entry:
repository: giantswarm/ingress-nginx-app
url: https://github.com/giantswarm/ingress-nginx-app/blob/master/CHANGELOG.md#380---2024-06-18
version: 3.8.0
version_tag: v3.8.0
date: '2024-06-18T10:33:12'
description: Changelog entry for giantswarm/ingress-nginx-app version 3.8.0, published
on 18 June 2024, 10:33.
title: ingress-nginx-app release v3.8.0
---

### Changed
- Deployments/DaemonSets: Make pod affinity templatable. ([#654](https://github.com/giantswarm/ingress-nginx-app/pull/654))
- ServiceMonitor: Relabel app & node. ([#654](https://github.com/giantswarm/ingress-nginx-app/pull/654))
Loading

0 comments on commit 025b1f6

Please sign in to comment.