Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Nov 23, 2024
2 parents ff8efd2 + c2e6766 commit 3525b98
Show file tree
Hide file tree
Showing 17 changed files with 2,312 additions and 483 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.5.68
* Multiget now works in chunks. Fixed bug with async decryption
* Made large encrypted batch operations, deletion of orphan search results and made retrieval of lost/fragmented data more robust.

## 1.5.67
* Remove non-indexable data from index.
* Multithreaded cryptography.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CaSS
Competency and Skills Service -- Competency Management

Release Candidate: 1.5.67 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.5)](https://travis-ci.org/cassproject/CASS)
Release Candidate: 1.5.69 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.5)](https://travis-ci.org/cassproject/CASS)
Supported: 1.4 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.4)](https://travis-ci.org/cassproject/CASS)
Supported: 1.3 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.3)](https://travis-ci.org/cassproject/CASS)
Supported: 1.2 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.2)](https://travis-ci.org/cassproject/CASS)
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
cass:
image: cassproject/cass:node-1.5.67
image: cassproject/cass:node-1.5.68
container_name: cass
networks:
- esnet
Expand All @@ -28,7 +28,7 @@ services:
depends_on:
- elasticsearch
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.0
container_name: elasticsearch
networks:
- esnet
Expand Down
2 changes: 1 addition & 1 deletion docker/standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:8.15.3
FROM docker.elastic.co/elasticsearch/elasticsearch:8.16.0

USER root
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
Expand Down
Loading

0 comments on commit 3525b98

Please sign in to comment.