Patryk Małek

Results 134 issues of Patryk Małek

### Problem statement When a version that ends with `0` like `1.30` is used in the config e.g. ``` render: kubernetesVersion: 1.30 ``` then it will be truncated like a...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Given a set of kubernetes resources which are to be applied...

area/spike

Add new admission webhook configuration fields: * `matchPolicy` * `matchConditions` and * `objectSelector` Release `kong` 2.42. #### Which issue this PR fixes Fixes #1103 #### Special notes for your reviewer:...

### Problem statement CI is hitting Docker Hub quota when pulling images in tests. E.g. https://github.com/Kong/go-kong/actions/runs/10248803126/job/28350853450?pr=455 ``` Run make setup-kong-ee bash .ci/setup_kong_ee.sh 6524b92b9ad345147fbd576ac[11](https://github.com/Kong/go-kong/actions/runs/10248803126/job/28350853450?pr=455#step:5:12)7a875020190e86ad19e614d85197c0c5e19fa Unable to find image 'postgres:9.6' locally 9.6:...

area/ci

### Problem statement controller-tools 0.16.0 introduced support for `fieldPath` in CRD validation rules: https://github.com/kubernetes-sigs/controller-tools/pull/932 When adding those code markers `crd-ref-docs` **removes the whole API group documentation** for some reason. ###...

### Problem statement Other repos managed by Kubernetes team already have renovate configured (e.g. KGO https://github.com/Kong/gateway-operator/blob/main/renovate.json and KIC https://github.com/Kong/kubernetes-ingress-controller/blob/main/renovate.json) This issue tracks the effort of adding renovate configuration in this...

area/ci

### Problem statement #2214 introduced (through #2783) generic funcs for `Event`, `Predicate` and `Handler`. `TypedBuilder` has only 1 type parameter for the request type and since Go (as of 1.23)...

## Description Out test suite uses `AssertExpectations(t TestingT) bool` which is great to ensure that all expected calls have been met. It has a small issue though when working with...

enhancement

### Problem statement Kong's charts are present in artifacthub.io at: https://artifacthub.io/packages/search?repo=kong&sort=relevance&page=1. Charts published there have the option to be designated as: - signed - [coming from a verified publisher](https://artifacthub.io/docs/topics/repositories/#verified-publisher) -...