Martijn Evers

Results 46 comments of Martijn Evers

@rafaelroquetto sure, the AKS cluster in question is now running K8s v1.31.1 with the following versions: - Kernel 5.15.0-1075-azure - Containerd 1.7.23-1 Attached is a dump of the kernel configuration....

As a comparison, here is the same information for an EKS cluster running K8s v1.30.6: - Kernel 5.10.227-219.884.amzn2.x86_64 - Containerd 1.7.22 [config-5.10.227-219.884.amzn2.x86_64.txt](https://github.com/user-attachments/files/18373716/config-5.10.227-219.884.amzn2.x86_64.txt)

This issue is still relevant in the latest version. It has not been fixed.

I am pretty sure this is a limitation not rooted in terraform-docs but rather terraform itself. Terraform does not allow the use of variables in the `version` field within a...

Interesting. It looks like this is an OpenTofu specific feature: https://github.com/opentofu/opentofu/issues/1042 In Terraform, this is seemingly still not possible: https://github.com/hashicorp/terraform/issues/28912

@bupd Harbor 2.14 made the opposite change: https://github.com/goharbor/harbor/pull/22175 As you say, artifacts are now deleted from the cache if they don't exist anymore. I agree with @tamcore though, an important...