Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update sonarqube support dependencies #105

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2024

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action minor v4.3.4 -> v4.4.0
defenseunicorns/uds-common minor v0.10.0 -> v0.13.1
defenseunicorns/uds-common action minor v0.10.0 -> v0.13.1
defenseunicorns/zarf minor v0.37.0 -> v0.40.1
github/codeql-action action minor v3.25.15 -> v3.26.8
golangci/golangci-lint repository minor v1.59.1 -> v1.61.0
prometheus/jmx_exporter major 0.17.2 -> 1.0.1
python-jsonschema/check-jsonschema repository patch 0.29.1 -> 0.29.2
renovatebot/pre-commit-hooks repository minor 38.13.0 -> 38.94.3

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

defenseunicorns/uds-common (defenseunicorns/uds-common)

v0.13.1

Compare Source

Bug Fixes
  • allow dependent bundle commands to be run on upgrade tests (#​241) (093def2)
Miscellaneous

v0.13.0

Compare Source

Features
  • add action for assisting with badge verification and migrate to nginx (#​191) (79a5edf)
  • add options support to setup to set vars and other flags on uds-core (#​235) (4336357)
Bug Fixes
  • mandate yamllint at least 1.30.0 to guarantee features in use (#​224) (61929ac)
Miscellaneous

v0.12.0

Compare Source

⚠ BREAKING CHANGES
  • changed latest-package behavior (#​206)

[!NOTE]
As part of this change please migrate to using the test-deploy callable workflow

Features
Bug Fixes
Miscellaneous

v0.11.2

Compare Source

Miscellaneous

v0.11.1

Compare Source

Bug Fixes
Miscellaneous

v0.11.0

Compare Source

Features
Miscellaneous
defenseunicorns/zarf (defenseunicorns/zarf)

v0.40.1

Compare Source

What's Changed
New Contributors

Full Changelog: zarf-dev/zarf@v0.39.0...v0.40.1

v0.40.0

Compare Source

v0.39.0

Compare Source

What's Changed

New Contributors

Full Changelog: zarf-dev/zarf@v0.38.3...v0.39.0

v0.38.3

Compare Source

What's Changed

Full Changelog: zarf-dev/zarf@v0.38.2...v0.38.3

v0.38.2

Compare Source

What's Changed

Full Changelog: zarf-dev/zarf@v0.38.0...v0.38.2

v0.38.1

Compare Source

What's Changed

New Contributors

Full Changelog: zarf-dev/zarf@v0.37.0...v0.38.1

v0.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: zarf-dev/zarf@v0.37.0...v0.38.0

github/codeql-action (github/codeql-action)

v3.26.8

Compare Source

v3.26.7

Compare Source

v3.26.6

Compare Source

v3.26.5

Compare Source

v3.26.4

Compare Source

v3.26.3

Compare Source

v3.26.2

Compare Source

v3.26.1

Compare Source

v3.26.0

Compare Source

golangci/golangci-lint (golangci/golangci-lint)

v1.61.0

Compare Source

  1. Enhancements
    • Add junit-xml-extended format
    • Exclude Swagger Codegen files by default
  2. Updated linters
    • dupword: from 0.0.14 to 0.1.1
    • fatcontext: from 0.4.0 to 0.5.2
    • gci: from 0.13.4 to 0.13.5 (new option no-lex-order)
    • go-ruleguard: from 0.4.2 to 0fe6f58 (fix panic with custom linters)
    • godot: from 1.4.16 to 1.4.17
    • gomodguard: from 1.3.3 to 1.3.5
    • gosec: disable temporarily G407
    • gosec: from ab3f6c1 to 2.21.2 (partially fix G115)
    • intrange: from 0.1.2 to 0.2.0
    • nolintlint: remove the empty line in the directive replacement
  3. Misc.
    • Improve runtime version parsing
  4. Documentation
    • Add additional info about typecheck

v1.60.3

Compare Source

v1.60.2

Compare Source

v1.60.1

Compare Source

v1.60.0

Compare Source

prometheus/jmx_exporter (prometheus/jmx_exporter)

v1.0.1: / 2024-05-31

Compare Source

This release adds Prometheus Protobuf support.

As always, the jmx_exporter binaries are available on Maven Central:

NOTES

1. Metrics are no longer served on the root (/) path. You will be required to change the scrape URL to /metrics

2. Some JVM metric names have changed to conform with the OpenMetrics specification.

Dashboards will need to be changed if referencing the changed JVM metrics.

https://prometheus.github.io/client_java/migration/simpleclient/#jvm-metrics

3. MBean names that are normalized to the same metric name will now contain a label named _objectname that references the MBean that provided the metric.

Example:

### HELP kafka_rest_jersey_metrics_v3_topics_partitions_reassignment_list_request The request count using a cumulative counter kafka.rest:name=null,type=jersey-metrics,attribute=v3.topics.partitions-reassignment.list.request-total
### TYPE kafka_rest_jersey_metrics_v3_topics_partitions_reassignment_list_request untyped
kafka_rest_jersey_metrics_v3_topics_partitions_reassignment_list_request{_objectname="kafka.rest<type=jersey-metrics><>v3.topics-partitions-reassignment.list.request-total"} 0.0
kafka_rest_jersey_metrics_v3_topics_partitions_reassignment_list_request{_objectname="kafka.rest<type=jersey-metrics><>v3.topics.partitions-reassignment.list.request-total"} 0.0

[BUGFIX] Collection fails for Kafka using release 1.0.0
[BUGFIX] Fixed NullPointerException during scrape. Thanks @​simon-greatrix
[ENHANCEMENT] Improved JMX scraping performance. Thanks @​nicktelford
[ENHANCEMENT] Added configuration example for Kafka KRaft metrics. Thanks @​KumKeeHyun.
[ENHANCEMENT] Added configuration example for Presto/Trino metrics. Thanks @​Akanksha-kedia
[ENHANCEMENT] Added configuration example for Hazelcast. Thanks @​Nirzak
[ENHANCEMENT] Added better exception handling in Java agent premain. Thanks @​guhanjie.
[CHANGE] Updated Tomcat example configuration. Thanks @​lautarozerpa.
[CHANGE] Updated integration testing containers to include Java 21 and 22
[CHANGE] Added azul/prime:21 to integration test containers

v1.0.0: / 2024-05-17

Compare Source

This release has functional issues and should not be used.

Use 1.0.1

python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.29.2

Compare Source

  • Update vendored schemas: buildkite, github-workflows, gitlab-ci, renovate,
    woodpecker-ci (2024-08-22)
  • Convert from setup.cfg to pyproject.toml for python package metadata
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v38.94.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.94.3 for more changes

v38.94.2

Compare Source

v38.94.1

Compare Source

v38.93.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.93.6 for more changes

v38.93.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.93.5 for more changes

v38.93.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.93.3 for more changes

v38.93.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.93.2 for more changes

v38.93.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.93.1 for more changes

v38.93.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.93.0 for more


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 31, 2024 04:15
@renovate renovate bot changed the title chore(deps): update support-deps to v38.13.3 chore(deps): update support-deps to v38.14.0 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch from b8809b7 to 7f4774a Compare July 31, 2024 10:38
@renovate renovate bot changed the title chore(deps): update support-deps to v38.14.0 chore(deps): update support-deps to v38.15.0 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch from 7f4774a to 224f058 Compare July 31, 2024 17:11
@renovate renovate bot changed the title chore(deps): update support-deps to v38.15.0 chore(deps): update support-deps to v38.16.0 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch from 224f058 to 890d5fd Compare July 31, 2024 21:40
@renovate renovate bot changed the title chore(deps): update support-deps to v38.16.0 chore(deps): update support-deps to v38.17.1 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch from 890d5fd to 6877701 Compare July 31, 2024 23:17
@renovate renovate bot changed the title chore(deps): update support-deps to v38.17.1 chore(deps): update support-deps to v38.18.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch 2 times, most recently from a60f190 to 5730d62 Compare August 1, 2024 19:54
@renovate renovate bot changed the title chore(deps): update support-deps to v38.18.0 chore(deps): update support-deps to v38.18.4 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch from 5730d62 to 1f181da Compare August 2, 2024 04:36
@renovate renovate bot changed the title chore(deps): update support-deps to v38.18.4 chore(deps): update support-deps to v38.18.5 Aug 2, 2024
@renovate renovate bot changed the title chore(deps): update support-deps to v38.18.5 chore(deps): update support-deps to v38.18.8 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch 2 times, most recently from 704abf3 to 2d99cd5 Compare August 2, 2024 16:55
@renovate renovate bot changed the title chore(deps): update support-deps to v38.18.8 chore(deps): update sonarqube support dependencies Aug 2, 2024
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch 10 times, most recently from fabd88d to 021c6be Compare August 6, 2024 18:44
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch 17 times, most recently from 45cab73 to f5e592a Compare September 20, 2024 00:46
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch 11 times, most recently from cbfed79 to 7c6f302 Compare September 24, 2024 01:17
| datasource  | package                            | from     | to      |
| ----------- | ---------------------------------- | -------- | ------- |
| github-tags | actions/upload-artifact            | v4.3.4   | v4.4.0  |
| github-tags | defenseunicorns/uds-common         | v0.10.0  | v0.13.1 |
| github-tags | defenseunicorns/zarf               | v0.37.0  | v0.40.1 |
| github-tags | github/codeql-action               | v3.25.15 | v3.26.8 |
| github-tags | golangci/golangci-lint             | v1.59.1  | v1.61.0 |
| github-tags | prometheus/jmx_exporter            | 0.17.2   | 1.0.1   |
| github-tags | python-jsonschema/check-jsonschema | 0.29.1   | 0.29.2  |
| github-tags | renovatebot/pre-commit-hooks       | 38.13.0  | 38.94.3 |
@renovate renovate bot force-pushed the renovate/sonarqube-support-dependencies branch from 7c6f302 to ba5a155 Compare September 24, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants