Releases: onedr0p/cluster-template
Releases · onedr0p/cluster-template
2025.2.0
What's Changed
- chore: update workflows and clean task by @onedr0p in #1672
- feat!: separate templating and bootstrap process connotations by @onedr0p in #1674
- fix(template): remove options for extra manifests and extension config by @onedr0p in #1679
- feat: update config options and taskfiles by @onedr0p in #1681
- correct github private key reference in cluster.yaml.j2 by @rtooker in #1682
- feat!: deploy flux with helm by @onedr0p in #1684
- fix ssl cert for ingresses by @rtooker in #1685
- feat: deploy flux with flux-operator by @onedr0p in #1686
- Added more schemas by @brunnels in #1689
- chore: update mise workflow by @onedr0p in #1694
- fix(bgp): reduce options and clear up confusion by @onedr0p in #1696
- chore(mise): upgrade dependencies by @github-actions in #1698
- Talos secureboot conditional validation issue by @ajaykumar4 in #1708
- Node secureboot and disk encrypt by @wasurerarenai in #1710
- fix: add talhelper validate to task configure by @onedr0p in #1711
- chore(mise): upgrade dependencies by @github-actions in #1712
- feat: refactor the network namespace by @onedr0p in #1715
- chore(mise): upgrade dependencies by @github-actions in #1718
- fix: remove circular dependency by @onedr0p in #1719
- chore(mise): upgrade dependencies by @github-actions in #1721
- Replace outdated links in config template, added text to post-bootstr… by @purejamie in #1722
- fix: update talhelper config by @onedr0p in #1723
- chore(mise): upgrade dependencies by @github-actions in #1726
- Execute talhelper commands within the talos directory by @wasurerarenai in #1728
- chore: update taskfiles by @onedr0p in #1729
- Update README.md by @purejamie in #1731
- Update README.md by @ajaykumar4 in #1733
- chore(mise): upgrade dependencies by @github-actions in #1734
- feat: add cert-manager to helmfile by @onedr0p in #1736
- fix: remove email from config and cert manager by @onedr0p in #1738
New Contributors
- @rtooker made their first contribution in #1682
- @purejamie made their first contribution in #1722
Full Changelog: 2025.1.1...2025.2.0
2025.1.1
Full Changelog: 2025.1.0...2025.1.1
2025.1.0
What's Changed
- docs: update kubernetes task file reference by @emmanuel-ferdman in #1645
- feat!: use mise for managing the dev env by @onedr0p in #1656
- fix: update talos service discovery by @onedr0p in #1662
- fix(task-kubernetes:apply-ks): --dry-run was appended to the path, ma… by @Aviator-Coding in #1665
- feat(mise): use pip instead of uv by @onedr0p in #1668
New Contributors
- @emmanuel-ferdman made their first contribution in #1645
- @Aviator-Coding made their first contribution in #1665
Full Changelog: 2024.12.0...2025.1.0
2024.12.0
What's Changed
- docs: update README.md by @eltociear in #1621
- Update missing quotes by @ajaykumar4 in #1622
- bootstrap: improve validation and update tasks by @onedr0p in #1623
- fix(taskfile): remove redundant braces by @Tanguille in #1624
- Add hostNamespaceOnly setting by @DevSecNinja in #1628
New Contributors
- @eltociear made their first contribution in #1621
- @Tanguille made their first contribution in #1624
- @DevSecNinja made their first contribution in #1628
Full Changelog: 2024.11.0...2024.12.0
2024.11.0
What's Changed
- Various Improvements by @Heavybullets8 in #1586
- Fix 'xargs: command line too long' in SOPS encryption task by @cypr0 in #1594
- chore: update taskfiles and direnv by @onedr0p in #1601
- feat: change talos upgrade task to support version instead of image by @onedr0p in #1603
- feat(yaskfile): updates and reorganizations by @onedr0p in #1607
- fix(yaskfile): lower case .taskfiles dirs by @onedr0p in #1610
- fix: improve taskfiles and e2e test by @onedr0p in #1615
- chore: add minijinja-cli-bin to Archfile by @onedr0p in #1616
- feat(bootstrap): static ips and default ntp/dns servers by @onedr0p in #1618
New Contributors
- @Heavybullets8 made their first contribution in #1586
- @cypr0 made their first contribution in #1594
Full Changelog: 2024.10.0...2024.11.0
2024.10.0
Full Changelog: 2024.9.0...2024.10.0
2024.9.0
What's Changed
- Update README.md with additional GitHub webhook setup instructions as… by @Deenyoro in #1555
- fix: Add conditional check for existing sops-age secret in bootstrap task by @Deenyoro in #1556
New Contributors
Full Changelog: 2024.8.0...2024.9.0
2024.8.0
Full Changelog: 2024.7.0...2024.8.0
2024.7.0
What's Changed
- Access patch files and manifest files for talhelper by @ajaykumar4 in #1508
- feat:
talos_patches
makejinja func and move certain patches topatches
directory by @onedr0p in #1509 - Sort talos patches for consistency by @wasurerarenai in #1511
- add kubeconfig for create secert in flux:bootstrap by @ajaykumar4 in #1531
Full Changelog: 2024.6.0...2024.7.0
2024.6.0
What's Changed
- chore: migrate to new openebs chart repository by @martinohmann in #1457
- fix(task): siderolabs brew tap by @joryirving in #1459
- chore: update kube-vip by @willianpaixao in #1466
- Revert "feat(helm): update chart kubelet-csr-approver to 1.2.0" by @onedr0p in #1478
- feat!: Remove support for k3s and go full-on Talos by @onedr0p in #1482
- fix helmfile for prometheus-operator-crds dependsOn and Taskfile talos:nuke error by @ajaykumar4 in #1485
- Fix helmvalue path by @ajaykumar4 in #1486
- chore: remove json schemas by @onedr0p in #1488
- update cilium value to replace CIDR value from config.yaml by @ajaykumar4 in #1489
- fix(bootstrap): Add missing coredns repo by @jfroy in #1491
- Allow BGP port override by @wasurerarenai in #1493
- add multi arch support for talos using schematic id by @ajaykumar4 in #1494
- Allow extraManifests to be specified by @wasurerarenai in #1495
- Allow extensionServices to be specified by @wasurerarenai in #1496
- Fix extensionServices configFile content multi-line indentation. by @wasurerarenai in #1497
- Fix extensionServices configFile content multi-line indentation. by @wasurerarenai in #1498
New Contributors
- @martinohmann made their first contribution in #1457
Full Changelog: 2024.5.0...2024.6.0