Guillermo Perez

Results 11 issues of Guillermo Perez

### Terraform Version Terraform v1.0.11 ### Affected Resource(s) Please list the resources as a list, for example: - datadog_user ### Terraform Configuration Files ```hcl data "datadog_role" "ro_role" { filter =...

### Two fold: 1. **Repository settings** - [x] Limit the number of admins (can change secrets, can change repo settings, can disable security checks) - [ ] ~~Limit the number...

devops

📑 [Technical spec documents](https://centrifuge.hackmd.io/MFsnRldyQSa4cadx11OtVg) (Internal - k/f members only) This issue should address the following: - [ ] Migrating Netlify deployments present on this repo (deadline Nov 15th) - [...

devops

After K8 version 1.22 there has been [some changes to the ingress definitions](https://kubernetes.io/docs/reference/using-api/deprecation-guide/). This PR updates the different ingress definitions to the new syntax. It also adds a little reminder...

### TL;DR If you have an existing/deployed function , and you change the `service_account_email:` setting in your GH Actions, the function will deploy as usual, but it will maintain whichever...

bug

# Description The customary upgrade of Github Actions using Dependabot suggestions

### Description As of now we have a single bootnode for Centrifuge and same for Altair, and it's not included on the chain specs therefore if not specified through the...

### Description We wan to have faster feedback on PRs, for this we've thought of a few options: 1. `main` branch should be the one to write into the GHA...

I7-optimisation
P5-soon
I8-enhancement
I12-ci

### Description Every time we merge we would like to generate automatic benchmark results for main. We should ask the rest of the node operators about their hardware specs Our...

I7-optimisation
I8-enhancement
I12-ci

# Description This PR tries to fix try-runtime build since it was reporting `try-runtime command not found` Downloading the blob before executing try-runtime seems to fix it, inspired by https://github.com/paritytech/try-runtime-gha/blob/main/action.yml...