Skip to content

Commit 565223c

Browse files
Merge pull request #4 from Intellection/bump-redisgraph
Bump RedisGraph
2 parents a69c015 + bd8ebd9 commit 565223c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.8.19
4+
5+
* Bump RedisGraph to v2.8.19
6+
37
## 2.8.8-1
48

59
* Add bash scripts to run Redis Sentinel easily in Kubernetes.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM redislabs/redisgraph:2.8.8
1+
FROM redislabs/redisgraph:2.8.19
22

33
COPY --from=zappi/redis:6.2.6 /opt/redis/scripts/ /opt/redis/scripts/

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ kubectl apply -f examples/kubernetes/
2727
```
2828

2929
[1]: https://github.com/Intellection/docker-redis/tree/main/examples/kubernetes
30+
31+
## Contributing
32+
33+
1. Clone the main branch, and create a branch for the feature / fix.
34+
2. Make your changes.
35+
3. Update the changelog with your changes. The version should follow the upstream version of the packaged application. For example if the version of RedisGraph is 2.8.8, the version will be 2.8.8. In the case where the version already exists, you should append an incrementing single digit to it (i.e. 2.8.8-1).
36+
4. Push your branch up and create a pull request.
37+
5. After the pull request is merged, git pull origin main and ensure it's up-to-date.
38+
6. Create a tag with the version you added to the changelog using git tag -a x.y.z. The title should be "Version x.y.z" followed by the changes as the message (as per the changelog).
39+
7. Push your tag, which will kick off a CI workflow to build and release the image.

0 commit comments

Comments
 (0)