Dockerfile.ci: Update redis version to 3.2.12#69
Merged
Conversation
This commit updates redis server version to 3.2.12. This has been done in order to be able to use new redis command options available in Redis 3.2.
1520d0c to
2ab0783
Compare
Contributor
Author
|
I'm regenerating apisonator-ci image and will upload it to quay |
davidor
approved these changes
Jan 24, 2019
Contributor
Author
|
The new apisonator-ci image with the changes from this commit is available with the tag 'latest' in the corresponding quay repository |
Contributor
Author
|
bors r=@davidor |
Contributor
Build succeeded |
bors Bot
added a commit
that referenced
this pull request
Nov 16, 2021
314: Upgrade async deps r=eguzki a=eguzki Changes applied: * async-redis 0.5.1 -> 0.5.3 * protocol-redis (0.5.0) -> 0.6.0 `async-redis` commit hist. Does not seem to be any mem leak fix ``` * 8926c20 - (11 months ago) Patch version bump. - Samuel Williams (tag: v0.5.3) * 81bc28f - (11 months ago) Use `peer.sync = true` to set `TCP_NODELAY` if possible. Fixes #31. - Samuel Williams * 5c0d815 - (12 months ago) Allow adding subscriptions while listening for messages. - Samuel Williams * 9d0fa74 - (12 months ago) Patch version bump. - Samuel Williams (tag: v0.5.2) * 9f03f9b - (12 months ago) Move `publish` to `protocol-redis`. - Samuel Williams * f9b3e40 - (1 year ago) Patch version bump. - Samuel Williams (tag: v0.5.1) ``` * async 1.24.2 -> 1.26.2 * timers (4.3.2) -> 4.3.3 `async` commit hist. There is one promising commit for the memory leak: `bd552d7` `Don't leave dangling pointers` ``` * 9ea65b6 - (1 year, 5 months ago) Patch version bump. - Samuel Williams (tag: v1.26.2) * b082e6d - (1 year, 5 months ago) Rewrite `Async::Barrier` documentation. Fixes #69. - Samuel Williams * 0123a76 - (1 year, 5 months ago) Remove `Guardfile`. - Samuel Williams * 17cd63d - (1 year, 5 months ago) Delete research papers. - Samuel Williams * 7c3dd63 - (1 year, 5 months ago) Modernize gem. - Samuel Williams * 067ded7 - (1 year, 5 months ago) Fix JRUBY_OPTS in test matrix. - Samuel Williams * 17ef44f - (1 year, 6 months ago) Patch version bump. - Samuel Williams (tag: v1.26.1) * 9fed96e - (1 year, 6 months ago) Fix handling of top level options. - Samuel Williams * 1840920 - (1 year, 6 months ago) Minor version bump. - Samuel Williams (tag: v1.26.0) * 32c7375 - (1 year, 6 months ago) Add `Queue#empty?` for duck typing. - Samuel Williams * 7dc4c18 - (1 year, 7 months ago) Patch version bump. - Samuel Williams (tag: v1.25.2) * bd552d7 - (1 year, 7 months ago) Don't leave dangling pointers. - Samuel Williams * 345b37f - (1 year, 7 months ago) Gemspec typo fixes - Stefan Wrobel * 69f95f1 - (1 year, 7 months ago) Patch version bump. - Samuel Williams (tag: v1.25.1) * 7b0306b - (1 year, 7 months ago) Increase tolerance of timing issues on github actions. - Samuel Williams * ca829bf - (1 year, 7 months ago) Use linked list for node hierarchy. - Samuel Williams * 76c4bf1 - (1 year, 7 months ago) Prefer bake. - Samuel Williams (tag: v1.25.0) * 4c2af97 - (1 year, 7 months ago) Update descriptions. - Samuel Williams * 6133a01 - (1 year, 7 months ago) Update minimum Ruby version to 2.5.0. - Samuel Williams * a51b473 - (1 year, 7 months ago) Use Q to scale duration. - Samuel Williams * 7c75c98 - (1 year, 7 months ago) Better handling of reactor stopping, and improved specs. - Samuel Williams * 17ad9da - (1 year, 7 months ago) Allow tasks to be marked as transient. - Samuel Williams * adac5ea - (1 year, 7 months ago) Add appropriate timeouts. - Samuel Williams * efe9cca - (1 year, 7 months ago) Don't run external tests on macos. - Samuel Williams * 1879c80 - (1 year, 7 months ago) Fix timing issues on macos. - Samuel Williams * 187c6ae - (1 year, 7 months ago) Allow setting initial annotation during task creation. - Samuel Williams * de141c5 - (1 year, 7 months ago) Relax timer tests. - Samuel Williams * 2ea47da - (1 year, 7 months ago) Prefer github actions. - Samuel Williams * ae19d9a - (1 year, 8 months ago) Add example bundle config local. - Samuel Williams * 78b7f8f - (1 year, 8 months ago) Tidy up gemspec. - Samuel Williams * 29de1d8 - (1 year, 8 months ago) Bump version. - Samuel Williams * b07edb4 - (1 year, 9 months ago) Sync method should pass the task back. - Brian Morearty * 3ccd3c2 - (1 year, 9 months ago) Make Kernel#Sync public - Salim Semaoune * a9ca119 - (1 year, 9 months ago) Bump version. - Samuel Williams (tag: v1.24.2) ``` * async-pool 0.2.0 -> 0.3.9 `async-pool` commit hist. There is one promising commit for the memory leak: `d545ad7` fixing socketry/async-pool#6 ``` * 6b150b4 - (7 weeks ago) Bump patch version. - Samuel Williams (tag: v0.3.9) * dce2624 - (7 weeks ago) Modernize gem. - Samuel Williams * 4ac5986 - (7 weeks ago) Don't free resources more than once. Enforce this and test it. - Samuel Williams * 746fd4b - (4 months ago) Patch version bump. - Samuel Williams (tag: v0.3.8) * ae1aeff - (4 months ago) Add benchmark for comparing overhead of current design vs previous design. - Samuel Williams * 055ea1c - (4 months ago) Add documenation workflow. - Samuel Williams * 85df0ca - (4 months ago) Add async stable-v1 and head to test matrix. - Samuel Williams * 9c8ed0d - (5 months ago) Modernize gem. - Samuel Williams * ec81eba - (5 months ago) Add spec and improve robustness of releasing resources. - Samuel Williams * f58df53 - (5 months ago) CI: Add "3.0" to build matrix - Olle Jonsson * 1988ec1 - (5 months ago) Patch version bump. - Samuel Williams (tag: v0.3.7) * 8c6ef4d - (5 months ago) Handle exceptions propagating out of semaphore. - Samuel Williams * 89b76d5 - (6 months ago) Patch version bump. - Samuel Williams (tag: v0.3.6) * c50f86a - (6 months ago) Replace `Async.logger` -> `Console.logger`. - Samuel Williams * 7a046dd - (9 months ago) Patch version bump. - Samuel Williams (tag: v0.3.5) * c4c421e - (9 months ago) Ensure pool is correctly reset after calling close. - Samuel Williams * 1ec608d - (9 months ago) Patch version bump. - Samuel Williams (tag: v0.3.4) * 303bf66 - (9 months ago) Add `overflowing?` predicate for minimising retained resources. - Samuel Williams * d545ad7 - (10 months ago) Correctly add and remove item from available list. Fixes #6. - Samuel Williams * 8794d84 - (1 year ago) Patch version bump. - Samuel Williams (tag: v0.3.3) * 5fb4550 - (1 year ago) Improve debug message. - Samuel Williams * c5cdfe5 - (1 year, 6 months ago) Fix typo in debug message - Simon Perepelitsa * 888ca76 - (1 year, 6 months ago) Add required Ruby version. - Samuel Williams * 3b253d7 - (1 year, 6 months ago) Patch version bump. - Samuel Williams (tag: v0.3.2) * 8f30fb8 - (1 year, 6 months ago) Modernize project. - Samuel Williams * a45f86a - (1 year, 6 months ago) Patch version bump. - Samuel Williams (tag: v0.3.1) * a8e9fa3 - (1 year, 6 months ago) Ensure `Async` is available for gardener. - Samuel Williams * 17fadd4 - (1 year, 7 months ago) Minor version bump. - Samuel Williams (tag: v0.3.0) * 80def7d - (1 year, 7 months ago) Add the gardener who tends to the resource pool. - Samuel Williams * ed9fed3 - (1 year, 7 months ago) Prefer bake-bundler / githuh actions. - Samuel Williams * 3bab58b - (1 year, 11 months ago) Add 2.7 to travis test matrix. - Samuel Williams * 54e458a - (1 year, 11 months ago) Bump version. - Samuel Williams (tag: v0.2.0) ``` Fixes #308 Co-authored-by: Eguzki Astiz Lezaun <eastizle@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit updates redis server version to 3.2.12. This has
been done in order to be able to use new redis command
options available in Redis 3.2.