Skip to content

Commit ceb3375

Browse files
authored
Bump core to 0.0.52 and bundles to 0.0.65 (#848)
* fix: tolerate unreachable remote clusters during field index setup * fix: CR api responses matching Limes validations * fix: start API server only after cache sync to prevent startup race * fix: Adds Prometheus metrics and alerting for the committed resource
2 parents 98e93e0 + 3cc58a6 commit ceb3375

9 files changed

Lines changed: 21 additions & 36 deletions

File tree

.github/workflows/claude-assistant.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
types: [opened, assigned]
88
pull_request_review_comment:
99
types: [created]
10-
pull_request_review:
11-
types: [submitted]
1210

1311
jobs:
1412
check-allowlist:
@@ -31,6 +29,7 @@ jobs:
3129
3230
claude:
3331
needs: check-allowlist
32+
if: needs.check-allowlist.outputs.allowed == 'true'
3433
runs-on: ubuntu-latest
3534
permissions:
3635
contents: write

.github/workflows/test.yaml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,7 @@ on:
1212
- '*'
1313

1414
jobs:
15-
test-without-docker:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Checkout code
19-
uses: actions/checkout@v6
20-
- name: Set up Go
21-
uses: actions/setup-go@v6
22-
with:
23-
go-version-file: 'go.mod'
24-
- name: Test quickly without Docker
25-
run: go test -v ./...
26-
27-
test-with-docker:
28-
# We don't need to run this longer test if the previous one already failed.
29-
needs: test-without-docker
15+
test:
3016
runs-on: ubuntu-latest
3117
services:
3218
dind:
@@ -40,15 +26,15 @@ jobs:
4026
uses: actions/setup-go@v6
4127
with:
4228
go-version-file: 'go.mod'
43-
- name: Run tests with Docker and calculate coverage
29+
- name: Run tests and calculate coverage
4430
run: |
4531
export GITHUB_ACTIONS=1
4632
export POSTGRES_CONTAINER=1
4733
4834
echo "Running tests..."
4935
go test -v \
5036
-coverpkg=./internal/... \
51-
-coverprofile=profile.cov ./internal/...
37+
-coverprofile=profile.cov ./...
5238
5339
# Exclude e2e files from the coverage profile so they don't
5440
# count against the coverage percentage.

helm/bundles/cortex-cinder/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: cortex-cinder
66
description: A Helm chart deploying Cortex for Cinder.
77
type: application
8-
version: 0.0.64
8+
version: 0.0.65
99
appVersion: 0.1.0
1010
dependencies:
1111
# from: file://../../library/cortex-postgres
@@ -16,12 +16,12 @@ dependencies:
1616
# from: file://../../library/cortex
1717
- name: cortex
1818
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
19-
version: 0.0.51
19+
version: 0.0.52
2020
alias: cortex-knowledge-controllers
2121
# from: file://../../library/cortex
2222
- name: cortex
2323
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
24-
version: 0.0.51
24+
version: 0.0.52
2525
alias: cortex-scheduling-controllers
2626

2727
# Owner info adds a configmap to the kubernetes cluster with information on

helm/bundles/cortex-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ apiVersion: v2
55
name: cortex-crds
66
description: A Helm chart deploying Cortex CRDs.
77
type: application
8-
version: 0.0.64
8+
version: 0.0.65
99
appVersion: 0.1.0
1010
dependencies:
1111
# from: file://../../library/cortex
1212
- name: cortex
1313
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
14-
version: 0.0.51
14+
version: 0.0.52
1515

1616
# Owner info adds a configmap to the kubernetes cluster with information on
1717
# the service owner. This makes it easier to find out who to contact in case

helm/bundles/cortex-ironcore/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ apiVersion: v2
55
name: cortex-ironcore
66
description: A Helm chart deploying Cortex for IronCore.
77
type: application
8-
version: 0.0.64
8+
version: 0.0.65
99
appVersion: 0.1.0
1010
dependencies:
1111
# from: file://../../library/cortex
1212
- name: cortex
1313
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
14-
version: 0.0.51
14+
version: 0.0.52
1515

1616
# Owner info adds a configmap to the kubernetes cluster with information on
1717
# the service owner. This makes it easier to find out who to contact in case

helm/bundles/cortex-manila/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: cortex-manila
66
description: A Helm chart deploying Cortex for Manila.
77
type: application
8-
version: 0.0.64
8+
version: 0.0.65
99
appVersion: 0.1.0
1010
dependencies:
1111
# from: file://../../library/cortex-postgres
@@ -16,12 +16,12 @@ dependencies:
1616
# from: file://../../library/cortex
1717
- name: cortex
1818
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
19-
version: 0.0.51
19+
version: 0.0.52
2020
alias: cortex-knowledge-controllers
2121
# from: file://../../library/cortex
2222
- name: cortex
2323
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
24-
version: 0.0.51
24+
version: 0.0.52
2525
alias: cortex-scheduling-controllers
2626

2727
# Owner info adds a configmap to the kubernetes cluster with information on

helm/bundles/cortex-nova/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: cortex-nova
66
description: A Helm chart deploying Cortex for Nova.
77
type: application
8-
version: 0.0.64
8+
version: 0.0.65
99
appVersion: 0.1.0
1010
dependencies:
1111
# from: file://../../library/cortex-postgres
@@ -16,12 +16,12 @@ dependencies:
1616
# from: file://../../library/cortex
1717
- name: cortex
1818
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
19-
version: 0.0.51
19+
version: 0.0.52
2020
alias: cortex-knowledge-controllers
2121
# from: file://../../library/cortex
2222
- name: cortex
2323
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
24-
version: 0.0.51
24+
version: 0.0.52
2525
alias: cortex-scheduling-controllers
2626

2727
# Owner info adds a configmap to the kubernetes cluster with information on

helm/bundles/cortex-pods/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ apiVersion: v2
55
name: cortex-pods
66
description: A Helm chart deploying Cortex for Pods.
77
type: application
8-
version: 0.0.64
8+
version: 0.0.65
99
appVersion: 0.1.0
1010
dependencies:
1111
# from: file://../../library/cortex
1212
- name: cortex
1313
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
14-
version: 0.0.51
14+
version: 0.0.52
1515

1616
# Owner info adds a configmap to the kubernetes cluster with information on
1717
# the service owner. This makes it easier to find out who to contact in case

helm/library/cortex/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cortex
33
description: A Helm chart to distribute cortex.
44
type: application
5-
version: 0.0.51
6-
appVersion: "sha-8dd7100b"
5+
version: 0.0.52
6+
appVersion: "sha-295edcd8"
77
icon: "https://example.com/icon.png"
88
dependencies: []

0 commit comments

Comments
 (0)