File rubygem-krane.changes of Package rubygem-krane
-------------------------------------------------------------------
Tue Mar 18 05:47:39 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.7.2:
* Explicitly convert current_generation and observed_generation
values to integers using .to_i to ensure consistentency during
comparison
-------------------------------------------------------------------
Wed Mar 12 06:06:27 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.7.1:
* Add a --partials-dir parameter. When provided, this path will
be check for partials first, prior to both ./partials and
../partials being checked.
-------------------------------------------------------------------
Fri Jan 17 07:07:19 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.7.0:
* Annotate individual resources with last-applied-configuration
when using krane deploy with --annotate-individuals.
Previously, eligible resources that were made with create or
replace were applied along with the rest of the resources.
However, this causes issues when a mutating admission
controller modifies otherwise immutable fields.
-------------------------------------------------------------------
Wed Aug 21 06:47:55 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.6.2:
* Pinning stats-instrument to < 3.9 to avoid breaking changes
-------------------------------------------------------------------
Wed Aug 7 05:31:08 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.6.1:
* Enable the option to bypass endpoint validation for a service
by using the annotation
krane.shopify.io/skip-endpoint-validation: true.
-------------------------------------------------------------------
Thu May 23 07:42:08 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.6.0:
* Test against k8s 1.29, 1.30
* Drop support for k8s 1.24
-------------------------------------------------------------------
Wed May 8 10:51:49 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.5.3:
* Fix a minor bug in the RestartAPIError class (#953)
-------------------------------------------------------------------
Wed May 8 10:50:43 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.5.2:
* Fixed an issue where deploying StatefulSets monitored the
health of the previous revision's pods instead of the updated
one.
-------------------------------------------------------------------
Thu Apr 4 05:13:07 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.5.1:
* Fixed successful deployment check for StatefulSets introduced
in v3.3.0.
- update to 3.5.0:
* Test against k8s 1.28
* Drop support for k8s 1.23
-------------------------------------------------------------------
Thu Feb 1 19:01:07 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.4.2:
* Remove flag --skip-dry-run (see #946)
* Remove support for batched server-side dry-run (#946)
-------------------------------------------------------------------
Tue Jan 30 15:35:26 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.4.1:
* Add an optional field to skip the dry run process further down
the deploy pipeline.
-------------------------------------------------------------------
Fri Dec 15 06:37:33 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 3.4.0:
* Use prune-allowlist instead of prune-whitelist for 1.26+
clusters. Clusters running 1.25 or less will continue to use
--prune-whitelist. #940
-------------------------------------------------------------------
Sun Dec 10 19:59:25 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- new package rubygem-krane: ship changes to a Kubernetes namespace
and understand the result