diff --git a/CHANGES.md b/CHANGES.md index 8c15472..9e6f6d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,15 @@ ## Unreleased +## v0.9.0 + +Users willing to use `iocStats`, `ipmiComm`, `pyDevSup`, `SNMP`, `motorPIGCS2`, +or `scaler` modules should update to this release. Users of `pmac` module +should also update to have critical bugs fixed. Anyone who had trouble with +versions greater than or equal to v0.7.0 building IOCs depending on Calc due to +Sequencer linkage issues should find it easier to build with this release. Two +new IOC images are also available: MCA and Motor PIGCS2. + ### Breaking changes * base: remove CALC dependency on Sequencer. by @henriquesimoes in diff --git a/Dockerfile b/Dockerfile index 0c26141..45f958e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG DEBIAN_VERSION=11.9 -FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.8.1-dev AS build-image +FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.9.0 AS build-image FROM debian:${DEBIAN_VERSION}-slim AS base