Conversation
- Upgrade SBT 1.6.2 → 1.10.11 - Upgrade Scala 2.13.10 → 2.13.16, 2.12.17 → 2.12.20 - Upgrade scalafmt 3.6.1 → 3.8.6 - Upgrade sbt-release 1.1.0 → 1.4.0 - Add sbt-scalafmt plugin 2.5.4 - Modernize CI: actions/checkout@v4, actions/setup-java@v4 - Add scalafmt check and test steps to CI - Add munit test dependencies and basic unit tests - Upgrade release-drafter v5 → v6
Replace kaluza-github-actions with standard setup-java and sbt/setup-sbt actions, following the pattern used in http4s-oauth2.
jensraaby
force-pushed
the
compliance/toolchain-upgrade-master
branch
from
January 30, 2026 12:58
bf002c5 to
5bf05bb
Compare
Add 6 integration tests that verify actual K8s API calls work correctly. Tests are marked as .ignore for CI since they require a running cluster. To run locally with a cluster: 1. Start Colima with K8s: colima start --kubernetes 2. Create test fixtures in secrets-test and pizza namespaces 3. Remove .ignore from test names and run sbt +test
jensraaby
force-pushed
the
compliance/toolchain-upgrade-master
branch
from
January 30, 2026 13:32
011ae19 to
e15dffd
Compare
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.
Summary
Brings the Ciris 2.x branch (master) into compliance with updated toolchain and modernized CI.
Changes
Toolchain Upgrades
CI Improvements
actions/checkout@v1with@v4olafurpg/setup-scala@v10withactions/setup-java@v4sbt-scalafmtplugin and scalafmt check stepTests
munitandmunit-cats-effecttest dependenciessecretInNamespaceandconfigMapInNamespaceTesting