Simon
Simon
Hi, would it be possible to automatically set the hostname annotation to `${IP}.nip.io` when provisioning a loadbalancer that uses the proxy protocol? This would make it much easier since it...
### Name and Version bitnami/mariadb:11.4.3 ### What architecture are you using? amd64 ### What steps will reproduce the bug? 1. Create `docker-compose.yml`: ```yml services: mariadb: image: docker.io/bitnami/mariadb:11.4.3 environment: - ALLOW_EMPTY_PASSWORD=yes...
#### Improvements - Improved log messages - Airtable schema is retrieved using Airtable's meta API instead of trying to decude field types from row values - Note: This needs the...
https://pkg.go.dev/github.com/claudiodangelis/qrcp does not contain qrcp's releases. As a result, `go install github.com/claudiodangelis/qrcp@latest` (from the `README`) does not install the latest release, but a development build instead. This can be confirmed...
#### To Do - [x] Add unit tests for new behavior Happy to leave this until https://github.com/kubernetes/enhancements/issues/1860 is in GA :) Fixes #727 --- Now cert-manager can successfully execute the...
### Bug Description `bundle.inputDataRaw` seems to be undefined inside a `perform()` function when executing `zapier invoke ...` on the commandline ### Reproduction Steps 1. Execute `console.log(bundle)` inside a `perform()`function 2....