Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base: remove CALC dependency on Sequencer #68

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,35 @@

## Unreleased

## v0.8.0
### Breaking changes

A new container image, `ghcr.io/cnpem/opcua-epics-ioc`, is now available.
* base: remove CALC dependency on Sequencer. by @henriquesimoes in
https://github.com/cnpem/epics-in-docker/pull/68.

### New features

* base: add OPCUA and `ether_ip` IOCs and modules. by @guirodrigueslima in
https://github.com/cnpem/epics-in-docker/pull/57
* images: add OPCUA image. by @ericonr in
https://github.com/cnpem/epics-in-docker/pull/61
* base: add IOCStats module. by @gustavosr8 in
https://github.com/cnpem/epics-in-docker/pull/62
* base: add IPMIComm module. by @gustavosr8 in
https://github.com/cnpem/epics-in-docker/pull/62
* base: add pyDevSup module. by @gustavosr8 in
https://github.com/cnpem/epics-in-docker/pull/62

## v0.8.1

OPCUA container image build with GitHub Actions has been fixed.

## v0.8.0

A new container image, `ghcr.io/cnpem/opcua-epics-ioc`, is now available.

### New features

* base: add OPCUA and `ether_ip` IOCs and modules. by @guirodrigueslima in
https://github.com/cnpem/epics-in-docker/pull/57
* images: add OPCUA image. by @ericonr in
https://github.com/cnpem/epics-in-docker/pull/61

## v0.7.0

Users of the `autosave` and `caPutLog` modules should update to this release,
Expand Down
1 change: 0 additions & 1 deletion base/install_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ EPICS_BASE

install_from_github epics-modules calc CALC $CALC_VERSION "
EPICS_BASE
SNCSEQ
"

# Build asyn without seq since it's only needed for testIPServer
Expand Down