diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8eaab65..14fa023 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,11 +30,11 @@ jobs: - name: task generate run: | - task generate + task generate --verbose git diff --exit-code - name: task validate - run: task validate + run: task validate --verbose - name: task test - run: task test + run: task test --verbose diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0adf08b..29047e5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -76,12 +76,12 @@ jobs: - name: Build and Push Images run: | - task build:img:all + task build:img:all --verbose - name: Package and Push Helm Charts run: | - task build:helm:all + task build:helm:all --verbose - name: Build and Push OCM Component run: | - task build:ocm:all + task build:ocm:all --verbose diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1dd8c0b..0de3ba6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -101,7 +101,7 @@ jobs: - name: Push dev VERSION if: ${{ env.SKIP != 'true' }} run: | - task release:set-version -- "${{ env.version }}-dev" + task release:set-version --verbose -- "${{ env.version }}-dev" git config user.name "${{ env.AUTHOR_NAME }}" git config user.email "${{ env.AUTHOR_EMAIL }}" git add VERSION diff --git a/VERSION b/VERSION index f102c24..4adac1c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.26.4-dev \ No newline at end of file +v0.26.5 \ No newline at end of file diff --git a/charts/mcp-operator/Chart.yaml b/charts/mcp-operator/Chart.yaml index 1f0e24e..6313241 100644 --- a/charts/mcp-operator/Chart.yaml +++ b/charts/mcp-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mcp-operator description: A Helm chart for the mcp-operator type: application -version: v0.26.4 -appVersion: v0.26.4 +version: v0.26.5 +appVersion: v0.26.5 home: https://github.com/openmcp-project/mcp-operator sources: - https://github.com/openmcp-project/mcp-operator \ No newline at end of file diff --git a/charts/mcp-operator/values.yaml b/charts/mcp-operator/values.yaml index 9130691..6e55cfd 100644 --- a/charts/mcp-operator/values.yaml +++ b/charts/mcp-operator/values.yaml @@ -14,7 +14,7 @@ deployment: image: repository: ghcr.io/openmcp-project/github.com/openmcp-project/mcp-operator/images/mcp-operator - tag: v0.26.4 + tag: v0.26.5 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/go.mod b/go.mod index 0f9fb05..f0a8f8f 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/onsi/gomega v1.36.2 github.com/openmcp-project/control-plane-operator v0.1.4 github.com/openmcp-project/controller-utils v0.4.2 - github.com/openmcp-project/mcp-operator/api v0.26.4 + github.com/openmcp-project/mcp-operator/api v0.26.5 github.com/spf13/cobra v1.9.1 github.com/spf13/pflag v1.0.6 github.com/stretchr/testify v1.10.0 diff --git a/hack/common b/hack/common index 831ca8d..d31ac26 160000 --- a/hack/common +++ b/hack/common @@ -1 +1 @@ -Subproject commit 831ca8db0244950020df419bcc6663dae63621da +Subproject commit d31ac26200e4ec41657aaf6f223dac12f2bdc893