Skip to content

Commit

Permalink
feat(dragonfly): Bump version to v1.24.0 (#253)
Browse files Browse the repository at this point in the history
* feat(dragonfly): Bump version to v1.24.0

* fix test

Signed-off-by: Abhradeep Chakraborty <[email protected]>

---------

Signed-off-by: Abhradeep Chakraborty <[email protected]>
Co-authored-by: Abhradeep Chakraborty <[email protected]>
  • Loading branch information
Pothulapati and Abhra303 authored Nov 9, 2024
1 parent a6449fd commit c98da60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions e2e/dragonfly_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ var _ = Describe("Dragonfly Lifecycle tests", Ordered, FlakeAttempts(3), func()
}, &df)
Expect(err).To(BeNil())

df.Spec.Image = fmt.Sprintf("%s:%s", resources.DragonflyImage, "v1.21.2")
df.Spec.Image = fmt.Sprintf("%s:%s", resources.DragonflyImage, "v1.23.2")
err = k8sClient.Update(ctx, &df)
Expect(err).To(BeNil())
})
Expand Down Expand Up @@ -613,8 +613,8 @@ user john on #0c8e2b662f1c0f1 -@all +@string +hset
Expect(err).To(BeNil())
Expect(result).To(HaveLen(2))
Expect(result).To(ContainElements(
"user default on nopass ~* +@all",
"user john on #0c8e2b662f1c0f -@all +@string +hset",
"user default on nopass ~* resetchannels +@all",
"user john on #0c8e2b662f1c0f resetchannels -@all +@string +hset",
))
})
It("Cleanup", func() {
Expand Down
2 changes: 1 addition & 1 deletion internal/resources/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ limitations under the License.
package resources

const (
Version = "v1.21.2"
Version = "v1.24.0"
)

0 comments on commit c98da60

Please sign in to comment.