Conversation
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | debian | | digest | `28de087` → `020c0d2` | | debian | final | digest | `28de087` → `020c0d2` | --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - At any time (no schedule defined) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cobaltcore-dev/cortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---|---|---| | [github.com/mattn/go-sqlite3](https://redirect.github.com/mattn/go-sqlite3) | `v1.14.47` → `v1.14.48` |  |  |  |  | require | patch | | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | `87.15.1` → `87.15.2` |  |  |  |  | | patch | --- ### Release Notes <details> <summary>mattn/go-sqlite3 (github.com/mattn/go-sqlite3)</summary> ### [`v1.14.48`](https://redirect.github.com/mattn/go-sqlite3/releases/tag/v1.14.48): 1.14.48 [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.47...v1.14.48) #### What's Changed - Add Serialize and Deserialize support by [@​otoolep](https://redirect.github.com/otoolep) in [#​1089](https://redirect.github.com/mattn/go-sqlite3/pull/1089) - Replace namedValue with driver.NamedValue to avoid copying exec/query args by [@​charlievieth](https://redirect.github.com/charlievieth) in [#​1128](https://redirect.github.com/mattn/go-sqlite3/pull/1128) - Add go 1.20 to workflow matrix, remove 1.17 by [@​connyay](https://redirect.github.com/connyay) in [#​1136](https://redirect.github.com/mattn/go-sqlite3/pull/1136) - Add build tags to support both x86 and ARM compilation on macOS by [@​Spaider](https://redirect.github.com/Spaider) in [#​1069](https://redirect.github.com/mattn/go-sqlite3/pull/1069) - Fix virtual table example. by [@​andrzh](https://redirect.github.com/andrzh) in [#​1149](https://redirect.github.com/mattn/go-sqlite3/pull/1149) - Update README.md by [@​parthokr](https://redirect.github.com/parthokr) in [#​1163](https://redirect.github.com/mattn/go-sqlite3/pull/1163) - Update amalgamation code by [@​mattn](https://redirect.github.com/mattn) in [#​1166](https://redirect.github.com/mattn/go-sqlite3/pull/1166) - Update amalgamation code by [@​mattn](https://redirect.github.com/mattn) in [#​1197](https://redirect.github.com/mattn/go-sqlite3/pull/1197) - Fix docker job by [@​itizir](https://redirect.github.com/itizir) in [#​1201](https://redirect.github.com/mattn/go-sqlite3/pull/1201) - Fix musl build ([#​1164](https://redirect.github.com/mattn/go-sqlite3/issues/1164)) by [@​leso-kn](https://redirect.github.com/leso-kn) in [#​1177](https://redirect.github.com/mattn/go-sqlite3/pull/1177) - update go version to 1.19 by [@​mattn](https://redirect.github.com/mattn) in [#​1208](https://redirect.github.com/mattn/go-sqlite3/pull/1208) - Update amalgamation code to 3.45.0 by [@​mattn](https://redirect.github.com/mattn) in [#​1207](https://redirect.github.com/mattn/go-sqlite3/pull/1207) - Update amalgamation code to 3.45.1 by [@​mattn](https://redirect.github.com/mattn) in [#​1211](https://redirect.github.com/mattn/go-sqlite3/pull/1211) - close channel by [@​mattn](https://redirect.github.com/mattn) in [#​1213](https://redirect.github.com/mattn/go-sqlite3/pull/1213) - fix: some typos by [@​pomadev](https://redirect.github.com/pomadev) in [#​1222](https://redirect.github.com/mattn/go-sqlite3/pull/1222) - Add support for libsqlite3 on z/OS by [@​dustin-ward](https://redirect.github.com/dustin-ward) in [#​1239](https://redirect.github.com/mattn/go-sqlite3/pull/1239) - Update amalgamation code to 3.46.1 by [@​mattn](https://redirect.github.com/mattn) in [#​1273](https://redirect.github.com/mattn/go-sqlite3/pull/1273) - close statement when missing query arguments by [@​mattn](https://redirect.github.com/mattn) in [#​1281](https://redirect.github.com/mattn/go-sqlite3/pull/1281) - Upgrade upload-artifact action by [@​jonstacks](https://redirect.github.com/jonstacks) in [#​1300](https://redirect.github.com/mattn/go-sqlite3/pull/1300) - Remove suggestion that CGO isn't always needed by [@​samjewell](https://redirect.github.com/samjewell) in [#​1290](https://redirect.github.com/mattn/go-sqlite3/pull/1290) - remove superfluous use of runtime.SetFinalizer on SQLiteRows by [@​charlievieth](https://redirect.github.com/charlievieth) in [#​1301](https://redirect.github.com/mattn/go-sqlite3/pull/1301) - Fix sqlite3\_opt\_unlock\_notify with USE\_LIBSQLITE3 by [@​q66](https://redirect.github.com/q66) in [#​1262](https://redirect.github.com/mattn/go-sqlite3/pull/1262) - Fix memory leak in callbackRetText function by [@​hionay](https://redirect.github.com/hionay) in [#​1259](https://redirect.github.com/mattn/go-sqlite3/pull/1259) - docs: clarify GCP section by [@​justinsb](https://redirect.github.com/justinsb) in [#​1305](https://redirect.github.com/mattn/go-sqlite3/pull/1305) - Add ability to set an int64 file control by [@​jonstacks](https://redirect.github.com/jonstacks) in [#​1298](https://redirect.github.com/mattn/go-sqlite3/pull/1298) - Update amalgamation code to 3.49.1 by [@​mattn](https://redirect.github.com/mattn) in [#​1335](https://redirect.github.com/mattn/go-sqlite3/pull/1335) - Update amalgamation code to 3.50.3 by [@​mattn](https://redirect.github.com/mattn) in [#​1343](https://redirect.github.com/mattn/go-sqlite3/pull/1343) - Drop userauth implementation by [@​mattn](https://redirect.github.com/mattn) in [#​1344](https://redirect.github.com/mattn/go-sqlite3/pull/1344) - fix syntax error by [@​eraytufan](https://redirect.github.com/eraytufan) in [#​1346](https://redirect.github.com/mattn/go-sqlite3/pull/1346) - update amalgamation code by [@​mattn](https://redirect.github.com/mattn) in [#​1347](https://redirect.github.com/mattn/go-sqlite3/pull/1347) - use quote include instead of angled include for sqlite3-binding.h by [@​nautaa](https://redirect.github.com/nautaa) in [#​1362](https://redirect.github.com/mattn/go-sqlite3/pull/1362) - Upgrade SQLite to version [`3051001`](https://redirect.github.com/mattn/go-sqlite3/commit/3051001) by [@​mattn](https://redirect.github.com/mattn) in [#​1366](https://redirect.github.com/mattn/go-sqlite3/pull/1366) - Feat: add percentile extension option by [@​dsonck92](https://redirect.github.com/dsonck92) in [#​1364](https://redirect.github.com/mattn/go-sqlite3/pull/1364) - Upgrade SQLite to version [`3051002`](https://redirect.github.com/mattn/go-sqlite3/commit/3051002) by [@​mattn](https://redirect.github.com/mattn) in [#​1370](https://redirect.github.com/mattn/go-sqlite3/pull/1370) - Use unsafe slice by [@​mattn](https://redirect.github.com/mattn) in [#​1373](https://redirect.github.com/mattn/go-sqlite3/pull/1373) - Call sqlite3\_clear\_bindings() after sqlite3\_reset() in bind() by [@​mattn](https://redirect.github.com/mattn) in [#​1374](https://redirect.github.com/mattn/go-sqlite3/pull/1374) - Upgrade SQLite to version [`3051003`](https://redirect.github.com/mattn/go-sqlite3/commit/3051003) by [@​mattn](https://redirect.github.com/mattn) in [#​1375](https://redirect.github.com/mattn/go-sqlite3/pull/1375) - Ensure Close always removes runtime finalizer to prevent memory leak by [@​mattn](https://redirect.github.com/mattn) in [#​1376](https://redirect.github.com/mattn/go-sqlite3/pull/1376) - Fix json example by [@​Jaculabilis](https://redirect.github.com/Jaculabilis) in [#​1313](https://redirect.github.com/mattn/go-sqlite3/pull/1313) - Add missing virtual table constraint op constants by [@​theimpostor](https://redirect.github.com/theimpostor) in [#​1379](https://redirect.github.com/mattn/go-sqlite3/pull/1379) - Eliminate unnecessary bounds checks in hot paths by [@​mattn](https://redirect.github.com/mattn) in [#​1381](https://redirect.github.com/mattn/go-sqlite3/pull/1381) - \[codex] optimize sqlite bind fast path by [@​mattn](https://redirect.github.com/mattn) in [#​1382](https://redirect.github.com/mattn/go-sqlite3/pull/1382) - \[codex] batch row column fetches in Next by [@​mattn](https://redirect.github.com/mattn) in [#​1383](https://redirect.github.com/mattn/go-sqlite3/pull/1383) - Raise minimum Go version to 1.21 by [@​mattn](https://redirect.github.com/mattn) in [#​1384](https://redirect.github.com/mattn/go-sqlite3/pull/1384) - Reduce sqlite bind overhead by [@​mattn](https://redirect.github.com/mattn) in [#​1385](https://redirect.github.com/mattn/go-sqlite3/pull/1385) - reduce CGO call overhead for exec and bind paths by [@​mattn](https://redirect.github.com/mattn) in [#​1386](https://redirect.github.com/mattn/go-sqlite3/pull/1386) - \[codex] add opt-in statement cache by [@​mattn](https://redirect.github.com/mattn) in [#​1387](https://redirect.github.com/mattn/go-sqlite3/pull/1387) - Fix panic when querying input with no SQL (only comments/whitespace) by [@​mattn](https://redirect.github.com/mattn) in [#​1392](https://redirect.github.com/mattn/go-sqlite3/pull/1392) - evict least-recently-used stmt when cache is full by [@​mattn](https://redirect.github.com/mattn) in [#​1388](https://redirect.github.com/mattn/go-sqlite3/pull/1388) - Upgrade SQLite to version [`3053000`](https://redirect.github.com/mattn/go-sqlite3/commit/3053000) by [@​mattn](https://redirect.github.com/mattn) in [#​1394](https://redirect.github.com/mattn/go-sqlite3/pull/1394) - add sqlite\_dbstat tag for the DBSTAT virtual table by [@​calmh](https://redirect.github.com/calmh) in [#​1338](https://redirect.github.com/mattn/go-sqlite3/pull/1338) - avoid out of bounds write in unlock\_notify\_wait on 64 bit platforms by [@​calmh](https://redirect.github.com/calmh) in [#​1399](https://redirect.github.com/mattn/go-sqlite3/pull/1399) - modernise reflect.SliceHeader to unsafe.Slice by [@​calmh](https://redirect.github.com/calmh) in [#​1400](https://redirect.github.com/mattn/go-sqlite3/pull/1400) - guard oversized string length in ResultText by [@​dxbjavid](https://redirect.github.com/dxbjavid) in [#​1402](https://redirect.github.com/mattn/go-sqlite3/pull/1402) - bind via sqlite3\_bind\_text64/blob64 to avoid 32-bit length truncation by [@​dxbjavid](https://redirect.github.com/dxbjavid) in [#​1403](https://redirect.github.com/mattn/go-sqlite3/pull/1403) - Upgrade SQLite to version [`3053002`](https://redirect.github.com/mattn/go-sqlite3/commit/3053002) by [@​mattn](https://redirect.github.com/mattn) in [#​1404](https://redirect.github.com/mattn/go-sqlite3/pull/1404) - guard oversized blob length in callbackRetBlob by [@​dxbjavid](https://redirect.github.com/dxbjavid) in [#​1405](https://redirect.github.com/mattn/go-sqlite3/pull/1405) - preserve embedded NUL bytes in custom function text values by [@​dxbjavid](https://redirect.github.com/dxbjavid) in [#​1406](https://redirect.github.com/mattn/go-sqlite3/pull/1406) - Follow documented call order for sqlite3\_value\_blob in callbackArgString by [@​mattn](https://redirect.github.com/mattn) in [#​1407](https://redirect.github.com/mattn/go-sqlite3/pull/1407) - Use atomic.Value for handle table and add concurrent lookup benchmark by [@​mattn](https://redirect.github.com/mattn) in [#​1412](https://redirect.github.com/mattn/go-sqlite3/pull/1412) - cache column metadata for prepared and cached statements by [@​mattn](https://redirect.github.com/mattn) in [#​1413](https://redirect.github.com/mattn/go-sqlite3/pull/1413) - free leaked schema string in GetFilename by [@​dxbjavid](https://redirect.github.com/dxbjavid) in [#​1408](https://redirect.github.com/mattn/go-sqlite3/pull/1408) - Fix race in SQLiteStmt.Close by holding conn lock across cache check by [@​mattn](https://redirect.github.com/mattn) in [#​1416](https://redirect.github.com/mattn/go-sqlite3/pull/1416) - Add CodeRabbit as a sponsor by [@​mattn](https://redirect.github.com/mattn) in [#​1417](https://redirect.github.com/mattn/go-sqlite3/pull/1417) - Return error from vtable cursor open instead of ignoring it by [@​mattn](https://redirect.github.com/mattn) in [#​1419](https://redirect.github.com/mattn/go-sqlite3/pull/1419) - Check sqlite3\_malloc64 result in Deserialize by [@​mattn](https://redirect.github.com/mattn) in [#​1420](https://redirect.github.com/mattn/go-sqlite3/pull/1420) - Fix panic when registered functions return named types by [@​mattn](https://redirect.github.com/mattn) in [#​1421](https://redirect.github.com/mattn/go-sqlite3/pull/1421) - Return error instead of silently ignoring unsupported bind types by [@​mattn](https://redirect.github.com/mattn) in [#​1422](https://redirect.github.com/mattn/go-sqlite3/pull/1422) - Add CodeRabbit configuration by [@​mattn](https://redirect.github.com/mattn) in [#​1418](https://redirect.github.com/mattn/go-sqlite3/pull/1418) - Close database on all error paths in Open by [@​mattn](https://redirect.github.com/mattn) in [#​1423](https://redirect.github.com/mattn/go-sqlite3/pull/1423) - Check preupdate value fetch result to avoid NULL dereference by [@​mattn](https://redirect.github.com/mattn) in [#​1424](https://redirect.github.com/mattn/go-sqlite3/pull/1424) - Use C.int in exported callbacks to match C declarations by [@​mattn](https://redirect.github.com/mattn) in [#​1425](https://redirect.github.com/mattn/go-sqlite3/pull/1425) - Fix leak of extension load error message by [@​mattn](https://redirect.github.com/mattn) in [#​1426](https://redirect.github.com/mattn/go-sqlite3/pull/1426) - Upgrade SQLite to version [`3053003`](https://redirect.github.com/mattn/go-sqlite3/commit/3053003) by [@​mattn](https://redirect.github.com/mattn) in [#​1427](https://redirect.github.com/mattn/go-sqlite3/pull/1427) #### New Contributors - [@​charlievieth](https://redirect.github.com/charlievieth) made their first contribution in [#​1128](https://redirect.github.com/mattn/go-sqlite3/pull/1128) - [@​connyay](https://redirect.github.com/connyay) made their first contribution in [#​1136](https://redirect.github.com/mattn/go-sqlite3/pull/1136) - [@​Spaider](https://redirect.github.com/Spaider) made their first contribution in [#​1069](https://redirect.github.com/mattn/go-sqlite3/pull/1069) - [@​andrzh](https://redirect.github.com/andrzh) made their first contribution in [#​1149](https://redirect.github.com/mattn/go-sqlite3/pull/1149) - [@​parthokr](https://redirect.github.com/parthokr) made their first contribution in [#​1163](https://redirect.github.com/mattn/go-sqlite3/pull/1163) - [@​leso-kn](https://redirect.github.com/leso-kn) made their first contribution in [#​1177](https://redirect.github.com/mattn/go-sqlite3/pull/1177) - [@​pomadev](https://redirect.github.com/pomadev) made their first contribution in [#​1222](https://redirect.github.com/mattn/go-sqlite3/pull/1222) - [@​dustin-ward](https://redirect.github.com/dustin-ward) made their first contribution in [#​1239](https://redirect.github.com/mattn/go-sqlite3/pull/1239) - [@​jonstacks](https://redirect.github.com/jonstacks) made their first contribution in [#​1300](https://redirect.github.com/mattn/go-sqlite3/pull/1300) - [@​samjewell](https://redirect.github.com/samjewell) made their first contribution in [#​1290](https://redirect.github.com/mattn/go-sqlite3/pull/1290) - [@​q66](https://redirect.github.com/q66) made their first contribution in [#​1262](https://redirect.github.com/mattn/go-sqlite3/pull/1262) - [@​hionay](https://redirect.github.com/hionay) made their first contribution in [#​1259](https://redirect.github.com/mattn/go-sqlite3/pull/1259) - [@​justinsb](https://redirect.github.com/justinsb) made their first contribution in [#​1305](https://redirect.github.com/mattn/go-sqlite3/pull/1305) - [@​eraytufan](https://redirect.github.com/eraytufan) made their first contribution in [#​1346](https://redirect.github.com/mattn/go-sqlite3/pull/1346) - [@​nautaa](https://redirect.github.com/nautaa) made their first contribution in [#​1362](https://redirect.github.com/mattn/go-sqlite3/pull/1362) - [@​dsonck92](https://redirect.github.com/dsonck92) made their first contribution in [#​1364](https://redirect.github.com/mattn/go-sqlite3/pull/1364) - [@​Jaculabilis](https://redirect.github.com/Jaculabilis) made their first contribution in [#​1313](https://redirect.github.com/mattn/go-sqlite3/pull/1313) - [@​theimpostor](https://redirect.github.com/theimpostor) made their first contribution in [#​1379](https://redirect.github.com/mattn/go-sqlite3/pull/1379) - [@​calmh](https://redirect.github.com/calmh) made their first contribution in [#​1338](https://redirect.github.com/mattn/go-sqlite3/pull/1338) - [@​dxbjavid](https://redirect.github.com/dxbjavid) made their first contribution in [#​1402](https://redirect.github.com/mattn/go-sqlite3/pull/1402) **Full Changelog**: <mattn/go-sqlite3@v1.14.16...v1.14.48> </details> <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v87.15.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-87.15.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-87.15.1...kube-prometheus-stack-87.15.2) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] fix externalUrl of alertmanager and prometheus when route is configured by [@​DanielRaapDev](https://redirect.github.com/DanielRaapDev) in [#​7107](https://redirect.github.com/prometheus-community/helm-charts/pull/7107) #### New Contributors - [@​DanielRaapDev](https://redirect.github.com/DanielRaapDev) made their first contribution in [#​7107](https://redirect.github.com/prometheus-community/helm-charts/pull/7107) **Full Changelog**: <prometheus-community/helm-charts@prometheus-elasticsearch-exporter-7.4.0...kube-prometheus-stack-87.15.2> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - "after 6pm every weekday,every weekend,before 8am every weekday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cobaltcore-dev/cortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
The daily CVE scan detected fixable vulnerabilities in the published `cortex-postgres` image. A test rebuild confirms that rebuilding reduces the CVE count (via `apt-get upgrade` picking up security patches). Merging this PR triggers the image rebuild and publish pipeline. This PR was created automatically by the `rebuild-postgres` workflow. Co-authored-by: umswmayj <140147670+umswmayj@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | minor | `87.15.2` → `87.16.1` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v87.16.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-87.16.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update Helm release prometheus-node-exporter to v4.56.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7114](https://redirect.github.com/prometheus-community/helm-charts/pull/7114) **Full Changelog**: <prometheus-community/helm-charts@kube-prometheus-stack-87.16.0...kube-prometheus-stack-87.16.1> ### [`v87.16.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-87.16.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7110](https://redirect.github.com/prometheus-community/helm-charts/pull/7110) **Full Changelog**: <prometheus-community/helm-charts@prometheus-node-exporter-4.56.1...kube-prometheus-stack-87.16.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - "after 6pm every weekday,every weekend,before 8am every weekday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cobaltcore-dev/cortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ages (#1043) - Add `extractClusterSelector` method to routers that get the attribute to match on based on the provided object - Use this method for the error log message ```txt # Before no cluster matched for GVK cortex.cloud/v1alpha1, Kind=History # Now no cluster matched for GVK cortex.cloud/v1alpha1, Kind=History: cluster selector `qa-ber-1` did not match any candidate ```
A refactor in the past led to the history creation being before the result was written to the decision object. That caused all our histories to report no host found. I adjusted that and added some tests to catch something like this earlier next time.
…1044) Fix capacity slot counting to use both memory and CPU as binding constraints, not memory alone.
Signed-off-by: Markus Wieland <markus.wieland@sap.com>
Cortex previously made outgoing HTTP requests without identifying
itself, so receiving services couldn't tell who was calling them. This
PR adds a unified, configurable User-Agent (e.g.
`cortex-nova/sha-70af93a8`) to all outgoing requests, set per deployment
via values.yaml.
The tricky part is that cortex has two kinds of HTTP clients. Most
requests go through the shared http.DefaultTransport (via
http.DefaultClient or plain &http.Client{}), which we cover in one shot
at startup with
`httpext.WrapTransport(&http.DefaultTransport).SetOverrideUserAgent(...)`
(from `sapcc/go-bits`). The SSO clients however, build their own
transport and therefore don't share the default one — so they need a
separate mechanism. For those, pkg/sso sets the header on its own
transport via sso.SetUserAgent(...), with sso.WrapUserAgent(rt) for
hand-built transports.
The User-Agent is configured as two fields (component + version) rather
than a single string, so they map cleanly onto the component/version
format of the go-bits lib without any join-then-split. The Helm library
chart defaults them to the release name and chart appVersion (the
deployed image tag), and bundles can override as needed.
bump app version [skip ci] ``` bumped cortex: sha-ee9cd485 -> sha-fc47858e bumped cortex-shim: sha-ee9cd485 -> sha-7e36a65c bumped cortex-postgres: sha-af707446 -> sha-e06153f8 ``` Co-authored-by: SoWieMarkus <44964229+SoWieMarkus@users.noreply.github.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@claude run the /release 1051 command |
|
Claude finished @mblos's task in 14m 47s —— View job Release #1051 Post-Open Summary
Results:
Bumped versions:
Merge order: #1053 (bump) → #1051 (release) → #1055 (changelog) |
Signed-off-by: Markus Wieland <markus.wieland@sap.com>
## Summary - Add changelog entry documenting all component releases included in PR #1051 - Merge after #1051 ## Test plan - [ ] Verify CHANGELOG.md renders correctly on GitHub 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: cortex-ai-agents[bot] <279748396+cortex-ai-agents[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
## Summary - Bump helm chart versions for release PR #1051 - Bumped: cortex 0.3.0→0.3.1, cortex-shim 0.1.6→0.1.7, cortex-postgres 0.6.8→0.6.9, cortex-prometheus-operator 0.2.1→0.2.2, bundles 0.0.80→0.0.81, cortex-placement-shim 0.1.6→0.1.7 - This PR must be merged before #1051 ## Test plan - [ ] Verify all Chart.yaml version bumps are correct - [ ] Ensure CI passes with updated chart versions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: cortex-ai-agents[bot] <279748396+cortex-ai-agents[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
…ase PR (#1058) - simplifies the /release workflow from three deliverables (separate bump PR + changelog PR + description update) to two: a single prep PR combining chart bumps and changelog - updates the release PR description and title --------- Signed-off-by: mblos <marcel.gute@sap.com>
Test Coverage ReportTest Coverage 📊: 70.3% |
|
@claude /release |
|
Claude finished @mblos's task in 3m 23s —— View job Release Orchestrator for PR #1051
Release #1051 — Already Complete ✅All three release deliverables have already been executed:
Bumped versions: cortex 0.3.0→0.3.1, cortex-shim 0.1.6→0.1.7, cortex-postgres 0.6.8→0.6.9, bundles 0.0.80→0.0.81, cortex-placement-shim 0.1.6→0.1.7 No further action needed — the release is ready to merge. |
Changelog
cortex v0.3.1 (sha-fc47858e)
Non-breaking changes:
SkipCommittedResourceTrackingto Options table and failover docs (#1034)cortex-shim v0.1.7 (sha-7e36a65c)
Includes updated image sha-7e36a65c.
cortex-postgres v0.6.9 (sha-e06153f8)
Non-breaking changes:
cortex-nova v0.0.81
Includes updated charts cortex v0.3.1, cortex-postgres v0.6.9.
cortex-cinder v0.0.81
Includes updated charts cortex v0.3.1, cortex-postgres v0.6.9.
cortex-manila v0.0.81
Includes updated charts cortex v0.3.1, cortex-postgres v0.6.9.
cortex-crds v0.0.81
Includes updated chart cortex v0.3.1.
cortex-ironcore v0.0.81
Includes updated chart cortex v0.3.1.
cortex-pods v0.0.81
Includes updated chart cortex v0.3.1.
cortex-placement-shim v0.1.7
Includes updated chart cortex-shim v0.1.7.
Dependencies