diff --git a/.github/workflows/ci_helm_publish.yaml b/.github/workflows/ci_helm_publish.yaml index ecda6e03..5f99cf96 100644 --- a/.github/workflows/ci_helm_publish.yaml +++ b/.github/workflows/ci_helm_publish.yaml @@ -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 @@ -88,7 +88,7 @@ jobs: user-email: 'bengal1@illinois.edu' - 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 @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 181dc606..60bbf48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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