lifecycle-toolkit
lifecycle-toolkit copied to clipboard
deps: update dependency cloud-bulldozer/kube-burner to v1.10.5
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| cloud-bulldozer/kube-burner | minor | v1.7.11 -> v1.10.5 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cloud-bulldozer/kube-burner (cloud-bulldozer/kube-burner)
v1.10.5
What's Changed
- Add jobName to metrics by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/669
- Enhancing waitoptions to work with lablels, custom conditions & read jobs by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/670
- Using sync.Map for thread safety to calculate measurements by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/667
- indexing metrics even in timeout cases by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/666
Full Changelog: https://github.com/kube-burner/kube-burner/compare/v1.10.4...v1.10.5
v1.10.4
What's Changed
- Handling empty metadata cases to be handled in metrics. by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/663
- Log output by @shashank-boyapally in https://github.com/kube-burner/kube-burner/pull/655
- Making version optional by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/664
Full Changelog: https://github.com/kube-burner/kube-burner/compare/v1.10.3...v1.10.4
v1.10.3
What's Changed
- Add cluster metadata information to all documents when using plugin helpers by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/656
- Initialize MetricsMetadata map by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/661
- Fixing NPE for PR-661 by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/662
Full Changelog: https://github.com/kube-burner/kube-burner/compare/v1.10.1...v1.10.3
v1.10.1
Changelog
5d1b1c1: Remove env var (#654) (@rsevilla87)64d897e: Remove incompatibility check (#659) (@rsevilla87)
v1.10.0
What's Changed
- Removing configmap and namespace references from CLI docs by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/651
- Capturing start is optional in instant metrics by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/637
- Making changes to add jobSummary support for custom jobs by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/652
- Enrich jobSummary by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/620
Full Changelog: https://github.com/kube-burner/kube-burner/compare/v1.9.8...v1.10.0
v1.9.8
What's Changed
- get addresses for job iteration object by @venkataanil in https://github.com/kube-burner/kube-burner/pull/608
Full Changelog: https://github.com/kube-burner/kube-burner/compare/v1.9.7...v1.9.8
v1.9.7
What's Changed
- Removing jobConfig from the metrics by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/614
- Only append prometheus client to slice when it has a metrics profile by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/617
- Improve pod waiter by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/615
- Don't override maxWaitTimeout in job spec by @ZhangShuaiyi in https://github.com/kube-burner/kube-burner/pull/619
- Bump golang version by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/622
- Link profiles to indexers by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/611
- Bump dependencies by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/621
- update metricsEndpoints in examples by @ZhangShuaiyi in https://github.com/kube-burner/kube-burner/pull/624
- validate job.Namespace when it's non empty. by @ZhangShuaiyi in https://github.com/kube-burner/kube-burner/pull/627
- Directly delete non-namespaced resource by @ZhangShuaiyi in https://github.com/kube-burner/kube-burner/pull/631
- Fixing check-alerts command and add test case by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/629
- Embedconfig bugfixes by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/625
- Remove unsupported FieldSelector in waitForPVC by @ZhangShuaiyi in https://github.com/kube-burner/kube-burner/pull/632
- Update metrics endpoints docs and field names by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/633
- Add fileName when Error decoding YAML by @chenmj11 in https://github.com/kube-burner/kube-burner/pull/636
- Remove triggers from examples by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/639
- Adding support for multiple metric profiles by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/638
- fallback logic while reading metric profiles by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/643
- Update OpenShift Plugin docs by @smalleni in https://github.com/kube-burner/kube-burner/pull/640
- Adding fallback logic for alert profile by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/644
New Contributors
- @ZhangShuaiyi made their first contribution in https://github.com/kube-burner/kube-burner/pull/619
- @chenmj11 made their first contribution in https://github.com/kube-burner/kube-burner/pull/636
Full Changelog: https://github.com/kube-burner/kube-burner/compare/v1.9.5...v1.9.7
v1.9.5
What's Changed
- Using multi architecture container images for perfapp and pause by @varad-ahirwadkar in https://github.com/kube-burner/kube-burner/pull/607
- Refactor indexers configuration section to add support for multiple indexers by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/602
- Add flags to specify the kubeconfig path and context by @hhiroshell in https://github.com/kube-burner/kube-burner/pull/604
- Adding churn metrics by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/599
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in https://github.com/kube-burner/kube-burner/pull/609
- Updating README.md for churn usage by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/610
- Bug fix for OCP clustermetadata indexing by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/612
New Contributors
- @varad-ahirwadkar made their first contribution in https://github.com/kube-burner/kube-burner/pull/607
- @hhiroshell made their first contribution in https://github.com/kube-burner/kube-burner/pull/604
Full Changelog: https://github.com/kube-burner/kube-burner/compare/v1.9.4...v1.9.5
v1.9.4
Changelog
ee483d9: Return error onBeforeCleanupfailure. (#601) (@npinaeva)
v1.9.3
What's Changed
- Make measurement indexing not a blocking operation by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/593
- Remove OpenShift API references for vanilla Kubernetes by @krishvoor in https://github.com/kube-burner/kube-burner/pull/596
- Cluster health check by @shashank-boyapally in https://github.com/kube-burner/kube-burner/pull/585
- Adding churnCycles as an option for churning by @vishnuchalla in https://github.com/kube-burner/kube-burner/pull/597
- go-commons 1.0.14 by @rsevilla87 in https://github.com/kube-burner/kube-burner/pull/598
Full Changelog: https://github.com/kube-burner/kube-burner/compare/v1.9.2...v1.9.3
v1.9.2
Changelog
69cbf3c: Garbage collect pods in default namespace (#590) (@rsevilla87)fc38290: Metrics tarball improvements and test (#580) (@rsevilla87)8efbbe6: Node 20 in GHA (#588) (@rsevilla87)b8690a7: Remove indexer from workload config (#586) (@rsevilla87)75b9d94: Removed unused methods in svclatency (#587) (@vishnuchalla)
v1.9.1
Changelog
0a8b0d5: Permit basic authentication in metrics endpoint (#584) (@rsevilla87)9e2e58b: Replace deprecated bats-action (#582) (@rsevilla87)99e0b8e: Service latency measurement (#516) (@rsevilla87)49bad44: Set waitNs in each iteration (#583) (@rsevilla87)6d2ab19: Update CI documentation (#581) (@rsevilla87)207304d: [WIP] Implement read jobType to simulate load with GET requests (#577) (@riuvshyn)
v1.9.0
Changelog
9e0ef18: Abstract container runtime (#562) (@josecastillolema)c75cbe5: Add network-policy workload (#502) (@npinaeva)6c44f45: Add openshift_route_created (#550) (@krishvoor)9041c7d: Add sleep before checking metrics in OS/ES (#560) (@rsevilla87)9044c38: Adding CNCF footer (#556) (@rsevilla87)1ec50ef: Adding maximum aggregated memory metrics (#572) (@rsevilla87)4ace281: Bump golang.org/x/crypto from 0.13.0 to 0.17.0 (#559) (@dependabot[bot])5164e09: Bump golang.org/x/net from 0.15.0 to 0.17.0 (#558) (@dependabot[bot])4c9c3f4: Fix cncf logo path (#564) (@rsevilla87)d9eba1e: Fix unsafe access to labels map to avoid a panic (#536) (@diversario)b381e3b: Index job summary regardless prometheus endpoint is set or not (#549) (@rsevilla87)41158ad: Maintain original object's namespace when specified (#533) (@rsevilla87)ef528bf: Max aggregated for kube-controller-manager (#574) (@venkataanil)81c0823: Metrics report fixes (#563) (@rsevilla87)8c41b85: Pass the indexer instance to NewPrometheusClient (#566) (@rsevilla87)1637f11: Refactor k8s tests (#548) (@rsevilla87)c46428f: Reference CODE_OF_CONDUCT.md in README (#555) (@rsevilla87)96cce48: Remove bats run (#545) (@rsevilla87)4eedc81: Replace cloud bulldozer references (#553) (@rsevilla87)79b930c: Switch to Google's uuid module (#573) (@mikelolasagasti)ee030e6: Update media (#547) (@rsevilla87)f262b2b: Update roadmap links with new project name (#569) (@mikelolasagasti)0996bf6: Update slack URL and fix logo path (#565) (@rsevilla87)7b7a60b: Use stats package to calculate quantiles (#537) (@rsevilla87)49a028b: add annotations support to namespaces that are created (#567) (@mohit-sheth)fd8f0a2: config: bump RequestTimeout to 60s by default (#540) (@dcbw)e77d9e0: kube-burner split (#561) (@rsevilla87)72f1d38: option to create an object only once in multi-iteration jobs (#557) (@mukrishn)1bd2b5a: report api calls latency (#578) (@venkataanil)d4dbd47: web-burner CI tests for OCP (#541) (@josecastillolema)
v1.8.1
Changelog
ee16d3a: Add network-policy workload (#502) (@npinaeva)13a6ea4: Fix unsafe access to labels map to avoid a panic (#536) (@diversario)1ba4102: config: bump RequestTimeout to 60s by default (#540) (@dcbw)
v1.8.0
What's Changed
- Fixing client-side throttling in wait stage by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/493
- Not namespaced objects log messages by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/503
- skipIndexing feature by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/491
- Implementing topology spread constraints by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/497
- General code quality improvements by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/495
- Remove duped section from docs by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/506
- Set more accurate 70m cpu request on cluster-density builds for better scheduling by @afcollins in https://github.com/cloud-bulldozer/kube-burner/pull/508
- Rate limit per clientSet request and not per namespace by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/509
- Pod latency threshold flag for all cluster-density and node-density wo… by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/487
- Deprecate cluster-density by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/510
- Modifying churn logic to delete resources in namespaces by @vishnuchalla in https://github.com/cloud-bulldozer/kube-burner/pull/492
- Measure sub command to collect measurements in past by @vishnuchalla in https://github.com/cloud-bulldozer/kube-burner/pull/511
- Remove reporting flag from ocp wrapper by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/526
- Remove cd by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/527
- ci-tests are now a requirement of the release workflow by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/515
- Add runid label selector to informer by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/514
- Capability to disable indexing in OCP wrapper by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/523
- Cilium CPU/Memory Pod usage by @jtaleric in https://github.com/cloud-bulldozer/kube-burner/pull/530
- Bumping go-commons to 1.0.12 by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/531
- taking out cluster density by @paigerube14 in https://github.com/cloud-bulldozer/kube-burner/pull/532
- Unique metrics for indexing by @vishnuchalla in https://github.com/cloud-bulldozer/kube-burner/pull/501
- New web-burner ocp wrapper by @josecastillolema in https://github.com/cloud-bulldozer/kube-burner/pull/525
New Contributors
- @josecastillolema made their first contribution in https://github.com/cloud-bulldozer/kube-burner/pull/525
Full Changelog: https://github.com/cloud-bulldozer/kube-burner/compare/v1.7.12...v1.8.0
v1.7.13
What's Changed
- Fixing client-side throttling in wait stage by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/493
- Not namespaced objects log messages by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/503
- skipIndexing feature by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/491
- Implementing topology spread constraints by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/497
- General code quality improvements by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/495
- Remove duped section from docs by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/506
- Set more accurate 70m cpu request on cluster-density builds for better scheduling by @afcollins in https://github.com/cloud-bulldozer/kube-burner/pull/508
- Rate limit per clientSet request and not per namespace by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/509
- Pod latency threshold flag for all cluster-density and node-density wo… by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/487
- Deprecate cluster-density by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/510
- Modifying churn logic to delete resources in namespaces by @vishnuchalla in https://github.com/cloud-bulldozer/kube-burner/pull/492
- Measure sub command to collect measurements in past by @vishnuchalla in https://github.com/cloud-bulldozer/kube-burner/pull/511
- Remove reporting flag from ocp wrapper by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/526
- Remove cd by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/527
- ci-tests are now a requirement of the release workflow by @rsevilla87 in https://github.com/cloud-bulldozer/kube-burner/pull/515
Full Changelog: https://github.com/cloud-bulldozer/kube-burner/compare/v1.7.10...v1.7.13
v1.7.12
Changelog
f0b89cc: Pod latency threshold flag for all cluster-density and node-density wo… (#487) (@rsevilla87)57080ff: Rebase 1.7 (#513) (@rsevilla87)
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 74.41%. Comparing base (29c7c1c) to head (dc3da1e).
:warning: Report is 203 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #3635 +/- ##
==========================================
- Coverage 74.42% 74.41% -0.01%
==========================================
Files 225 225
Lines 10131 10131
==========================================
- Hits 7540 7539 -1
Misses 2225 2225
- Partials 366 367 +1
see 3 files with indirect coverage changes
| Flag | Coverage Δ | |
|---|---|---|
| certificate-operator | 44.55% <ø> (ø) |
|
| component-tests | 58.04% <ø> (-0.09%) |
:arrow_down: |
| lifecycle-operator | 74.59% <ø> (ø) |
|
| metrics-operator | 76.17% <ø> (ø) |
|
| scheduler | 34.59% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.