Skip to content

Commit d531281

Browse files
authored
Merge pull request #31 from max-pfeiffer/release-please--branches--main
chore(main): release 2.0.0
2 parents 68c3460 + 026c2b5 commit d531281

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/max-pfeiffer/proxmox-talos-opentofu/compare/1.4.0...2.0.0) (2026-08-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* made hostnames configurable
9+
10+
### Features
11+
12+
* made hostnames configurable ([d7adedb](https://github.com/max-pfeiffer/proxmox-talos-opentofu/commit/d7adedbe4c2fc1c6b638d4a17dba60f8d0cdfa2d))
13+
* updated Talos and Kubernetes versions ([1f6c8a1](https://github.com/max-pfeiffer/proxmox-talos-opentofu/commit/1f6c8a196e6b45193d7d37dff8293e740c6202c1))
14+
* upgraded Talos provider and switched to new talos_machine resource ([b69ac71](https://github.com/max-pfeiffer/proxmox-talos-opentofu/commit/b69ac716286091755276986187df372fd144a4f0))
15+
16+
17+
### Bug Fixes
18+
19+
* made hubble installation stable when generating the config for C… ([f642ad7](https://github.com/max-pfeiffer/proxmox-talos-opentofu/commit/f642ad7a2d0d5ad3acadecd5366391773018765f))
20+
* made hubble installation stable when generating the config for Cilium Helm chart ([fb8e5bd](https://github.com/max-pfeiffer/proxmox-talos-opentofu/commit/fb8e5bd018fa5b132c0d4bb5bf5c38765a50ae11))
21+
22+
23+
### Documentation
24+
25+
* explaining the in-place node upgrade procedure ([74b87b8](https://github.com/max-pfeiffer/proxmox-talos-opentofu/commit/74b87b858059212cda17098e938c27eb4f4c91b7))
26+
327
## [1.4.0](https://github.com/max-pfeiffer/proxmox-talos-opentofu/compare/1.3.0...1.4.0) (2026-08-09)
428

529

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "proxmox-talos-opentofu"
3-
version = "1.4.0"
3+
version = "2.0.0"
44
description = "Add your description here"
55
requires-python = ">=3.14"
66
dependencies = [

0 commit comments

Comments
 (0)