Compare commits

..

5 Commits

Author SHA1 Message Date
dependabot[bot]
1624ff37f9 build(deps): bump molecule from 26.3.0 to 26.4.0 in the molecule group (#13164)
Bumps the molecule group with 1 update: [molecule](https://github.com/ansible-community/molecule).


Updates `molecule` from 26.3.0 to 26.4.0
- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](https://github.com/ansible-community/molecule/compare/v26.3.0...v26.4.0)

---
updated-dependencies:
- dependency-name: molecule
  dependency-version: 26.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: molecule
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 10:57:01 +05:30
dependabot[bot]
0338c0d81b build(deps): bump cryptography from 46.0.6 to 46.0.7 (#13165)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.6 to 46.0.7.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.7
  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>
2026-04-16 10:45:00 +05:30
Max Gautier
6b7f486fca CI: runs openeuler on less PR (#13160)
Openeuler has a lot of flakes, so let's try to make it less painful on
PR by putting it in extended + adding a 2nd retry
2026-04-15 18:11:01 +05:30
Kay Yan
817c0a6eda fix(cilium): wire cilium_enable_prometheus to Helm values template (#13142)
The cilium_enable_prometheus variable was defined in defaults and
documented in sample inventory but never mapped to the Helm values
template, making it a no-op. Add the prometheus.enabled field to
values.yaml.j2 so that setting cilium_enable_prometheus: true
correctly enables Prometheus metrics on the Cilium agent.

Signed-off-by: Kay Yan <kay.yan@daocloud.io>
2026-04-14 07:28:36 +05:30
dependabot[bot]
69e38171a1 build(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#13166)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](c0f553fe54...5f6978faf0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.1
  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>
2026-04-13 19:54:13 +05:30
5 changed files with 10 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ jobs:
~/.cache/pre-commit ~/.cache/pre-commit
- run: pre-commit run --all-files propagate-ansible-variables - run: pre-commit run --all-files propagate-ansible-variables
continue-on-error: true continue-on-error: true
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 - uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1
with: with:
commit-message: Patch versions updates commit-message: Patch versions updates
title: Patch versions updates - ${{ inputs.branch }} title: Patch versions updates - ${{ inputs.branch }}

View File

@@ -62,7 +62,10 @@ pr:
# Jobs here MUST have a open issue so we don't lose sight of them # Jobs here MUST have a open issue so we don't lose sight of them
pr-flakey: pr-flakey:
extends: pr extends: pr
retry: 1 rules:
- if: $PR_LABELS =~ /.*(ci-extended|ci-full).*/
when: on_success
retry: 2
parallel: parallel:
matrix: matrix:
- TESTCASE: - TESTCASE:

View File

@@ -1,6 +1,6 @@
ansible==11.13.0 ansible==11.13.0
# Needed for community.crypto module # Needed for community.crypto module
cryptography==46.0.6 cryptography==46.0.7
# Needed for jinja2 json_query templating # Needed for jinja2 json_query templating
jmespath==1.1.0 jmespath==1.1.0
# Needed for ansible.utils.ipaddr # Needed for ansible.utils.ipaddr

View File

@@ -177,6 +177,9 @@ hostFirewall:
policyAuditMode: {{ cilium_policy_audit_mode | to_json }} policyAuditMode: {{ cilium_policy_audit_mode | to_json }}
prometheus:
enabled: {{ cilium_enable_prometheus | to_json }}
certgen: certgen:
image: image:
repository: {{ cilium_hubble_certgen_image_repo }} repository: {{ cilium_hubble_certgen_image_repo }}

View File

@@ -1,4 +1,4 @@
-r ../requirements.txt -r ../requirements.txt
distlib==0.4.0 # required for building collections distlib==0.4.0 # required for building collections
molecule==26.3.0 molecule==26.4.0
pytest-testinfra==10.2.2 pytest-testinfra==10.2.2