Skip to content

Commit 4b4a732

Browse files
ci: update renovate CUE version (#1297)
* ci: update renovate CUE version * docs: proxyd link fix: align ordering with latest CUE
1 parent 820b5cf commit 4b4a732

File tree

20 files changed

+283
-348
lines changed

20 files changed

+283
-348
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"commands": [
7070
"corepack yarn prepare",
7171
"mkdir /tmp/bin || true",
72-
"cd /tmp/bin; curl -LJO https://github.com/cue-lang/cue/releases/download/v0.9.2/cue_v0.9.2_linux_amd64.tar.gz || true; tar vxzf- cue*.tar.gz || true",
72+
"cd /tmp/bin; curl -LJO https://github.com/cue-lang/cue/releases/download/v0.12.0/cue_v0.12.0_linux_amd64.tar.gz || true; tar vxzf- cue*.tar.gz || true",
7373
"PATH=/tmp/bin:$PATH bash src/scripts/update-from-schemas.sh"
7474
],
7575
"fileFilters": ["**/*.cue", "**/helmfile.yaml", "schema.json"],

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,16 @@ This *Namespace* provides a suitable stack to operate Arbitrum One and Arbitrum
164164
The old "classic" Arbitrum tech stack.
165165
- [arbitrum-nitro](https://github.com/OffchainLabs/nitro/)<br>
166166
Nitro is the latest iteration of the Arbitrum technology. It is a fully integrated, complete layer 2 optimistic rollup system, including fraud proofs, the sequencer, the token bridges, advanced calldata compression, and more.
167-
- [proxyd-classic](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
167+
- [proxyd-classic](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
168168
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
169-
- [proxyd-nitro](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
169+
- [proxyd-nitro](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
170170
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
171171
### [:celo](/celo)
172172
This *Namespace* provides a suitable stack to operate Celo mainnet archive nodes.
173173

174174
- [celo](https://github.com/celo-org/celo-blockchain)<br>
175175
Official golang implementation of the Celo blockchain
176-
- [proxyd](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
176+
- [proxyd](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
177177
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
178178
### [:ethereum](/ethereum)
179179
This *Namespace* provides a suitable stack to operate Ethereum mainnet, göerli, holesky and sepolia archive nodes.
@@ -184,7 +184,7 @@ Erigon is an implementation of Ethereum (execution client with light client for
184184
An open-source Ethereum consensus client, written in Rust and maintained by Sigma Prime.
185185
- [nimbus](https://github.com/status-im/nimbus-eth2)<br>
186186
Nimbus-eth2 is an extremely efficient consensus layer (eth2) client implementation.
187-
- [proxyd](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
187+
- [proxyd](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
188188
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
189189
### [:gnosis](/gnosis)
190190
This *Namespace* provides a suitable stack to operate Gnosis mainnet archive nodes.
@@ -193,7 +193,7 @@ This *Namespace* provides a suitable stack to operate Gnosis mainnet archive nod
193193
Erigon is an implementation of Ethereum (execution client with light client for consensus layer), on the efficiency frontier.
194194
- [lighthouse](https://github.com/sigp/lighthouse)<br>
195195
An open-source Ethereum consensus client, written in Rust and maintained by Sigma Prime.
196-
- [proxyd](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
196+
- [proxyd](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
197197
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
198198
### [:graph](/graph)
199199
This *Namespace* provides the necessary software to run a Graph Node and participate
@@ -240,7 +240,7 @@ Erigon is an implementation of Ethereum (execution client with light client for
240240
Validator node for Matic Network.
241241
- [heimdall-ha-svc](https://github.com/graphops/launchpad-charts/tree/main/charts/resource-injector)<br>
242242
Manage Raw Kubernetes Resources using Helm
243-
- [proxyd](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
243+
- [proxyd](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
244244
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
245245
### [:postgres-operator](/postgres-operator)
246246
This *Namespace* extends your Kubernetes cluster with custom resources for easily creating and managing Postgres databases

arbitrum/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ This *Namespace* provides a suitable stack to operate Arbitrum One and Arbitrum
1111
The old "classic" Arbitrum tech stack.
1212
- [arbitrum-nitro](https://github.com/OffchainLabs/nitro/)<br>
1313
Nitro is the latest iteration of the Arbitrum technology. It is a fully integrated, complete layer 2 optimistic rollup system, including fraud proofs, the sequencer, the token bridges, advanced calldata compression, and more.
14-
- [proxyd-classic](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
14+
- [proxyd-classic](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
1515
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
16-
- [proxyd-nitro](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
16+
- [proxyd-nitro](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
1717
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
1818

1919
## Features

arbitrum/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#namespace defaults
2-
{{ $_ := set .Values "_namespaceDefaults" ( `{"flavor":"one","one":{"targetNamespace":"arbitrum-one","scaling":{"deployments":1,"arbitrum-classic":{},"arbitrum-nitro":{}},"features":["proxyd-classic","proxyd-nitro","arbitrum-classic","arbitrum-nitro"]},"common":{"scaling":{"deployments":1,"arbitrum-classic":{},"arbitrum-nitro":{}}},"sepolia":{"targetNamespace":"arbitrum-sepolia","scaling":{"deployments":1,"arbitrum-classic":{},"arbitrum-nitro":{}},"features":["proxyd-nitro","arbitrum-nitro"]}}` | fromJson ) }}
2+
{{ $_ := set .Values "_namespaceDefaults" ( `{"common":{"scaling":{"deployments":1,"arbitrum-classic":{},"arbitrum-nitro":{}}},"flavor":"one","one":{"scaling":{"deployments":1,"arbitrum-classic":{},"arbitrum-nitro":{}},"targetNamespace":"arbitrum-one","features":["proxyd-classic","proxyd-nitro","arbitrum-classic","arbitrum-nitro"]},"sepolia":{"scaling":{"deployments":1,"arbitrum-classic":{},"arbitrum-nitro":{}},"targetNamespace":"arbitrum-sepolia","features":["proxyd-nitro","arbitrum-nitro"]}}` | fromJson ) }}
33
#set default flavor when missing
44
{{ if not ( hasKey .Values "flavor" ) }}
55
{{ $_ := set .Values "flavor" "one" }}
@@ -155,8 +155,8 @@ repositories:
155155

156156
templates:
157157
defaults:
158-
namespace: '{{ .Values | get "targetNamespace" $_defaultNamespace }}'
159158
missingFileHandler: Warn
159+
namespace: '{{ .Values | get "targetNamespace" $_defaultNamespace }}'
160160

161161
arbitrum-nitro:
162162
{{- if ( .Values | get "arbitrum-nitro" dict | get "chartUrl" false ) }}

celo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This *Namespace* provides a suitable stack to operate Celo mainnet archive nodes
99
## Releases
1010
- [celo](https://github.com/celo-org/celo-blockchain)<br>
1111
Official golang implementation of the Celo blockchain
12-
- [proxyd](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
12+
- [proxyd](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
1313
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
1414

1515
## Features

celo/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#namespace defaults
2-
{{ $_ := set .Values "_namespaceDefaults" ( `{"flavor":"mainnet","mainnet":{"targetNamespace":"celo-mainnet","features":["proxyd"],"scaling":{"deployments":1,"celo":{}}},"alfajores":{"targetNamespace":"celo-alfajores","features":["proxyd"],"scaling":{"deployments":1,"celo":{}}},"common":{"features":["proxyd"],"scaling":{"deployments":1,"celo":{}}},"baklava":{"targetNamespace":"celo-baklava","features":["proxyd"],"scaling":{"deployments":1,"celo":{}}}}` | fromJson ) }}
2+
{{ $_ := set .Values "_namespaceDefaults" ( `{"common":{"features":["proxyd"],"scaling":{"deployments":1,"celo":{}}},"flavor":"mainnet","mainnet":{"features":["proxyd"],"scaling":{"deployments":1,"celo":{}},"targetNamespace":"celo-mainnet"},"alfajores":{"features":["proxyd"],"scaling":{"deployments":1,"celo":{}},"targetNamespace":"celo-alfajores"},"baklava":{"features":["proxyd"],"scaling":{"deployments":1,"celo":{}},"targetNamespace":"celo-baklava"}}` | fromJson ) }}
33
#set default flavor when missing
44
{{ if not ( hasKey .Values "flavor" ) }}
55
{{ $_ := set .Values "flavor" "mainnet" }}
@@ -155,8 +155,8 @@ repositories:
155155

156156
templates:
157157
defaults:
158-
namespace: '{{ .Values | get "targetNamespace" $_defaultNamespace }}'
159158
missingFileHandler: Warn
159+
namespace: '{{ .Values | get "targetNamespace" $_defaultNamespace }}'
160160

161161
celo:
162162
{{- if ( .Values | get "celo" dict | get "chartUrl" false ) }}

ethereum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Erigon is an implementation of Ethereum (execution client with light client for
1313
An open-source Ethereum consensus client, written in Rust and maintained by Sigma Prime.
1414
- [nimbus](https://github.com/status-im/nimbus-eth2)<br>
1515
Nimbus-eth2 is an extremely efficient consensus layer (eth2) client implementation.
16-
- [proxyd](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
16+
- [proxyd](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
1717
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
1818

1919
## Features

ethereum/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#namespace defaults
2-
{{ $_ := set .Values "_namespaceDefaults" ( `{"flavor":"mainnet","mainnet":{"targetNamespace":"eth-mainnet","features":["proxyd"],"scaling":{"deployments":1,"erigon":{},"nimbus":{},"lighthouse":{}}},"holesky":{"targetNamespace":"eth-holesky","features":["proxyd"],"scaling":{"deployments":1,"erigon":{},"nimbus":{},"lighthouse":{}}},"common":{"features":["proxyd"],"scaling":{"deployments":1,"erigon":{},"nimbus":{},"lighthouse":{}}},"sepolia":{"targetNamespace":"eth-sepolia","features":["proxyd"],"scaling":{"deployments":1,"erigon":{},"nimbus":{},"lighthouse":{}}}}` | fromJson ) }}
2+
{{ $_ := set .Values "_namespaceDefaults" ( `{"common":{"features":["proxyd"],"scaling":{"deployments":1,"erigon":{},"nimbus":{},"lighthouse":{}}},"flavor":"mainnet","mainnet":{"features":["proxyd"],"scaling":{"deployments":1,"erigon":{},"nimbus":{},"lighthouse":{}},"targetNamespace":"eth-mainnet"},"holesky":{"features":["proxyd"],"scaling":{"deployments":1,"erigon":{},"nimbus":{},"lighthouse":{}},"targetNamespace":"eth-holesky"},"sepolia":{"features":["proxyd"],"scaling":{"deployments":1,"erigon":{},"nimbus":{},"lighthouse":{}},"targetNamespace":"eth-sepolia"}}` | fromJson ) }}
33
#set default flavor when missing
44
{{ if not ( hasKey .Values "flavor" ) }}
55
{{ $_ := set .Values "flavor" "mainnet" }}
@@ -155,8 +155,8 @@ repositories:
155155

156156
templates:
157157
defaults:
158-
namespace: '{{ .Values | get "targetNamespace" $_defaultNamespace }}'
159158
missingFileHandler: Warn
159+
namespace: '{{ .Values | get "targetNamespace" $_defaultNamespace }}'
160160

161161
erigon:
162162
{{- if ( .Values | get "erigon" dict | get "chartUrl" false ) }}

gnosis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This *Namespace* provides a suitable stack to operate Gnosis mainnet archive nod
1111
Erigon is an implementation of Ethereum (execution client with light client for consensus layer), on the efficiency frontier.
1212
- [lighthouse](https://github.com/sigp/lighthouse)<br>
1313
An open-source Ethereum consensus client, written in Rust and maintained by Sigma Prime.
14-
- [proxyd](https://github.com/ethereum-optimism/optimism/tree/develop/proxyd)<br>
14+
- [proxyd](https://github.com/ethereum-optimism/infra/tree/main/proxyd)<br>
1515
Proxyd is an EVM-blockchain JSON-RPC router and load balancer developed in Go by Optimism. It is capable of load balancing, automatic failover, intelligent request routing and very basic caching.
1616

1717
## Features

gnosis/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#namespace defaults
2-
{{ $_ := set .Values "_namespaceDefaults" ( `{"flavor":"mainnet","mainnet":{"targetNamespace":"gnosis-mainnet","features":["erigon","lighthouse","proxyd"],"scaling":{"deployments":1,"erigon":{},"lighthouse":{}}},"common":{"features":["erigon","lighthouse","proxyd"],"scaling":{"deployments":1,"erigon":{},"lighthouse":{}}},"chiado":{"targetNamespace":"gnosis-chiado","features":["erigon","lighthouse","proxyd"],"scaling":{"deployments":1,"erigon":{},"lighthouse":{}}}}` | fromJson ) }}
2+
{{ $_ := set .Values "_namespaceDefaults" ( `{"common":{"features":["erigon","lighthouse","proxyd"],"scaling":{"deployments":1,"erigon":{},"lighthouse":{}}},"flavor":"mainnet","mainnet":{"features":["erigon","lighthouse","proxyd"],"scaling":{"deployments":1,"erigon":{},"lighthouse":{}},"targetNamespace":"gnosis-mainnet"},"chiado":{"features":["erigon","lighthouse","proxyd"],"scaling":{"deployments":1,"erigon":{},"lighthouse":{}},"targetNamespace":"gnosis-chiado"}}` | fromJson ) }}
33
#set default flavor when missing
44
{{ if not ( hasKey .Values "flavor" ) }}
55
{{ $_ := set .Values "flavor" "mainnet" }}
@@ -155,8 +155,8 @@ repositories:
155155

156156
templates:
157157
defaults:
158-
namespace: '{{ .Values | get "targetNamespace" $_defaultNamespace }}'
159158
missingFileHandler: Warn
159+
namespace: '{{ .Values | get "targetNamespace" $_defaultNamespace }}'
160160

161161
erigon:
162162
{{- if ( .Values | get "erigon" dict | get "chartUrl" false ) }}

0 commit comments

Comments
 (0)