dependabot[bot]
825ab14b18
build(deps): bump helm/kind-action from 1.11.0 to 1.12.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.11.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 12:05:58 +00:00
dependabot[bot]
ba1d01761f
build(deps): bump helm/kind-action from 1.10.0 to 1.11.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.11.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 12:55:08 +00:00
Dhruv
26e72997e8
Feat: Implemented Github Action linter ( #7123 )
...
* ci: add actionlint workflow for GitHub Actions
This workflow integrates actionlint into the CI pipeline to lint and
validate GitHub Actions workflows.
Fixes #7094
Signed-off-by: slashexx dhruvpuri.35@gmail.com
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
2024-11-22 10:35:54 +05:30
Simon Pasquier
625e1306b1
fix: fix if conditions in GitHub workflows
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-11-08 11:33:26 +01:00
liyang
6a64279e32
ci: Let github runner run only in the prometheus-operator main repository
2024-11-07 23:28:03 +08:00
Simon Pasquier
d5dbb3df3e
chore: fix TestPrometheusVersionUpgrade
...
This change reduces the scope of the upgrade tests: we're now testing
from the current LTS version (v2.45.0) to the latest stable release.
Closes #7039
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-11-05 16:12:56 +01:00
Simon Pasquier
e8db5dd39a
chore: allow to save e2e diagnostics to disk
...
When the E2E_DIAGNOSTIC_DIRECTORY environment variable is set, the test
framework will save all collected information (logs, events, resources,
...) to this directory.
Related to #6973
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-10-30 15:20:13 +01:00
Jayapriya Pai
c846674a17
feat: add experimental Prometheus 3 support ( #6940 )
...
* feat: add experimental Prometheus 3 support
Fixes #6939
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-09-18 18:33:32 +05:30
Arthur Silva Sens
3709681727
chore: Add feature-gated tests to CI
...
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
2024-06-12 11:22:34 -03:00
dependabot[bot]
e284c272bd
build(deps): bump helm/kind-action from 1.9.0 to 1.10.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 13:54:53 +00:00
dependabot[bot]
b5f43b5c60
build(deps): bump helm/kind-action from 1.8.0 to 1.9.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 12:19:42 +00:00
dependabot[bot]
6108481a36
build(deps): bump actions/setup-go from 4 to 5
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 12:31:15 +00:00
Simon Pasquier
f460e7a66d
chore: cut v0.69.1
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-11-09 10:31:16 +01:00
Arthur Silva Sens
69aae7d7d8
Fix prometheus upgrade tests ( #5926 )
...
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
2023-09-22 14:19:11 +00:00
dependabot[bot]
47b1450d81
build(deps): bump actions/checkout from 3 to 4 ( #5884 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [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/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04 11:35:08 -03:00
dependabot[bot]
de6cf6d11b
build(deps): bump helm/kind-action from 1.7.0 to 1.8.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 12:25:34 +00:00
Arthur Silva Sens
30af207204
Run PrometheusVersionUpgrade tests separately ( #5732 )
...
As our compatibility matrix grows, the tests assuring we can upgrade one Prometheus version to the next are taking up to 1~2h to complete. We aim to accelerate our e2e tests that are required to pass on Pull Requests by moving this test to a separate CI, that runs once a day.
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
2023-08-29 10:41:51 -03:00