Skip to content

Commit

Permalink
add 1.9.3 sha (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris O'Haver <[email protected]>
  • Loading branch information
chrisohaver authored Jun 3, 2022
1 parent 94e1336 commit add2480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type release struct {
var Versions = map[string]release{
"1.9.3": {
priorVersion: "1.9.2",
dockerImageSHA: "TODO when released",
dockerImageSHA: "8e352a029d304ca7431c6507b56800636c321cb52289686a581ab70aaa8a2e2a",
plugins: map[string]plugin{
"errors": plugins["errors"]["v3"], // stacktrace option added
"log": plugins["log"]["v1"],
Expand Down

0 comments on commit add2480

Please sign in to comment.