Philippe Scorsolini
Philippe Scorsolini
We should add to the documentation a reference to the plugin installation via Krew, probably [here](https://cloudnative-pg.io/documentation/1.16/cnpg-plugin/#install)
The example in the [docs](https://cloudnative-pg.io/documentation/1.16/ssl_connections/) is not working due to a missing pg_hba entry on the cluster enabling the user app to authenticate using certificates. The following cluster is working:...
I was trying to use tags as `v` to create a release on github with the helm chart plus some other files and then rebuild the index correctly with `cr...
To be discussed if in scope or not for the tool, but with @ralgozino we were thinking about using permission manager to generate OpenVPN certs and manage the CRL, given...
### What happened? Releasing Crossplane 1.14.6 after 1.15.0 resulted in the former being set as current release in https://releases.crossplane.io/stable/current. We manually fixed it by: - running the promote workflow for...
### Description of your changes Address https://github.com/crossplane/crossplane/issues/5188#issuecomment-1874254366 for `provider-kubernetes`. I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable` to ensure this PR is ready...
### What happened? As shared by a user on [Slack](https://crossplane.slack.com/archives/CEG3T90A1/p1699863520526229). Currently, in case a user configures a proxy for the Crossplane pod for example as follows: ``` HTTP_PROXY=... HTTPS_PROXY=... NO_PROXY=localhost,.cluster.local,.crossplane-system...
### Description of your changes Fixes https://github.com/crossplane/crossplane/issues/5292. Fixes https://github.com/crossplane/crossplane/issues/5114. This PR fixes the stated issues by implementing a change in the resource application approach. Even in cases where one of...
### What happened? As you can see below, on release branches we always fail the `protobuf-schemas` [step](https://github.com/crossplane/crossplane/blob/ee120887ed2452d0dd861f500cda6f6de26337d9/.github/workflows/ci.yml#L457) that's because in 1.15 we introduced some additional fields, which means that when...
### What problem are you facing? We introduced `crossplane beta trace` in https://github.com/crossplane/crossplane/pull/4849 as a Beta command. ### How could Crossplane help solve your problem? Promote it to GA, `crossplane...