Update wolfi (versioned) (main)#142948
Merged
elasticsearchmachine merged 1 commit intomainfrom Feb 24, 2026
Merged
Conversation
Collaborator
|
Pinging @elastic/es-delivery (Team:Delivery) |
sidosera
pushed a commit
to sidosera/elasticsearch
that referenced
this pull request
Feb 24, 2026
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.elastic.co/wolfi/chainguard-base | final | digest | `4a82c70` -> `568df5f` | | docker.elastic.co/wolfi/chainguard-base | stage | digest | `4a82c70` -> `568df5f` | | docker.elastic.co/wolfi/chainguard-base-fips | final | digest | `efc70f0` -> `e4cb920` | | docker.elastic.co/wolfi/chainguard-base-fips | stage | digest | `efc70f0` -> `e4cb920` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 1pm on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6RGVsaXZlcnkvQnVpbGQiLCI6RGVsaXZlcnkvUGFja2FnaW5nIiwiPm5vbi1pc3N1ZSIsIlRlYW06RGVsaXZlcnkiLCJhdXRvLW1lcmdlLXdpdGhvdXQtYXBwcm92YWwiXX0=-->
szybia
added a commit
to szybia/elasticsearch
that referenced
this pull request
Feb 24, 2026
…on-sliced-reindex * upstream/main: Activity logging improvements (elastic#142901) Fix serialization of NodeGpuStatsResponse when no GPU is present (elastic#142937) Add doc on master elections in DistributedArchitectureGuide (elastic#142435) ESQL: Account for missing StubRelation due to SurrogateExpressions replacement (elastic#142882) Add BulkByScrollTask Serialization Tests (elastic#142697) Rebalance CI test partitions to reduce Part3 bottleneck (elastic#142930) Mute org.elasticsearch.xpack.esql.qa.multi_node.EsqlClientYamlIT test {p0=esql/40_tsdb/to_aggregate_metric_double with multi_values} elastic#142964 Bump OpenTelemetry dependencies (elastic#142323) SQL: add support for API key to JDBC and CLI (elastic#142021) Ensure requested capability exists (elastic#142695) Warn and fall back to local branches.json (elastic#142606) [CI] Mute testWithFetchFailures, testAddCompletionListenerScheduleErr… (elastic#142926) ESQL: Add support for ORC file format (elastic#142900) Update wolfi (versioned) (elastic#142948) Add BulkByScrollResponse Serialization Tests (elastic#142688) Run 25_id_generation with and without synthetic id (elastic#142770)
Contributor
|
Having an the package updates within the image listed here would be useful |
Collaborator
|
Update Summary
Package Differences chainguard-base (standard image)
chainguard-base-fips (FIPS-compliant image)
To generate the full package-diff tables once authenticated to set -euo pipefail
BASE_OLD='docker.elastic.co/wolfi/chainguard-base:latest@sha256:4a82c706003370964df94913adfc47aab9a55b4fb2490260e7f7ebcf27cc4240'
BASE_NEW='docker.elastic.co/wolfi/chainguard-base:latest@sha256:568df5fb0e237c3a2139399d4bd8e80994f24321fa8469aec565b8566704e83a'
FIPS_OLD='docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:efc70f02cdc8aaa7eb5196c5d17719098a3f4bba347aa966a85f7e5452d0a0ca'
FIPS_NEW='docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:e4cb92038b58c8c881962a17ec0b9970857a801c0a52f75550258f92f1e93ca1'
# Pull all digests
docker pull "$BASE_OLD"
docker pull "$BASE_NEW"
docker pull "$FIPS_OLD"
docker pull "$FIPS_NEW"
# Extract installed package inventories (one "name-version" per line)
docker run --rm --entrypoint apk "$BASE_OLD" info -v | sort -u > base.old.pkgs
docker run --rm --entrypoint apk "$BASE_NEW" info -v | sort -u > base.new.pkgs
docker run --rm --entrypoint apk "$FIPS_OLD" info -v | sort -u > fips.old.pkgs
docker run --rm --entrypoint apk "$FIPS_NEW" info -v | sort -u > fips.new.pkgs
# Review full changes
diff -u base.old.pkgs base.new.pkgs || true
diff -u fips.old.pkgs fips.new.pkgs || true
# Optional: convert diffs into "Package | Old Version | New Version" tables
# - parse "name-version" by splitting on the last '-' (apk naming convention)
# - join by package nameKey Observations
Impact
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4a82c70->568df5f4a82c70->568df5fefc70f0->e4cb920efc70f0->e4cb920Configuration
📅 Schedule: Branch creation - "after 1pm on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.