Skip to content

Commit

Permalink
params: go-ethereum v1.14.7 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Jul 11, 2024
1 parent 803dc6b commit 0aafbb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 14 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 14 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

2 comments on commit 0aafbb3

@sammy007
Copy link
Contributor

@sammy007 sammy007 commented on 0aafbb3 Jul 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FFS if you release it why not push explicit version docker image along with all that :latest and :all-tools bs?

docker pull ethereum/client-go:v1.14.7
Error response from daemon: manifest for ethereum/client-go:v1.14.7 not found: manifest unknown: manifest unknown

@fjl
Copy link
Contributor Author

@fjl fjl commented on 0aafbb3 Jul 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docker builds take a bit of time to get published. The publishing process starts after the release has been tagged on GitHub. Container images for v1.14.7 are now available: https://hub.docker.com/layers/ethereum/client-go/v1.14.7/images/sha256-6f3391660ae655e46bc2ddb53e03f9a70e92c99ab1ae63d681db408fcd8efb45?context=explore

Please sign in to comment.