Skip to content

Commit

Permalink
⬆️ Bump up the version that we use to the RC
Browse files Browse the repository at this point in the history
This ensures that it includes the changes required to support OCPP PnC
EVerest/everest-core#588

This involves:
- Changing the tag to `2024.3.0-rc1`
- Bumping up the version number in the `.env`
- Copying over two nodered configurations:
    - to support MREC in the UI (EVerest/everest-core@9e182a9)
    - to support PnC in the UI (EVerest/everest-core@56a9ff2)
  These are identical to the ones in everest-core at the specified tag, except that they connect to the `mqtt-server` MQTT server instead of `localhost`

Signed-off-by: Shankari <[email protected]>
  • Loading branch information
shankari committed Mar 27, 2024
1 parent ad26af5 commit 3bc641a
Show file tree
Hide file tree
Showing 4 changed files with 1,304 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAG=0.0.12
TAG=0.0.13

EVEREST_MANAGER_CPUS='1.0'
EVEREST_MANAGER_MEMORY='1024mb'
2 changes: 1 addition & 1 deletion manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=linux/x86_64 ghcr.io/everest/build-kit-alpine:latest

ARG EVEREST_VERSION=2024.2.0
ARG EVEREST_VERSION=2024.3.0-rc1
ENV EVEREST_VERSION=${EVEREST_VERSION}

COPY install.sh ./
Expand Down
Loading

0 comments on commit 3bc641a

Please sign in to comment.