Étienne Kemp-Rousseau

Results 10 comments of Étienne Kemp-Rousseau

FYI same error here My entire code : ```hcl terraform { required_version = ">= 1.0" required_providers { kubectl = { source = "hashicorp/kubernetes" version = ">= 2.12.1" } } }...

Can confirm this is still a problem for me, using version `1.59.1` though

Yes, Just tried with v.2.2.0 and got the same result However, my "global" `per_page` setting is set to 40. I tried setting it back to the default (30), and then...

Since all PRs have been merged and everything has been released (except for OpenStack, which should happen within the next 2 weeks), I think we can close this issue. Thanks...

+1 to this. For our usecase, we post messages and files to multiple channels (public and private). The `conversation.list` method returns only public channels (ref: https://github.com/slackapi/python-slack-sdk/issues/1312 and https://github.com/slackapi/python-slack-sdk/issues/1494). We've ended...

Thanks for the quick workaround. However, just saying, the fix actual fix should look for the deployment with a premade label (that is easy to control) rather that the deployment...

Going quickly into the code, I realized that the bastion VM is actually a resource out of the [operation.gardener.cloud](https://gardener.cloud/docs/gardener/api-reference/operations/) group, aka a resource in the garden. And looks like the...

Created an issue in g/g (https://github.com/gardener/gardener/issues/13093) in order to see if we can make that configurable in the bastion API. After a subsequent PR, gardenctl would still need to support...

@roycaihw I see that release [1.34.1](https://github.com/kubernetes-client/python/releases/tag/v34.1.0) is already out, however, still no official support for python 3.12 or 3.13 or 3.14 (out since last week now)... Is this still in...

Hello @durera, Thanks for the reply! Yeah, we started using it since I saw that there were already unit testing in place for 3.12 (in GHA). It's working pretty well,...