Skip to content

Commit

Permalink
Almost Release 1.5.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Jun 26, 2023
1 parent 4ed1558 commit 1473691
Show file tree
Hide file tree
Showing 7 changed files with 480 additions and 469 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.5.30
* Updated Editor
* Updated Library
* Platform One SSO Integration
* CTDL Progression Model Export Updates
* Reduced CaSS Standalone memory usage to 2gb
* Updated elastic field limit to 10000
* Added docker-compose template.

## 1.5.29
* Updated Editor
* Updated Library
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.29 [![Build Status](https://travis-ci.org/cassproject/CASS.svg?branch=1.5)](https://travis-ci.org/cassproject/CASS)
Release Candidate: 1.5.30 [![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
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-05-04T00:21:47.635Z
at 2023-06-26T22:40:42.199Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions docker/standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:8.7.1
FROM docker.elastic.co/elasticsearch/elasticsearch:8.8.1

USER root
RUN curl -sL https://deb.nodesource.com/setup_19.x | bash -
Expand All @@ -14,7 +14,7 @@ COPY cass.key CASS/cass.key
COPY pm2.standalone.config.js CASS/pm2.standalone.config.js
COPY copyright.txt CASS/copyright.txt
COPY LICENSE CASS/LICENSE
RUN cd CASS && npm install --omit=dev && npm audit fix
RUN cd CASS && npm install --omit=dev && npm audit --production fix

USER root
RUN echo 'node.name: cass-a' >> config/elasticsearch.yml
Expand Down
Loading

0 comments on commit 1473691

Please sign in to comment.