-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: hoverkraft-tech/ci-github-container
base: 0.30.1
head repository: hoverkraft-tech/ci-github-container
compare: 0.30.2
- 11 commits
- 30 files changed
- 5 contributors
Commits on Dec 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for abdba53 - Browse repository at this point
Copy the full SHA abdba53View commit details
Commits on Dec 2, 2025
-
chore(helm/generate-docs): remove useless duplicate markdown lint fix
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
Configuration menu - View commit details
-
Copy full SHA for 3ae063e - Browse repository at this point
Copy the full SHA 3ae063eView commit details -
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1a1e993 - Browse repository at this point
Copy the full SHA 1a1e993View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6fba2ae - Browse repository at this point
Copy the full SHA 6fba2aeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f79a217 - Browse repository at this point
Copy the full SHA f79a217View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 197978c - Browse repository at this point
Copy the full SHA 197978cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d97e4ed - Browse repository at this point
Copy the full SHA d97e4edView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0bd0d88 - Browse repository at this point
Copy the full SHA 0bd0d88View commit details
Commits on Dec 3, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for e18a340 - Browse repository at this point
Copy the full SHA e18a340View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dd53725 - Browse repository at this point
Copy the full SHA dd53725View commit details -
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d706f27 - Browse repository at this point
Copy the full SHA d706f27View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.30.1...0.30.2