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: hoverkraft-tech/ci-github-container
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.30.1
Choose a base ref
...
head repository: hoverkraft-tech/ci-github-container
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.30.2
Choose a head ref
  • 11 commits
  • 30 files changed
  • 5 contributors

Commits on Dec 1, 2025

  1. chore(deps): bump express in /actions/helm/generate-docs

    Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.1.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@v5.1.0...v5.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-version: 5.2.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    abdba53 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. chore(helm/generate-docs): remove useless duplicate markdown lint fix

    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    neilime committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    3ae063e View commit details
    Browse the repository at this point in the history
  2. docs: update actions and workflows documentation

    [skip ci]
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    hoverkraft-bot[bot] committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    1a1e993 View commit details
    Browse the repository at this point in the history
  3. fix: disable MD060 rule in helm-docs default markdownlint config

    MD060 (table-column-style) conflicts with Prettier's table formatting
    and cannot be auto-fixed. This rule requires aligned table pipes,
    but Prettier removes alignment padding when formatting markdown.
    
    Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
    Copilot and neilime committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    6fba2ae View commit details
    Browse the repository at this point in the history
  4. fix: reorder markdown processing to run prettier after markdownlint

    Changed the order of steps in generate-docs action:
    - Old order: textlint → prettier → markdownlint --fix → validate
    - New order: textlint → markdownlint --fix → prettier → validate
    
    This ensures prettier's table formatting (with aligned columns) is
    the final result before validation, avoiding MD060 lint errors.
    
    Also added ignoreReturnCode: true to markdownlint fix step so it
    doesn't fail on unfixable issues before prettier can format.
    
    Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
    Copilot and neilime committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    f79a217 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump hoverkraft-tech/ci-github-publish/.github/workflows…

    …/release-actions.yml
    
    Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish).
    
    
    Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.17.0 to 0.17.1
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases)
    - [Commits](hoverkraft-tech/ci-github-publish@5358acd...d7f1c4c)
    
    ---
    updated-dependencies:
    - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml
      dependency-version: 0.17.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    197978c View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump @modelcontextprotocol/sdk

    Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.22.0 to 1.24.0.
    - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
    - [Commits](modelcontextprotocol/typescript-sdk@1.22.0...1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@modelcontextprotocol/sdk"
      dependency-version: 1.24.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    d97e4ed View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump actions/checkout

    Bumps the github-actions-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 6.0.0 to 6.0.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1af3b93...8e8c483)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    0bd0d88 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. chore(deps): bump the npm-dependencies group across 1 directory with …

    …3 updates
    
    Bumps the npm-dependencies group with 3 updates in the /actions/helm/generate-docs directory: [@textlint/textlint-plugin-markdown](https://github.com/textlint/textlint), [prettier](https://github.com/prettier/prettier) and [textlint](https://github.com/textlint/textlint).
    
    
    Updates `@textlint/textlint-plugin-markdown` from 15.4.0 to 15.4.1
    - [Release notes](https://github.com/textlint/textlint/releases)
    - [Commits](textlint/textlint@v15.4.0...v15.4.1)
    
    Updates `prettier` from 3.7.3 to 3.7.4
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.7.3...3.7.4)
    
    Updates `textlint` from 15.4.0 to 15.4.1
    - [Release notes](https://github.com/textlint/textlint/releases)
    - [Commits](textlint/textlint@v15.4.0...v15.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@textlint/textlint-plugin-markdown"
      dependency-version: 15.4.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: prettier
      dependency-version: 3.7.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: textlint
      dependency-version: 15.4.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    e18a340 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the github-actions-dependencies group across 7 dire…

    …ctories with 6 updates
    
    Bumps the github-actions-dependencies group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.2` | `0.31.3` |
    | [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.2` | `0.31.3` |
    | [hoverkraft-tech/ci-github-common/.github/workflows/linter.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.2` | `0.31.3` |
    | [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.2` | `0.31.3` |
    | [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.2` | `0.31.3` |
    
    Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
    Bumps the github-actions-dependencies group with 1 update in the /actions/docker/get-image-metadata directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
    Bumps the github-actions-dependencies group with 1 update in the /actions/docker/prune-pull-requests-image-tags directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
    Bumps the github-actions-dependencies group with 1 update in the /actions/helm/generate-docs directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
    Bumps the github-actions-dependencies group with 2 updates in the /actions/helm/release-chart directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [actions/setup-node](https://github.com/actions/setup-node).
    Bumps the github-actions-dependencies group with 1 update in the /actions/helm/test-chart directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
    
    
    Updates `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `hoverkraft-tech/ci-github-common/.github/workflows/linter.yml` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    Updates `actions/setup-node` from 6.0.0 to 6.1.0
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@2028fbc...395ad32)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.31.2 to 0.31.3
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@2d3c39a...5ac5046)
    
    ---
    updated-dependencies:
    - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: actions/setup-node
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-version: 0.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    dd53725 View commit details
    Browse the repository at this point in the history
  3. docs: update actions and workflows documentation

    [skip ci]
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    hoverkraft-bot[bot] committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    d706f27 View commit details
    Browse the repository at this point in the history
Loading