Jonathan Gonzalez V.

Results 76 issues of Jonathan Gonzalez V.

Reduce the amount of test that will run when pushing and creating pull requests by using only on pull_request_target and those triggering the tests using /test or /ready-to-test commands Closes...

ready to test :elephant:

Currently our scripts do not consider running in other architecture besides amd64, we should support arm64 too

chore

In our testing script `hack/setup-cluster.sh` we had a fixed value for the `amd64` architecture instead of detecting the architecture and use it to download the necessary tools. Closes #566 Signed-off-by:...

### Discussed in https://github.com/cloudnative-pg/cloudnative-pg/discussions/525 Originally posted by **sxd** August 4, 2022 Currently, since we implemented the `/ready-to-test` line which use `pull_request_target` instead of `pull_request` to run the test, we're expecting...

bug :bug:
enhancement :magic_wand:

Following the [Trivy](https://github.com/aquasecurity/trivy) results, we should [avoid mounting](https://avd.aquasec.com/misconfig/ksv036) the [ServiceAccountToken](https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/#serviceaccount-admission-controller)

enhancement :magic_wand:
security :police_officer:

enhancement :magic_wand:
go

After using Pyroscope to analyze the memory usage of the operator, we can see that there's a few places where we're consuming a lot of memory and this needs to...

enhancement :magic_wand:
observability :mag:

Use the `docker/build-push` and `docker/metadata` actions to build a container and add the proper tag depending on the branch, PR or the tagged version using semver as the proper version....

[CloudNativePG](https://cloudnative-pg.io/) it's a PostgreSQL operator for Kubernetes which relies entire on Kubernetes API to take actions over the PostgreSQL cluster, also provides a plugin to manage the clusters and backups....

Closes #3825

backport-requested :arrow_backward:
release-1.21
release-1.22