Skip to content

Commit

Permalink
Release version v0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesimoes committed Aug 19, 2024
1 parent 11035cd commit 8ce6c7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8ce6c7c

Please sign in to comment.