Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci_helm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set version in helm values.yaml
# Update the tags for images in the helm Chart.yaml and values.yaml to match
# The deployed docker image tag
uses: mikefarah/yq@v4.47.2
uses: mikefarah/yq@v4.48.1
with:
cmd: |
# Update the version of the helm chart
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
user-email: '[email protected]'

- name: Set version in flux_river_config for the production environment
uses: mikefarah/yq@v4.47.2
uses: mikefarah/yq@v4.48.1
with:
cmd: |
# Update the chart version to pick up
Expand All @@ -107,7 +107,7 @@ jobs:

- name: Create Release
id: create_release
uses: softprops/action-gh-release@v2.3.4
uses: softprops/action-gh-release@v2.4.1
with:
tag_name: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ October, 27, 2025
- Ability to download list of available xCache servers
- Better handling of missing datasets
### Changed
- Now use the celery bulk task interface to schedule file transforms
- Now use the celery bulk task interface to schedule file transforms
- Bitnami charts use the legacy docker images now that the main images are closed source
- Improve DID finder error reporting
- Default transformer pull policy is now `IfNotPresent`
- The RABBIT_MQ_URL is set in the helm chart

### Fixed
- Tests that were not correctly asserting anything
- Tests that were not correctly asserting anything
- Updated OSG Certificates to xrootd did finder

### Removed
Expand Down