Skip to content

Commit 3525b98

Browse files
committed
Merge remote-tracking branch 'origin/1.5'
2 parents ff8efd2 + c2e6766 commit 3525b98

17 files changed

+2312
-483
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.5.68
4+
* Multiget now works in chunks. Fixed bug with async decryption
5+
* Made large encrypted batch operations, deletion of orphan search results and made retrieval of lost/fragmented data more robust.
6+
37
## 1.5.67
48
* Remove non-indexable data from index.
59
* Multithreaded cryptography.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CaSS
22
Competency and Skills Service -- Competency Management
33

4-
Release Candidate: 1.5.67 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.5)](https://travis-ci.org/cassproject/CASS)
4+
Release Candidate: 1.5.69 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.5)](https://travis-ci.org/cassproject/CASS)
55
Supported: 1.4 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.4)](https://travis-ci.org/cassproject/CASS)
66
Supported: 1.3 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.3)](https://travis-ci.org/cassproject/CASS)
77
Supported: 1.2 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.2)](https://travis-ci.org/cassproject/CASS)

docker-compose-template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
cass:
4-
image: cassproject/cass:node-1.5.67
4+
image: cassproject/cass:node-1.5.68
55
container_name: cass
66
networks:
77
- esnet
@@ -28,7 +28,7 @@ services:
2828
depends_on:
2929
- elasticsearch
3030
elasticsearch:
31-
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.3
31+
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.0
3232
container_name: elasticsearch
3333
networks:
3434
- esnet

docker/standalone/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.elastic.co/elasticsearch/elasticsearch:8.15.3
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:8.16.0
22

33
USER root
44
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -

0 commit comments

Comments
 (0)