chore: enhance dependency configuration and tooling#737
Merged
jakobmoellerdev merged 2 commits intoAug 29, 2025
Merged
Conversation
#### What this PR does / why we need it - Introduced additional tool version definitions in `.env` to improve version management. - Refined `Taskfile.yml` to ensure version consistency for tools such as `golangci-lint`. - Updated `renovate.json5` files to support better automation, including custom datasources and regex managers. - Removed redundant environment variables from `controller/Taskfile.yml` as they are now centrally managed. - Simplified workflows in `ci.yml` to align with updated configuration. These changes improve dependency tracking, tooling automation, and configuration clarity. Signed-off-by: Jakob Möller <jakob.moeller@sap.com>
d2b36aa to
f52eed1
Compare
#### What this PR does / why we need it - Replaced hardcoded Kubernetes version with `ENVTEST_K8S_VERSION` environment variable in test suite configurations. - Ensures flexibility and allows dynamic configuration for testing across different Kubernetes versions. - Applied changes across multiple test suites consistently. Signed-off-by: Jakob Möller <jakob.moeller@sap.com>
e6a3489 to
b65122a
Compare
Member
Author
|
ci will always fail because we use pull_request_target for the CI job here, might have to force this in |
658ce18
into
open-component-model:main
14 of 15 checks passed
jakobmoellerdev
added a commit
to jakobmoellerdev/open-component-model
that referenced
this pull request
Mar 5, 2026
…n-component-model#737) Prepare doc-sync for open-component-model#1886 and unify callout boxes for a fancy look. --------- Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com> chore: update Postgres version, enhance security, and refine conformance tasks Upgrade PostgreSQL to version 18. Add missing error handling, stricter database connection logic, and default password management notes. Improve task definitions with `helm --wait` flags, dependency checks, and secret creation steps. Fix content sanitization in Notes app. Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
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.
What this PR does / why we need it
.envto improve version management.Taskfile.ymlto ensure version consistency for tools such asgolangci-lint.renovate.json5files to support better automation, including custom datasources and regex managers.controller/Taskfile.ymlas they are now centrally managed.ci.ymlto align with updated configuration.Which issue(s) this PR fixes
These changes improve dependency tracking, tooling automation, and configuration clarity.