Skip to content

Commit 4a87824

Browse files
authored
feat(df): Bump version to 1.26.2 (#292)
1 parent eb763ff commit 4a87824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/dragonfly_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ var _ = Describe("Dragonfly Lifecycle tests", Ordered, FlakeAttempts(3), func()
305305
}, &df)
306306
Expect(err).To(BeNil())
307307

308-
df.Spec.Image = fmt.Sprintf("%s:%s", resources.DragonflyImage, "v1.24.0")
308+
df.Spec.Image = fmt.Sprintf("%s:%s", resources.DragonflyImage, "v1.25.6")
309309
err = k8sClient.Update(ctx, &df)
310310
Expect(err).To(BeNil())
311311
})

internal/resources/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ limitations under the License.
1717
package resources
1818

1919
const (
20-
Version = "v1.25.5"
20+
Version = "v1.26.2"
2121
)

0 commit comments

Comments
 (0)