Skip to content

Commit b0dc2e3

Browse files
authored
build: release 0.11.2 (#382)
1 parent f133e2b commit b0dc2e3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/test.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ jobs:
3232
- {redis: '7.2', ruby: '3.3', driver: 'hiredis'}
3333
- {redis: '7.2', ruby: '3.3', driver: 'hiredis', compose: compose.ssl.yaml}
3434
- {redis: '7.2', ruby: '3.3', compose: compose.replica.yaml, replica: '2'}
35+
- {task: test_cluster_state, pattern: 'PrimaryOnly', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
36+
- {task: test_cluster_state, pattern: 'Pooled', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
37+
- {task: test_cluster_state, pattern: 'ScaleReadRandom', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
38+
- {task: test_cluster_state, pattern: 'ScaleReadRandomWithPrimary', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
39+
- {task: test_cluster_state, pattern: 'ScaleReadLatency', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
40+
- {ruby: 'jruby'}
41+
- {ruby: 'truffleruby'}
42+
- {task: test_cluster_broken, restart: 'no', startup: '6'}
3543
- {redis: '8', ruby: '3.3', compose: compose.valkey.yaml, replica: '2'}
3644
- {redis: '7.2', ruby: '3.2', compose: compose.auth.yaml}
37-
- {task: test_cluster_broken, restart: 'no', startup: '6'}
3845
- {redis: '7.0', ruby: '3.1'}
3946
- {redis: '6.2', ruby: '3.0'}
4047
- {redis: '5.0', ruby: '2.7'}
4148
- {task: test_cluster_scale, pattern: 'Single', compose: compose.scale.yaml, startup: '8'}
4249
- {task: test_cluster_scale, pattern: 'Pipeline', compose: compose.scale.yaml, startup: '8'}
4350
- {task: test_cluster_scale, pattern: 'Transaction', compose: compose.scale.yaml, startup: '8'}
4451
- {task: test_cluster_scale, pattern: 'PubSub', compose: compose.scale.yaml, startup: '8'}
45-
- {ruby: 'jruby'}
46-
- {ruby: 'truffleruby'}
47-
- {task: test_cluster_state, pattern: 'PrimaryOnly', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
48-
- {task: test_cluster_state, pattern: 'Pooled', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
49-
- {task: test_cluster_state, pattern: 'ScaleReadRandom', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
50-
- {task: test_cluster_state, pattern: 'ScaleReadRandomWithPrimary', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
51-
- {task: test_cluster_state, pattern: 'ScaleReadLatency', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
5252
env:
5353
REDIS_VERSION: ${{ matrix.redis || '7.2' }}
5454
DOCKER_COMPOSE_FILE: ${{ matrix.compose || 'compose.yaml' }}

redis-cluster-client.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |s|
44
s.name = 'redis-cluster-client'
55
s.summary = 'A Redis cluster client for Ruby'
6-
s.version = '0.11.1'
6+
s.version = '0.11.2'
77
s.license = 'MIT'
88
s.homepage = 'https://github.com/redis-rb/redis-cluster-client'
99
s.authors = ['Taishi Kasuga']

0 commit comments

Comments
 (0)