Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hack23/cia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2026.3.16
Choose a base ref
...
head repository: Hack23/cia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2026.3.18
Choose a head ref
  • 11 commits
  • 70 files changed
  • 4 contributors

Commits on Mar 17, 2026

  1. build(deps): bump release-drafter/release-drafter from 7.0.0 to 7.1.0 (

    …#8465)
    
    Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 7.0.0 to 7.1.0.
    - [Release notes](https://github.com/release-drafter/release-drafter/releases)
    - [Commits](release-drafter/release-drafter@3a7fb5c...44a942e)
    
    ---
    updated-dependencies:
    - dependency-name: release-drafter/release-drafter
      dependency-version: 7.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    8b065cb View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump io.grpc:grpc-context from 1.79.0 to 1.80.0 (#8468)

    Bumps [io.grpc:grpc-context](https://github.com/grpc/grpc-java) from 1.79.0 to 1.80.0.
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](grpc/grpc-java@v1.79.0...v1.80.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-context
      dependency-version: 1.80.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    d61c07a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump org.jboss.logmanager:jboss-logmanager (#8467)

    Bumps [org.jboss.logmanager:jboss-logmanager](https://github.com/jboss-logging/jboss-logmanager) from 3.2.1.Final to 3.2.2.Final.
    - [Release notes](https://github.com/jboss-logging/jboss-logmanager/releases)
    - [Commits](jboss-logging/jboss-logmanager@v3.2.1.Final...v3.2.2.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.jboss.logmanager:jboss-logmanager
      dependency-version: 3.2.2.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    3bd2db4 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump org.jboss.logging:jboss-logging (#8466)

    Bumps [org.jboss.logging:jboss-logging](https://github.com/jboss-logging/jboss-logging) from 3.6.2.Final to 3.6.3.Final.
    - [Release notes](https://github.com/jboss-logging/jboss-logging/releases)
    - [Commits](jboss-logging/jboss-logging@v3.6.2.Final...v3.6.3.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.jboss.logging:jboss-logging
      dependency-version: 3.6.3.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    23b37a4 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump com.ibm.icu:icu4j from 78.2 to 78.3 (#8469)

    Bumps [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) from 78.2 to 78.3.
    - [Release notes](https://github.com/unicode-org/icu/releases)
    - [Commits](unicode-org/icu@release-78.2...release-78.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.ibm.icu:icu4j
      dependency-version: '78.3'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    8cd2d64 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Fix CI JDK resolution by switching setup-java to Temurin 26-ea (#8470)

    * Initial plan
    
    * feat: update all configs, workflows, and docs to use Java 26 with roadmap
    
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    
    * fix: correct Java LTS cadence (29/33 not 27/31), pin action SHAs, fix profile docs
    
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    
    * fix: use Java 26 EA in GitHub workflows
    
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    7440732 View commit details
    Browse the repository at this point in the history
  2. Refactor workflow by removing Chrome and Playwright setup

    Removed Google Chrome installation and related validation steps from the setup workflow. Eliminated Xvfb startup and Playwright browser installation.
    
    Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
    pethers authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    7e5c76e View commit details
    Browse the repository at this point in the history
  3. build(deps): bump bridgecrewio/checkov-action (#8471)

    Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3088.0 to 12.3089.0.
    - [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
    - [Commits](bridgecrewio/checkov-action@f9b0a22...2fd3901)
    
    ---
    updated-dependencies:
    - dependency-name: bridgecrewio/checkov-action
      dependency-version: 12.3089.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: James Pether Sörling <pethers@users.noreply.github.com>
    dependabot[bot] and pethers authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    6f24fab View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/cache from 5.0.3 to 5.0.4 (#8472)

    Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@cdf6c1f...6682284)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: 5.0.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: James Pether Sörling <pethers@users.noreply.github.com>
    dependabot[bot] and pethers authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    d364a69 View commit details
    Browse the repository at this point in the history
  5. Change JDK version to 26-ea in release workflow

    Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
    pethers authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    7b29e51 View commit details
    Browse the repository at this point in the history
  6. Automated Release 2026.3.18

    pethers authored and github-actions[bot] committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    83b1e15 View commit details
    Browse the repository at this point in the history
Loading