Raffaele Di Fazio
fffb9b4f1b
ci: replace pre-commit with file-hygiene script
...
The pre-commit/action@v3 used actions/cache@v4 internally, which the
repository's security policy forbids because it is not SHA-pinned.
Remove the pre-commit dependency entirely by:
* deleting .pre-commit-config.yaml
* replacing the pre-commit CI step with a new scripts/file-hygiene.sh
that implements the equivalent checks (trailing whitespace, EOF
newline, BOM, CR, merge markers, large files, case collisions,
broken symlinks, shebang/executable consistency, submodule ban)
* removing the pre-commit Makefile targets and adding a file-hygiene
target
* removing pre-commit from the renovate configuration
Markdown linting is already handled by the dedicated markdownlint step
in the lint workflow, so no replacement is needed for that hook.
2026-04-17 09:29:25 +02:00
Michel Loiseleur
a770f18841
ci(docs): use latest as alias ( #6352 )
2026-04-07 00:15:30 +05:30
Ivan Ka
1ef8ccf768
docs(ci): validate docs build on PRs targeting master ( #6351 )
...
* ci: validate docs build on PRs targeting master
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* ci: validate docs build on PRs targeting master
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* ci: validate docs build on PRs targeting master
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* ci: validate docs build on PRs targeting master
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* ci: validate docs build on PRs targeting master
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* ci: validate docs build on PRs targeting master
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* ci: validate docs build on PRs targeting master
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2026-04-06 20:29:33 +05:30
Michel Loiseleur
e1817f2cdc
docs: fix deps, build & links warning ( #6350 )
...
* docs: fix deps, build & links warning
* fix ci
* add doc for local build
2026-04-06 18:45:29 +05:30
Ivan Ka
a3a692aa97
ci: read golangci-lint version from scripts/install-tools.sh in lint workflow ( #6347 )
...
* chore(ci): read golangci-lint version from scripts/install-tools.sh in lint workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(ci): read golangci-lint version from scripts/install-tools.sh in lint workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2026-04-06 14:01:30 +05:30
dependabot[bot]
e8479db7f9
chore(deps): bump the dev-dependencies group with 5 updates ( #6330 )
...
Bumps the dev-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `6.0.1` | `6.0.2` |
| [actions/setup-go](https://github.com/actions/setup-go ) | `6.3.0` | `6.4.0` |
| [renovatebot/github-action](https://github.com/renovatebot/github-action ) | `46.1.4` | `46.1.7` |
| [actions/setup-python](https://github.com/actions/setup-python ) | `6.0.0` | `6.2.0` |
| [azure/setup-helm](https://github.com/azure/setup-helm ) | `4.3.1` | `5.0.0` |
Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6.0.1...de0fac2e4500dabe0009e67214ff5f5447ce83dd )
Updates `actions/setup-go` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v6.3.0...v6.4.0 )
Updates `renovatebot/github-action` from 46.1.4 to 46.1.7
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](0b17c4eb90...3633cede7d )
Updates `actions/setup-python` from 6.0.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v6...a309ff8b426b58ec0e2a45f0f869d46889d02405 )
Updates `azure/setup-helm` from 4.3.1 to 5.0.0
- [Release notes](https://github.com/azure/setup-helm/releases )
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md )
- [Commits](1a275c3b69...dda3372f75 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: actions/setup-go
dependency-version: 6.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: renovatebot/github-action
dependency-version: 46.1.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: actions/setup-python
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: azure/setup-helm
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 12:54:14 +05:30
Michel Loiseleur
d9f2e95076
ci: finish gha pinning ( #6327 )
2026-03-30 12:38:14 +05:30
Ivan Ka
5dd8369d29
ci: validate Go version consistency across cloudbuild.yaml, go.mod, and go.tool.mod ( #6323 )
...
* ci: validate Go version consistency across cloudbuild.yaml, go.mod, and go.tool.mod
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* ci: validate Go version consistency across cloudbuild.yaml, go.mod, and go.tool.mod
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* ci: validate Go version consistency across cloudbuild.yaml, go.mod, and go.tool.mod
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2026-03-30 02:10:12 +05:30
vflaux
84198f906c
chore(lint): update golanci-lint ( #6320 )
...
* chore(lint): update golangci-lint
* fix(lint): make golangci-lint happy
2026-03-28 19:00:11 +05:30
Raffaele Di Fazio
a6266dd5ff
Minimize GitHub Actions workflow permissions ( #6319 )
...
Apply principle of least privilege across all workflows:
- end-to-end-tests.yml: add missing permissions (contents: read)
- dependency-update.yaml: add missing permissions (contents: read)
- lint-test-chart.yaml: replace top-level read-all with permissions: {}
- release-chart.yaml: replace top-level read-all with permissions: {}
- codeql-analysis.yaml: remove unused actions: read
- lint.yaml: remove unused pull-requests: read
- staging-image-tester.yaml: remove unused checks: write (no goveralls step)
2026-03-27 23:22:47 +05:30
Raffaele Di Fazio
109fd6559f
Pin all GitHub Actions to commit SHAs per Kubernetes policy ( #6316 )
...
Pin all uses: references in workflow files to 40-character commit
SHA hashes instead of mutable tags, as required by the Kubernetes
GitHub Actions security policy.
Actions pinned:
- actions/setup-go v6.3.0
- actions/setup-python v6
- actions/checkout v6
- coverallsapp/github-action v2
- github/codeql-action v4
- golangci/golangci-lint-action v9
- GrantBirki/json-yaml-validate v4.0.0
- nosborn/github-action-markdown-cli v3.5.0
- pre-commit/action v3.0.1
- renovatebot/github-action v46.1.4
2026-03-27 20:14:47 +05:30
dependabot[bot]
b5f298c1c7
chore(deps): bump renovatebot/github-action ( #6243 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 46.1.2 to 46.1.3
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v46.1.2...v46.1.3 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 46.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-14 22:39:35 +05:30
dependabot[bot]
ac091a58b5
chore(deps): bump the dev-dependencies group across 1 directory with 3 updates ( #6226 )
...
Bumps the dev-dependencies group with 3 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go ), [renovatebot/github-action](https://github.com/renovatebot/github-action ) and [helm/kind-action](https://github.com/helm/kind-action ).
Updates `actions/setup-go` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v6.2.0...v6.3.0 )
Updates `renovatebot/github-action` from 44.2.4 to 46.1.2
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v44.2.4...v46.1.2 )
Updates `helm/kind-action` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](92086f6be0...ef37e7f390 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: renovatebot/github-action
dependency-version: 46.1.2
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: helm/kind-action
dependency-version: 1.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-27 13:33:55 +05:30
Ivan Ka
0555692bce
fix(ci): failed to download the coveralls binary from GitHub releases ( #6228 )
...
* fix(ci): failed to download the coveralls binary from GitHub releases
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(ci): failed to download the coveralls binary from GitHub releases
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(ci): failed to download the coveralls binary from GitHub releases
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2026-02-26 16:04:25 +05:30
dependabot[bot]
fb038012ba
chore(deps): bump the dev-dependencies group across 1 directory with 2 updates ( #6116 )
...
Bumps the dev-dependencies group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go ) and [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `actions/setup-go` from 5.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5.1.0...v6.2.0 )
Updates `renovatebot/github-action` from 44.2.3 to 44.2.4
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v44.2.3...v44.2.4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: renovatebot/github-action
dependency-version: 44.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 14:01:11 +05:30
Ivan Ka
73e0dbaa20
chore(tools): CRD generation script moved and add validation workflow ( #6079 )
...
* chore(tools): refactor CRD generation and add validation workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(tools): refactor CRD generation and add validation workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(tools): refactor CRD generation and add validation workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(tools): refactor CRD generation and add validation workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(tools): refactor CRD generation and add validation workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(tools): refactor CRD generation and add validation workflow
Co-authored-by: vflaux <38909103+vflaux@users.noreply.github.com>
* chore(tools): refactor CRD generation and add validation workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(tools): refactor CRD generation and add validation workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(tools): refactor CRD generation and add validation workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(tools): refactor CRD generation and add validation workflow
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* chore(tools): refactor CRD generation and add validation workflow
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(tools): refactor CRD generation and add validation workflow
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
Co-authored-by: vflaux <38909103+vflaux@users.noreply.github.com>
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2026-01-16 02:25:14 +05:30
dependabot[bot]
f22bdd0510
chore(deps): bump renovatebot/github-action ( #6080 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 44.2.2 to 44.2.3
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v44.2.2...v44.2.3 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 44.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 13:47:38 +05:30
dependabot[bot]
4ffd7a9442
chore(deps): bump renovatebot/github-action ( #6064 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 44.2.1 to 44.2.2
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v44.2.1...v44.2.2 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 44.2.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-30 14:54:34 +05:30
Ivan Ka
a23f2d5a9a
chore(lint): configure modernize linter ( #6035 )
...
* chore(lint): configure modernize linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(lint): configure modernize linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(lint): modernize linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(lint): configure modernize linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-12-27 22:04:33 +05:30
Andy Lim
81cf4da7aa
fix(chart): ptsc indentation ( #6054 )
...
* fix Helm chart PTSC indentation
* added unittest and skip verify for helm plugins
* fix: correct Helm unittest command indentation
* updated CHANGELOG
* fixed grammar
2025-12-26 14:40:33 +05:30
dependabot[bot]
23a370a7be
chore(deps): bump renovatebot/github-action ( #6051 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 44.2.0 to 44.2.1
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v44.2.0...v44.2.1 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 44.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-23 13:52:32 +05:30
Ivan Ka
031b6e4aed
chore(deps): bump go-linter version ( #6036 )
...
* deps(linter): bump go-linter version
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* deps(linter): bump go-linter version
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(deps): bump go-linter version
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-12-19 03:36:31 -08:00
dependabot[bot]
0d6c5e2535
chore(deps): bump renovatebot/github-action ( #6029 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 44.1.0 to 44.2.0
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v44.1.0...v44.2.0 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 44.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 01:33:17 -08:00
dependabot[bot]
580380f816
chore(deps): bump renovatebot/github-action ( #6027 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 44.0.5 to 44.1.0
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v44.0.5...v44.1.0 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 44.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 00:23:47 -08:00
dependabot[bot]
e22cd737cd
chore(deps): bump the dev-dependencies group with 2 updates ( #5962 )
...
Bumps the dev-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout ) and [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `actions/checkout` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v5...v5.0.1 )
Updates `renovatebot/github-action` from 44.0.2 to 44.0.3
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v44.0.2...v44.0.3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: renovatebot/github-action
dependency-version: 44.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-05 11:30:57 -08:00
Raffaele Di Fazio
cfe74817e3
feat: end to end testing with coredns provider ( #5933 )
...
* end to end testing with local provider implementation
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* Update .github/workflows/end-to-end-tests.yml
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* Update e2e/deployment.yaml
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* move e2e to coredns
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* newlines
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* Update scripts/e2e-test.sh
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* drop all comments
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* Update .github/workflows/end-to-end-tests.yml
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
---------
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2025-11-19 01:38:04 -08:00
dependabot[bot]
031dc9ffd4
chore(deps): bump renovatebot/github-action ( #5950 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 44.0.1 to 44.0.2
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v44.0.1...v44.0.2 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 44.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-16 01:39:37 -08:00
Sandor Szücs
1b553e9ba8
Build(tool) remove vacuum ( #5955 )
...
* build: tool remove vacuum in order to get rid of BUSL-1.1 license of a dependency in go.mod/go.tool.mod
Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
* rm vacuum
Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
* remove also from CI
Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
---------
Signed-off-by: Sandor Szuecs <sandor.szuecs@zalando.de>
2025-11-13 13:47:39 -08:00
dependabot[bot]
1a5ab81851
chore(deps): bump the dev-dependencies group with 2 updates ( #5946 )
...
Bumps the dev-dependencies group with 2 updates: [renovatebot/github-action](https://github.com/renovatebot/github-action ) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ).
Updates `renovatebot/github-action` from 43.0.20 to 44.0.1
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.20...v44.0.1 )
Updates `golangci/golangci-lint-action` from 8 to 9
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 44.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: golangci/golangci-lint-action
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-11 07:30:57 -08:00
dependabot[bot]
0ac6bd06b4
chore(deps): bump the dev-dependencies group across 1 directory with 5 updates ( #5940 )
...
Bumps the dev-dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [renovatebot/github-action](https://github.com/renovatebot/github-action ) | `43.0.16` | `43.0.20` |
| [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate ) | `3.3.1` | `4.0.0` |
| [action-stars/install-tool-from-github-release](https://github.com/action-stars/install-tool-from-github-release ) | `0.2.5` | `0.2.6` |
| [helm/chart-testing-action](https://github.com/helm/chart-testing-action ) | `2.7.0` | `2.8.0` |
| [helm/kind-action](https://github.com/helm/kind-action ) | `1.12.0` | `1.13.0` |
Updates `renovatebot/github-action` from 43.0.16 to 43.0.20
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.16...v43.0.20 )
Updates `GrantBirki/json-yaml-validate` from 3.3.1 to 4.0.0
- [Release notes](https://github.com/grantbirki/json-yaml-validate/releases )
- [Commits](https://github.com/grantbirki/json-yaml-validate/compare/v3.3.1...v4.0.0 )
Updates `action-stars/install-tool-from-github-release` from 0.2.5 to 0.2.6
- [Release notes](https://github.com/action-stars/install-tool-from-github-release/releases )
- [Changelog](https://github.com/action-stars/install-tool-from-github-release/blob/main/CHANGELOG.md )
- [Commits](f2e83e089f...1fa61c3bea )
Updates `helm/chart-testing-action` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/helm/chart-testing-action/releases )
- [Commits](0d28d3144d...6ec842c01d )
Updates `helm/kind-action` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](a1b0e39133...92086f6be0 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: GrantBirki/json-yaml-validate
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: action-stars/install-tool-from-github-release
dependency-version: 0.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: helm/chart-testing-action
dependency-version: 2.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: helm/kind-action
dependency-version: 1.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-07 01:48:55 -08:00
dependabot[bot]
66b698e552
chore(deps): bump the dev-dependencies group with 2 updates ( #5895 )
...
Bumps the dev-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action ) and [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `github/codeql-action` from 3 to 4
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3...v4 )
Updates `renovatebot/github-action` from 43.0.15 to 43.0.16
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.15...v43.0.16 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: renovatebot/github-action
dependency-version: 43.0.16
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 23:09:00 -07:00
dependabot[bot]
9810a6e2a1
chore(deps): bump renovatebot/github-action ( #5890 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.14 to 43.0.15
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.14...v43.0.15 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.15
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 01:26:59 -07:00
Michel Loiseleur
1da86e8cfb
chore(ci): speed-up & coveralls ( #5870 )
...
* chore(ci): coveralls
* parallel coverage
* more resources
* add go-test in Makefile for local use
2025-09-29 23:18:16 -07:00
dependabot[bot]
c5c4bea675
chore(deps): bump renovatebot/github-action ( #5874 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.13 to 43.0.14
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.13...v43.0.14 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.14
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 01:38:18 -07:00
dependabot[bot]
7352705067
chore(deps): bump renovatebot/github-action ( #5856 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.12 to 43.0.13
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.12...v43.0.13 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.13
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-26 03:48:19 -07:00
Michel Loiseleur
7dba745835
chore: upgrade ExternalDNS to go v1.25 and golangci-lint v2.5 ( #5869 )
...
* chore: upgrade ExternalDNS to go v1.25 and golangci-lint v2.5
* fix go.sum
2025-09-25 11:44:15 -07:00
dependabot[bot]
b91000aeb3
chore(deps): bump renovatebot/github-action ( #5840 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.11 to 43.0.12
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.11...v43.0.12 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.12
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-19 09:24:13 -07:00
dependabot[bot]
276bd9e80f
chore(deps): bump renovatebot/github-action ( #5823 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.10 to 43.0.11
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.10...v43.0.11 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 06:19:32 -07:00
dependabot[bot]
490e56f495
chore(deps): bump the dev-dependencies group with 3 updates ( #5806 )
...
Bumps the dev-dependencies group with 3 updates: [actions/setup-go](https://github.com/actions/setup-go ), [actions/setup-python](https://github.com/actions/setup-python ) and [actions/github-script](https://github.com/actions/github-script ).
Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5...v6 )
Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
Updates `actions/github-script` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](60a0d83039...ed597411d8 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: actions/github-script
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 00:35:27 -07:00
dependabot[bot]
6b9e0174e7
chore(deps): bump renovatebot/github-action ( #5797 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.9 to 43.0.10
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.9...v43.0.10 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 00:41:15 -07:00
dependabot[bot]
07ae419795
chore(deps): bump the dev-dependencies group across 1 directory with 2 updates ( #5759 )
...
Bumps the dev-dependencies group with 2 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action ) and [azure/setup-helm](https://github.com/azure/setup-helm ).
Updates `renovatebot/github-action` from 43.0.7 to 43.0.8
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.7...v43.0.8 )
Updates `azure/setup-helm` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/azure/setup-helm/releases )
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md )
- [Commits](b9e51907a0...1a275c3b69 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: azure/setup-helm
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-28 00:47:11 -07:00
dependabot[bot]
829b5a946f
chore(deps): bump the dev-dependencies group across 1 directory with 2 updates ( #5732 )
...
Bumps the dev-dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout ) and [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `actions/checkout` from 4.2.2 to 5.0.0
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5 )
Updates `renovatebot/github-action` from 43.0.5 to 43.0.7
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.5...v43.0.7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: renovatebot/github-action
dependency-version: 43.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-15 02:01:08 -07:00
Ivan Ka
74debed578
chore(github-actions): test execution with low resources ( #5729 )
...
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-08-14 00:55:09 -07:00
dongjiang
5805ea0ef2
chore(deps): update golangci-lint version to v2.2.2 ( #5670 )
...
* update golangci-lint to v2.2.2
Signed-off-by: dongjiang <dongjiang1989@126.com>
* Update scripts/install-tools.sh
revert by codereview
---------
Signed-off-by: dongjiang <dongjiang1989@126.com>
2025-08-08 03:07:44 -07:00
Ivan Ka
2d9b7454cf
fix(api): rollback oas and update linter ( #5723 )
...
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-08-07 23:57:43 -07:00
dependabot[bot]
17beb1a2d3
chore(deps): bump renovatebot/github-action ( #5691 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.4 to 43.0.5
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.4...v43.0.5 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-27 23:46:29 -07:00
dependabot[bot]
86c739151b
chore(deps): bump the dev-dependencies group across 1 directory with 2 updates ( #5667 )
...
Bumps the dev-dependencies group with 2 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action ) and [stoplightio/spectral-action](https://github.com/stoplightio/spectral-action ).
Updates `renovatebot/github-action` from 43.0.3 to 43.0.4
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.3...v43.0.4 )
Updates `stoplightio/spectral-action` from 0.8.12 to 0.8.13
- [Release notes](https://github.com/stoplightio/spectral-action/releases )
- [Commits](577bade2d6...6416fd018a )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: stoplightio/spectral-action
dependency-version: 0.8.13
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 02:36:29 -07:00
dependabot[bot]
faeee1226e
chore(deps): bump renovatebot/github-action ( #5644 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.2 to 43.0.3
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.2...v43.0.3 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 03:20:24 -07:00
dependabot[bot]
d292de1daf
chore(deps): bump renovatebot/github-action ( #5592 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.1 to 43.0.2
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.1...v43.0.2 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 02:49:24 -07:00
dependabot[bot]
1a2d18f3e2
chore(deps): bump renovatebot/github-action ( #5557 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.0 to 43.0.1
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.0...v43.0.1 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-25 01:34:31 -07:00