Skip to content

Commit 1579730

Browse files
Release v2.0.0
1 parent 9a9caee commit 1579730

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH
44

55
# Changelog
66

7+
## 2.0.0 (2025-08-13)
8+
9+
10+
### Breaking changes
11+
12+
- Dropped legacy connection setup. Either `kubeconfig` or `kubeconfig-data` and (always) `context` configuration is required now. This change affects backwards compatibility and may not work on very old versions of kubernetes.
13+
- `kubernetes.create_configmap` with `source` parameter now expects to receive a properly formatted spec with the configmap data in the `data` key. Previously, the loaded data was used as the data directly.
14+
15+
16+
### Added
17+
18+
- Added enhanced functionality including Jinja2 templating via `template_context` parameter, `wait` and `timeout` parameters for resource operations, `secret_type` and `metadata` parameters for secrets, and improved parameter validation across resource types. [#10](https://github.com/salt-extensions/saltext-kubernetes/issues/10)
19+
20+
721
## 1.1.0 (2025-01-14)
822

923

changelog/+changed.breaking.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/+configmap.breaking.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/10.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)