Skip to content

Commit a2291ac

Browse files
authored
erigon/lighthouse/lodestar/nethermind/teku: version bump (ethpandaops#131)
1 parent ac0fefb commit a2291ac

15 files changed

+20
-20
lines changed

charts/erigon/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://pbs.twimg.com/profile_images/1420080204148576274/-4OFIs2x_400x400.
66
sources:
77
- https://github.com/ledgerwatch/erigon
88
type: application
9-
version: 0.3.3
9+
version: 0.3.4
1010
maintainers:
1111
- name: skylenet
1212

charts/erigon/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# erigon
33

4-
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented toward speed and disk‐space efficiency. Erigon is a completely re-architected implementation of Ethereum, currently written in Go but with implementations in other languages planned. Erigon's goal is to provide a faster, more modular, and more optimized implementation of Ethereum.
77

@@ -32,7 +32,7 @@ Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented
3232
| httpPort | int | `8545` | HTTP Port |
3333
| image.pullPolicy | string | `"IfNotPresent"` | erigon container pull policy |
3434
| image.repository | string | `"thorax/erigon"` | erigon container image repository |
35-
| image.tag | string | `"v2022.09.03"` | erigon container image tag |
35+
| image.tag | string | `"v2.28.1"` | erigon container image tag |
3636
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3737
| ingress.annotations | object | `{}` | Annotations for Ingress |
3838
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/erigon/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- erigon container image repository
1212
repository: thorax/erigon
1313
# -- erigon container image tag
14-
tag: v2022.09.03
14+
tag: v2.28.1
1515
# -- erigon container pull policy
1616
pullPolicy: IfNotPresent
1717

charts/lighthouse/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://launchpad.ethereum.org/static/media/lighthouse-circle.e0b82d14.png
66
sources:
77
- https://github.com/sigp/lighthouse
88
type: application
9-
version: 0.2.4
9+
version: 0.2.5
1010
maintainers:
1111
- name: skylenet
1212

charts/lighthouse/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# lighthouse
33

4-
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
An open-source Ethereum 2.0 client, written in Rust
77

@@ -29,7 +29,7 @@ An open-source Ethereum 2.0 client, written in Rust
2929
| httpPort | int | `5052` | HTTP Port |
3030
| image.pullPolicy | string | `"IfNotPresent"` | Lighthouse container pull policy |
3131
| image.repository | string | `"sigp/lighthouse"` | Lighthouse container image repository |
32-
| image.tag | string | `"v3.1.2"` | Lighthouse container image tag |
32+
| image.tag | string | `"v3.2.1"` | Lighthouse container image tag |
3333
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3434
| ingress.annotations | object | `{}` | Annotations for Ingress |
3535
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/lighthouse/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- Lighthouse container image repository
1212
repository: sigp/lighthouse
1313
# -- Lighthouse container image tag
14-
tag: v3.1.2
14+
tag: v3.2.1
1515
# -- Lighthouse container pull policy
1616
pullPolicy: IfNotPresent
1717

charts/lodestar/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/ChainSafe/lodestar/master/assets/lodesta
66
sources:
77
- https://github.com/ChainSafe/lodestar
88
type: application
9-
version: 0.2.4
9+
version: 0.2.5
1010
maintainers:
1111
- name: skylenet
1212

charts/lodestar/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# lodestar
33

4-
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
Lodestar is a open-source TypeScript implementation of the Ethereum consensus engine.
77

@@ -29,7 +29,7 @@ Lodestar is a open-source TypeScript implementation of the Ethereum consensus en
2929
| httpPort | int | `9596` | HTTP Port |
3030
| image.pullPolicy | string | `"IfNotPresent"` | lodestar container pull policy |
3131
| image.repository | string | `"chainsafe/lodestar"` | lodestar container image repository |
32-
| image.tag | string | `"v1.1.0"` | lodestar container image tag |
32+
| image.tag | string | `"v1.1.1"` | lodestar container image tag |
3333
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3434
| ingress.annotations | object | `{}` | Annotations for Ingress |
3535
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/lodestar/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- lodestar container image repository
1212
repository: chainsafe/lodestar
1313
# -- lodestar container image tag
14-
tag: v1.1.0
14+
tag: v1.1.1
1515
# -- lodestar container pull policy
1616
pullPolicy: IfNotPresent
1717

charts/nethermind/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ icon: https://launchpad.ethereum.org/static/media/nethermind-circle.fbbf1a32.png
77
sources:
88
- https://github.com/NethermindEth/nethermind
99
type: application
10-
version: 0.3.3
10+
version: 0.3.4
1111
maintainers:
1212
- name: skylenet
1313

charts/nethermind/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# nethermind
33

4-
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
Nethermind is an Ethereum execution layer implementation created with the C# .NET tech stack, running on all major platforms including ARM.
77

@@ -30,7 +30,7 @@ Nethermind is an Ethereum execution layer implementation created with the C# .NE
3030
| httpPort | int | `8545` | HTTP Port |
3131
| image.pullPolicy | string | `"IfNotPresent"` | nethermind container pull policy |
3232
| image.repository | string | `"nethermind/nethermind"` | nethermind container image repository |
33-
| image.tag | string | `"1.14.2"` | nethermind container image tag |
33+
| image.tag | string | `"1.14.3"` | nethermind container image tag |
3434
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3535
| ingress.annotations | object | `{}` | Annotations for Ingress |
3636
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/nethermind/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- nethermind container image repository
1212
repository: nethermind/nethermind
1313
# -- nethermind container image tag
14-
tag: 1.14.2
14+
tag: 1.14.3
1515
# -- nethermind container pull policy
1616
pullPolicy: IfNotPresent
1717

charts/teku/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://launchpad.ethereum.org/static/media/pegasys-teku-circle.4147bb69.p
66
sources:
77
- https://github.com/Consensys/teku/
88
type: application
9-
version: 0.2.6
9+
version: 0.2.7
1010
maintainers:
1111
- name: skylenet
1212

charts/teku/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# teku
33

4-
![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 0.2.7](https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
An open-source Ethereum 2.0 client, written in Java
77

@@ -29,7 +29,7 @@ An open-source Ethereum 2.0 client, written in Java
2929
| httpPort | int | `5051` | HTTP Port |
3030
| image.pullPolicy | string | `"IfNotPresent"` | teku container pull policy |
3131
| image.repository | string | `"consensys/teku"` | teku container image repository |
32-
| image.tag | string | `"22.10.1"` | teku container image tag |
32+
| image.tag | string | `"22.10.2"` | teku container image tag |
3333
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3434
| ingress.annotations | object | `{}` | Annotations for Ingress |
3535
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/teku/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- teku container image repository
1212
repository: consensys/teku
1313
# -- teku container image tag
14-
tag: 22.10.1
14+
tag: 22.10.2
1515
# -- teku container pull policy
1616
pullPolicy: IfNotPresent
1717

0 commit comments

Comments
 (0)