dependabot[bot]
6c76bd6a97
feat(deps): bump github.com/testcontainers/testcontainers-go ( #878 )
...
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go ) from 0.37.0 to 0.38.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases )
- [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.37.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go
dependency-version: 0.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-18 14:42:18 +02:00
dependabot[bot]
462d52332c
feat(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 ( #884 )
...
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/spf13/pflag/releases )
- [Commits](https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7 )
---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
dependency-version: 1.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-18 14:41:49 +02:00
Mario Valderrama
63a29b4b59
fix: typo in llms.txt ( #879 )
edge-25.7.2
2025-07-16 11:36:21 +02:00
Dario Tranchitella
e366dc3959
feat: pausing reconciliation of controlled objects ( #874 )
...
* feat: pausing reconciliation of controlled objects
Objects such as TenantControlPlane and Secret can be annotated with
kamaji.clastix.io/paused to prevent controllers from processing them.
This will stop reconciling objects for debugging or other purposes.
Annotation value is irrelevant, just the key presence is evaluated.
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* docs: pausing reconciliation of controlled objects
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* chore(logs): typo for deleted resources
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-07-16 10:44:48 +02:00
Dario Tranchitella
0ab8843418
feat(chore): support for customising container repository via ldflags ( #873 )
...
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-07-14 13:38:09 +02:00
dependabot[bot]
ce5fe906aa
feat(deps): bump github.com/docker/docker ( #869 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.3.0+incompatible to 28.3.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.3.0...v28.3.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.3.2+incompatible
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-13 19:29:12 +02:00
Dario Tranchitella
09c9743465
feat(deps): updating kamaji-etcd and kubeadm dependencies ( #865 )
...
* feat(deps): upgrading kamaji-etcd helm dependency
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* feat(deps): upgrading kubeadm support to v1.33.2
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
edge-25.7.1
2025-07-03 09:49:09 +02:00
Yukiel Zhong
8290e84c3f
fix(docs): optimize kind getting started ( #847 )
2025-07-03 09:23:57 +02:00
Dario Tranchitella
678aca6229
chore(ci): stripping binaries and avoiding cgo ( #861 )
...
* chore(docs): aligning to latest capi cp provider docs
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* chore(ci): stripping binaries and avoiding cgo
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* chore(gh): upgrading to ubuntu-latest for e2e
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* chore(test): printing debug messages for node join in e2e
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* fix(ci): ignoring file existing error
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* fix(ci): enabling br_netfilter as github action step
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-07-03 09:09:49 +02:00
Parth Yadav
d6a94dfa5e
fix(controlplane): Prioritize InternalIP in kubelet-preferred-address-types ( #859 )
...
This patch switches default kubelet-preferred-address-types to
"InternalIP,ExternalIP,Hostname" to avoid failures in kube-apiserver
connection to kubelet when node hostnames are not resolvable by the
external DNS server. This improves out-of-the-box reliability across
most environments by choosing node `InternalIP` as the preferred mode
to reach Kubelet.
Signed-off-by: Parth Yadav <parthyadav3105@gmail.com >
2025-06-29 21:59:20 +02:00
Dario Tranchitella
3fd1882e43
fix: wrong jsonpath for installed version ( #857 )
...
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-06-27 17:11:31 +02:00
Dario Tranchitella
d40996daa9
feat(docs): enhancing navigation for api reference ( #853 )
...
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-06-27 12:37:49 +02:00
dependabot[bot]
b5956e43a5
feat(deps): bump github.com/docker/docker ( #850 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.2.2+incompatible to 28.3.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.2.2...v28.3.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.3.0+incompatible
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-26 21:02:03 +02:00
Alessandro
c97767b54f
feat(api): display status version in TenantControlPlane columns ( #852 )
...
Signed-off-by: alecristofanilli <cristofanillia@gmail.com >
2025-06-26 21:01:42 +02:00
Dario Tranchitella
464984f091
feat(docs): generating api docs for cluster api objects ( #851 )
...
* chore(makefile): generating api docs for cluster api objects
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* docs: generating api docs for cluster api objects
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-06-26 12:45:39 +02:00
Dario Tranchitella
d7b21b5814
chore(helm): ignoring helm files for stable packaging ( #848 )
...
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-06-25 12:34:13 +02:00
Dario Tranchitella
3230a70475
feat(migration): enhancements and customisable timeout ( #845 )
...
* feat(migration): customising timeout via tcp annotation
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* docs: customising migration timeout via tcp annotation
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* fix(migrate): delete job in case of timeout change
This will delete the failed job due to an incorrect timeout and performs
the creation of a new object rather than updating it, since its
immutability in the API specification.
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-06-20 19:32:49 +02:00
dependabot[bot]
b0c9034994
feat(deps): bump k8s.io/kubernetes in the k8s group ( #844 )
...
Bumps the k8s group with 1 update: [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes ).
Updates `k8s.io/kubernetes` from 1.33.1 to 1.33.2
- [Release notes](https://github.com/kubernetes/kubernetes/releases )
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.33.1...v1.33.2 )
---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
dependency-version: 1.33.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-20 13:49:53 +02:00
dependabot[bot]
22f9c36b15
feat(deps): bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3 ( #843 )
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/v1.9.3/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3 )
---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
dependency-version: 1.9.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 12:30:24 +02:00
Adriano Pezzuto
d5d0295736
feat(docs): add user public quote ( #842 )
2025-06-13 18:38:15 +02:00
Adriano Pezzuto
80afd43c9f
feat(docs): add llms.txt file ( #841 )
...
* feat(docs): add terraform guide
* fix(docs): update metallb annotation
* feat(docs): add llms.txt file
2025-06-13 17:11:21 +02:00
Dario Tranchitella
32ef65820d
feat: toggable cleanup schema prior migration ( #840 )
...
* feat(migration): cleanup prior migration
When using the annotation `kamaji.clastix.io/cleanup-prior-migration`
with a true boolean value, Kamaji will perform a clean-up on the target
DataStore to avoid stale resources when back and forth migrations occur.
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* docs: cleanup prior migration
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-06-13 08:06:24 +02:00
Dario Tranchitella
eeb12c232b
feat(metrics): exposing resource handlers time bucket ( #836 )
...
* refactor: static names and avoiding clash
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* feat(metrics): exposing resource handlers time bucket
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-06-10 17:28:10 +02:00
Dario Tranchitella
ce8d5f2516
refactor: requeue deprecated, migrating to requeue after ( #837 )
...
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-06-10 17:27:45 +02:00
dependabot[bot]
1ac72ff22f
feat(deps): bump github.com/nats-io/nats.go from 1.42.0 to 1.43.0 ( #831 )
...
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go ) from 1.42.0 to 1.43.0.
- [Release notes](https://github.com/nats-io/nats.go/releases )
- [Commits](https://github.com/nats-io/nats.go/compare/v1.42.0...v1.43.0 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
dependency-version: 1.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-04 14:23:01 -07:00
Adriano Pezzuto
501bd7a7ca
feat(docs): terraform guide ( #832 )
...
* feat(docs): add terraform guide
* fix(docs): update metallb annotation
2025-06-04 15:01:29 +02:00
dependabot[bot]
ba3249f220
feat(deps): bump github.com/docker/docker ( #829 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.2.0+incompatible to 28.2.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.2.0...v28.2.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.2.2+incompatible
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 13:45:13 -07:00
Wouter van Os
c156322fe3
chore(adopters): add CBWS ( #830 )
2025-06-03 08:57:49 +02:00
Dario Tranchitella
ca622ef9ae
feat(k8s): upgrade support to v1.33.1 ( #826 )
...
* feat(k8s): upgrade support to v1.33.1
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* feat(deps): upgrade support to k8s v1.33.1
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-05-29 16:48:23 +02:00
Ricardo Pardini
a9c324e2e5
fix(helm): document importance of correct clusterDomain for kamaji-etcd subchart ( #822 )
...
Signed-off-by: Ricardo Pardini <ricardo@pardini.net >
2025-05-28 17:28:02 -06:00
dependabot[bot]
95a32ee5d4
feat(deps): bump github.com/docker/docker ( #824 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.1.1+incompatible to 28.2.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.1.1...v28.2.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.2.0+incompatible
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-28 21:05:09 +00:00
dependabot[bot]
9874700b28
feat(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 ( #825 )
...
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr ) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/go-logr/logr/releases )
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3 )
---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
dependency-version: 1.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-28 23:03:22 +02:00
dependabot[bot]
994162c5b0
feat(deps): bump sigs.k8s.io/controller-runtime from 0.20.4 to 0.21.0 ( #819 )
...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime ) from 0.20.4 to 0.21.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases )
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.4...v0.21.0 )
---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
dependency-version: 0.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-27 02:30:34 +02:00
dependabot[bot]
8ba99bd6c6
feat(deps): bump k8s.io/kubernetes in the k8s group ( #815 )
...
Bumps the k8s group with 1 update: [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes ).
Updates `k8s.io/kubernetes` from 1.33.0 to 1.33.1
- [Release notes](https://github.com/kubernetes/kubernetes/releases )
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.33.0...v1.33.1 )
---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
dependency-version: 1.33.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-25 03:08:37 +02:00
Pierre PIRONIN
16438ebed8
Update kamaji-kind.md to install Clastix Helm repo ( #818 )
2025-05-23 06:40:27 -07:00
Dario Tranchitella
f750073af6
refactor!: k8s api server validation for kubelet preferred address type uniqueness ( #812 )
...
* feat(api): relying on k8s list set for unique items
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* feat(crd)!: relying on k8s list set for unique items
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* chore(webhook): removing unused webhook for kubelet preferred address type
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* docs(crd): kubelet preferred address type uniqueness
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-05-07 12:13:00 +02:00
Dario Tranchitella
6b10c89d2f
feat(ci): semantic pr title ( #810 )
...
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-05-06 15:32:21 +02:00
Dario Tranchitella
8bd1f53568
fix(helm): missing docs for kamaji-etcd dependency bump from 0.9.2 to 0.10.0 ( #809 )
...
* fix(ci): lint and diff for helm jobs
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* docs(helm): bump kamaji-etcd dependency from 0.9.2 to 0.10.0
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-05-05 17:16:08 +02:00
Dario Tranchitella
9db4ccc5f1
chore(helm): upgrading kamaji-etcd to v0.10.0 ( #808 )
...
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-05-05 17:04:51 +02:00
dependabot[bot]
fd49c238f5
feat(deps): bump github.com/nats-io/nats.go from 1.41.2 to 1.42.0 ( #807 )
...
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go ) from 1.41.2 to 1.42.0.
- [Release notes](https://github.com/nats-io/nats.go/releases )
- [Commits](https://github.com/nats-io/nats.go/compare/v1.41.2...v1.42.0 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
dependency-version: 1.42.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 14:23:47 +02:00
Dario Tranchitella
b53adbfd6e
feat: releasing helm latest version ( #805 )
...
* chore(github): releasing helm latest version
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* chore(helm): releasing helm latest version
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* docs: releasing helm latest version
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* fix(docs): upgrading supported k8s matrix
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-05-02 15:09:01 +02:00
dependabot[bot]
994ca7687d
feat(deps): bump github.com/testcontainers/testcontainers-go ( #802 )
...
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go ) from 0.36.0 to 0.37.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases )
- [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.36.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go
dependency-version: 0.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
edge-25.4.1
2025-04-28 19:05:02 +02:00
Dario Tranchitella
c2bb50933a
feat: supporting k8s v1.33 ( #792 )
...
* chore(go): updating dependencies for k8s v1.33
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* refactor: aligning to k8s v1.33 changes
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* feat(kubeadm): supporting k8s v1.33.0
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* chore(test): aligning changes to k8s v1.33
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* chore(sample): updating to k8s v1.33.0
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* docs: support to k8s v1.33
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* feat(helm)!: support to k8s v1.33
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* chore(makefile): removing kind deploy
Main makefile handles the provisioning of it according to e2e test
suite.
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* fix(test): removing sa on test and fixing worker nodes join
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-04-24 13:18:15 +02:00
Dario Tranchitella
b027e23b99
feat: enhancing concurrent reconciliations ( #790 )
...
* feat: buffered channels for generic events
Channels used for GenericEvent feeding for cross controllers triggers
are now buffered according to the --max-concurrent-tcp-reconciles: this
is required to avoid channel full errors when dealing with large
management clusters serving a sizeable amount of Tenant Control Planes.
Increasing this value will put more pressure on memory (mostly for GC)
and CPU (provisioning multiple certificates at the same time).
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* refactor: retrying datastore status update
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* feat(performance): reducing memory consumption for channel triggers
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* feat(datastore): reconcile events only for root object changes
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* feat: waiting soot manager exit before termination
This change introduces a grace period of 10 seconds before abruptly
terminating the Tenant Control Plane deployment, allowing the soot
manager to complete its exit procedure and avoid false positive errors
due to API Server being unresponsive due to user deletion.
Aim of this change is reducing the amount of false positive errors upon
mass deletion of Tenant COntrol Plane objects.
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
* refactor: unbuffered channel with timeout
WatchesRawSource is non blocking, no need to check if channel is full.
To prevent deadlocks a WithTimeout check has been introduced.
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
---------
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-04-23 21:00:29 +02:00
Febrian
728ac21ffa
Update cluster-autoscaler.md
...
A label is missing in the Cluster Autoscaler YAML configuration.
2025-04-23 11:57:46 +02:00
dependabot[bot]
4595b79ddd
feat(deps): bump github.com/docker/docker ( #796 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.1.0+incompatible to 28.1.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.1.0...v28.1.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.1.1+incompatible
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-22 16:54:29 +02:00
bsctl
335ecfbe27
feat(docs): add capi proxmox sample
2025-04-21 12:01:49 +02:00
dependabot[bot]
fd8ffeb607
feat(deps): bump github.com/nats-io/nats.go from 1.41.1 to 1.41.2 ( #794 )
...
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go ) from 1.41.1 to 1.41.2.
- [Release notes](https://github.com/nats-io/nats.go/releases )
- [Commits](https://github.com/nats-io/nats.go/compare/v1.41.1...v1.41.2 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
dependency-version: 1.41.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-18 10:31:06 +02:00
dependabot[bot]
4cdfcc1347
feat(deps): bump github.com/docker/docker ( #793 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.0.4+incompatible to 28.1.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.0.4...v28.1.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.1.0+incompatible
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-18 10:30:45 +02:00
Dario Tranchitella
7c785726d9
refactor: consolidating struct members for soot controllers ( #791 )
...
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu >
2025-04-17 22:36:39 +02:00