Skip to content

Commit

Permalink
chore: update client verison to v0.1.96
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi committed Aug 7, 2024
1 parent a35517c commit ca784cb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-e2e-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
chart-name: scheduler
- module: client
image: client
image-tag: v0.1.95
image-tag: v0.1.96
chart-name: client
- module: seed-client
image: client
image-tag: v0.1.95
image-tag: v0.1.96
chart-name: seed-client

steps:
Expand Down
16 changes: 16 additions & 0 deletions pkg/redis/redis_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2024 The Dragonfly Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package redis

import (
Expand Down

0 comments on commit ca784cb

Please sign in to comment.