Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/check-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

jobs:
lint:
# Pinned to ubuntu-24.04 so the pre-installed helm and yq versions are
# Pinned to ubuntu-26.04 so the pre-installed helm and yq versions are
# stable. helm and yq come from the base runner image (no install step
# needed); promtool is installed by the peimanja action below.
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: actions/checkout@v7

Expand Down
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Changelog

## 2026-09-21 — [#1222](https://github.com/cobaltcore-dev/cortex/pull/1222)

### cortex v0.4.4 (sha-d4309076)

Non-breaking changes:
- Update `github.com/gophercloud/gophercloud/v2` to v2.15.0 ([#1218](https://github.com/cobaltcore-dev/cortex/pull/1218))
- Update `github.com/ironcore-dev/ironcore` to v0.7.0 ([#1218](https://github.com/cobaltcore-dev/cortex/pull/1218))
- Update `go.xyrillian.de/gg` to v1.16.0 ([#1215](https://github.com/cobaltcore-dev/cortex/pull/1215))
- Update `github.com/sapcc/go-bits` ([#1214](https://github.com/cobaltcore-dev/cortex/pull/1214))
- Update `github.com/sapcc/go-api-declarations` to v1.25.1 ([#1207](https://github.com/cobaltcore-dev/cortex/pull/1207))
- Update `sigs.k8s.io/controller-runtime` to v0.25.1 ([#1201](https://github.com/cobaltcore-dev/cortex/pull/1201))
- Bump Go module dependencies ([#1216](https://github.com/cobaltcore-dev/cortex/pull/1216))

### cortex-postgres v0.6.17 (sha-f3d9a8b4)

Non-breaking changes:
- Rebuild image with updated `debian:trixie-slim` base ([#1220](https://github.com/cobaltcore-dev/cortex/pull/1220))

### cortex-shim v0.1.19 (sha-d4309076)

Non-breaking changes:
- Refine placement API shim alerts — removed duplicate `CortexPlacementShimUpstreamUnreachable` alert and renamed `CortexPlacementShimUpstreamHttp5xxTooHigh` to `CortexPlacementShimUpstreamHttp500sTooHigh` for consistency ([#1211](https://github.com/cobaltcore-dev/cortex/pull/1211))
- Add playbook link for shim multicluster alerts ([#1212](https://github.com/cobaltcore-dev/cortex/pull/1212))
- Shared binary rebuild with updated Go dependencies

### cortex-placement-shim v0.1.19

Includes updated chart cortex-shim v0.1.19.

### cortex-nova v0.0.93

Includes updated charts cortex v0.4.4 and cortex-postgres v0.6.17.

### cortex-cinder v0.0.93

Includes updated charts cortex v0.4.4 and cortex-postgres v0.6.17.

### cortex-manila v0.0.93

Includes updated charts cortex v0.4.4 and cortex-postgres v0.6.17.

### cortex-crds v0.0.93

Includes updated chart cortex v0.4.4.

### cortex-ironcore v0.0.93

Includes updated chart cortex v0.4.4.

### cortex-pods v0.0.93

Includes updated chart cortex v0.4.4.

## 2026-09-15 — [#1208](https://github.com/cobaltcore-dev/cortex/pull/1208)

### cortex v0.4.3 (sha-83e5f5ec)
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* arno.uhlig@sap.com julius.clausnitzer@sap.com malte.viering@sap.com marcel.gute@sap.com markus.wieland@sap.com p.matthes@sap.com konstantin.gasser@sap.com
* arno.uhlig@sap.com julius.clausnitzer@sap.com malte.viering@sap.com marcel.gute@sap.com markus.wieland@sap.com p.matthes@sap.com
62 changes: 31 additions & 31 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ require (
github.com/go-gorp/gorp v2.2.0+incompatible
github.com/go-logr/logr v1.4.4
github.com/google/uuid v1.6.0
github.com/gophercloud/gophercloud/v2 v2.14.0
github.com/ironcore-dev/ironcore v0.6.1
github.com/gophercloud/gophercloud/v2 v2.15.0
github.com/ironcore-dev/ironcore v0.7.0
github.com/lib/pq v1.12.3
github.com/mattn/go-sqlite3 v1.14.52
github.com/ory/dockertest v3.3.5+incompatible
github.com/prometheus/client_golang v1.24.1
github.com/prometheus/client_model v0.6.3
github.com/sapcc/go-api-declarations v1.25.0
github.com/sapcc/go-bits v0.0.0-20260908173957-572b68774a1c
github.com/sapcc/go-api-declarations v1.25.1
github.com/sapcc/go-bits v0.0.0-20260917095256-d8aaf2d73069
go.uber.org/zap v1.28.0
go.xyrillian.de/gg v1.15.0
go.xyrillian.de/gg v1.16.0
golang.org/x/sync v0.23.0
golang.org/x/term v0.46.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.37.0
k8s.io/apimachinery v0.37.0
k8s.io/client-go v0.37.0
sigs.k8s.io/controller-runtime v0.25.0
sigs.k8s.io/controller-runtime v0.25.1
)

require (
Expand All @@ -45,32 +45,32 @@ require (
github.com/docker/go-units v0.5.0 // indirect
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/felixge/httpsnoop v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/fxamacker/cbor/v2 v2.9.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-logr/zapr v1.3.0 // indirect
github.com/go-openapi/jsonpointer v1.0.0 // indirect
github.com/go-openapi/jsonreference v1.0.0 // indirect
github.com/go-openapi/swag v0.27.1 // indirect
github.com/go-openapi/swag/cmdutils v0.27.1 // indirect
github.com/go-openapi/swag/conv v0.27.1 // indirect
github.com/go-openapi/swag/fileutils v0.27.1 // indirect
github.com/go-openapi/swag/jsonutils v0.27.1 // indirect
github.com/go-openapi/swag/loading v0.27.1 // indirect
github.com/go-openapi/swag/mangling v0.27.1 // indirect
github.com/go-openapi/swag/netutils v0.27.1 // indirect
github.com/go-openapi/swag/pools v0.27.1 // indirect
github.com/go-openapi/swag/stringutils v0.27.1 // indirect
github.com/go-openapi/swag/typeutils v0.27.1 // indirect
github.com/go-openapi/swag/yamlutils v0.27.1 // indirect
github.com/go-openapi/swag v0.28.0 // indirect
github.com/go-openapi/swag/cmdutils v0.28.0 // indirect
github.com/go-openapi/swag/conv v0.28.0 // indirect
github.com/go-openapi/swag/fileutils v0.28.0 // indirect
github.com/go-openapi/swag/jsonutils v0.28.0 // indirect
github.com/go-openapi/swag/loading v0.28.0 // indirect
github.com/go-openapi/swag/mangling v0.28.0 // indirect
github.com/go-openapi/swag/netutils v0.28.0 // indirect
github.com/go-openapi/swag/pools v0.28.0 // indirect
github.com/go-openapi/swag/stringutils v0.28.0 // indirect
github.com/go-openapi/swag/typeutils v0.28.0 // indirect
github.com/go-openapi/swag/yamlutils v0.28.0 // indirect
github.com/go-sql-driver/mysql v1.10.0 // indirect
github.com/google/cel-go v0.29.2 // indirect
github.com/google/gnostic-models v0.7.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.30.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand All @@ -93,14 +93,14 @@ require (
github.com/x448/float16 v0.8.4 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 // indirect
go.opentelemetry.io/otel v1.44.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 // indirect
go.opentelemetry.io/otel/metric v1.44.0 // indirect
go.opentelemetry.io/otel/sdk v1.44.0 // indirect
go.opentelemetry.io/otel/trace v1.44.0 // indirect
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0 // indirect
go.opentelemetry.io/otel v1.46.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.46.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.46.0 // indirect
go.opentelemetry.io/otel/metric v1.46.0 // indirect
go.opentelemetry.io/otel/sdk v1.46.0 // indirect
go.opentelemetry.io/otel/trace v1.46.0 // indirect
go.opentelemetry.io/proto/otlp v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
Expand All @@ -112,9 +112,9 @@ require (
golang.org/x/text v0.41.0 // indirect
golang.org/x/time v0.15.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/grpc v1.83.1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260819154853-08b0e4226688 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260819154853-08b0e4226688 // indirect
google.golang.org/grpc v1.83.2 // indirect
google.golang.org/protobuf v1.36.12 // indirect
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
Loading
Loading