Skip to content

Commit 9580975

Browse files
authored
chore(df): bump default version to v1.34.1 (#373)
Signed-off-by: Abhradeep Chakraborty <[email protected]>
1 parent 99f0530 commit 9580975

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

e2e/dragonfly_controller_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ var _ = Describe("Dragonfly tiering test with single replica", Ordered, FlakeAtt
744744
infoStr, err = rc.Info(ctx, "tiered").Result()
745745
Expect(err).To(BeNil())
746746

747+
fmt.Println("Tiered entried Info: ", infoStr)
747748
entries, err = parseTieredEntriesFromInfo(infoStr)
748749
Expect(err).To(BeNil())
749750
Expect(entries).To(Equal(int64(1))) // make sure this matches your expectation

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.33.1"
20+
Version = "v1.34.1"
2121
)

0 commit comments

Comments
 (0)