Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scality/Arsenal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.1.146
Choose a base ref
...
head repository: scality/Arsenal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.1.147
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 30, 2025

  1. ARSN-461: Fix CI breaking on ubuntu 24

    BourgoisMickael committed Jan 30, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    3a7163d View commit details
  2. Merge branch 'bugfix/ARSN-461-fix-ci-ubuntu' into tmp/octopus/w/7.70/…

    …bugfix/ARSN-461-fix-ci-ubuntu
    bert-e committed Jan 30, 2025
    Copy the full SHA
    0c78c80 View commit details
  3. Merge branch 'w/7.70/bugfix/ARSN-461-fix-ci-ubuntu' into tmp/octopus/…

    …w/8.1/bugfix/ARSN-461-fix-ci-ubuntu
    bert-e committed Jan 30, 2025
    Copy the full SHA
    716f0c2 View commit details
  4. Copy the full SHA
    8608460 View commit details
  5. ARSN-458: Bump version

    BourgoisMickael committed Jan 30, 2025
    Copy the full SHA
    858e5a4 View commit details
  6. Merge remote-tracking branch 'origin/improvement/ARSN-458-scubaGetMet…

    …ricsBatch' into w/8.1/improvement/ARSN-458-scubaGetMetricsBatch
    BourgoisMickael committed Jan 30, 2025
    Copy the full SHA
    3619e65 View commit details
  7. ARSN-458: Bump version

    BourgoisMickael committed Jan 30, 2025
    Copy the full SHA
    e245687 View commit details
Showing with 4 additions and 3 deletions.
  1. +1 −1 .github/workflows/codeql.yaml
  2. +1 −1 .github/workflows/dependency-review.yaml
  3. +1 −0 lib/policyEvaluator/utils/actionMaps.ts
  4. +1 −1 package.json
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ on:
jobs:
analyze:
name: Static analysis with CodeQL
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ on:

jobs:
dependency-review:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
1 change: 1 addition & 0 deletions lib/policyEvaluator/utils/actionMaps.ts
Original file line number Diff line number Diff line change
@@ -229,6 +229,7 @@ const actionMapMetadata = {

const actionMapScuba = {
GetMetrics: 'scuba:GetMetrics',
GetMetricsBatch: 'scuba:GetMetricsBatch',
AdminStartIngest: 'scuba:AdminStartIngest',
AdminStopIngest: 'scuba:AdminStopIngest',
AdminReadRaftCseq: 'scuba:AdminReadRaftCseq',
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"engines": {
"node": ">=16"
},
"version": "8.1.146",
"version": "8.1.147",
"description": "Common utilities for the S3 project components",
"main": "build/index.js",
"repository": {