Skip to content

Commit

Permalink
Upgrade science pipelines stack for new Butler
Browse files Browse the repository at this point in the history
Upgrade the science pipelines stack to the latest weekly, to get a new version of daf_butler that includes support for a new version of Butler server.

This breaks backwards compatibility with the REST API used in earlier versions of Butler server.
  • Loading branch information
dhirving committed Jul 11, 2024
1 parent 94fa92d commit b292579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# are based on stack containers and install any required supporting code
# for the image cutout backend, arq, and the backend worker definition.

FROM lsstsqre/centos:7-stack-lsst_distrib-w_2024_16
FROM lsstsqre/centos:7-stack-lsst_distrib-w_2024_27

# Reset the user to root since we need to do system install tasks.
USER root
Expand Down
3 changes: 3 additions & 0 deletions changelog.d/20240709_134925_david.irving_DM_44509.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Backwards-incompatible changes

- Upgrade the science pipelines stack to the latest weekly, for a new version of daf_butler that includes support for a new version of Butler server with a backwards-incompatible REST API.

0 comments on commit b292579

Please sign in to comment.