Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps the github-actions group with 2 updates in the / directory: actions/checkout and kube-logging/logging-operator/.github/workflows/artifacts.yaml.

Updates actions/checkout from 6.0.0 to 6.0.1

Release notes

Sourced from actions/checkout's releases.

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Commits

Updates kube-logging/logging-operator/.github/workflows/artifacts.yaml from 6.1.0 to 6.2.1

Release notes

Sourced from kube-logging/logging-operator/.github/workflows/artifacts.yaml's releases.

6.2.1

What's Changed

New or updated images

component image
operator ghcr.io/kube-logging/logging-operator:6.2.1
fluentd ghcr.io/kube-logging/logging-operator/fluentd:6.2.1-full
syslog-ng-reloader ghcr.io/kube-logging/logging-operator/syslog-ng-reloader:6.2.1
config-reloader ghcr.io/kube-logging/logging-operator/config-reloader:6.2.1
fluentd-drain-watch gghcr.io/kube-logging/logging-operator/fluentd-drain-watch:6.2.1
buffer-volume-metrics ghcr.io/kube-logging/logging-operator/node-exporter:6.2.1

Install with helm

helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=6.2.1

Dependency and image updates

Bug fixes

Full Changelog: kube-logging/logging-operator@6.2.0...6.2.1

6.2.0

What's Changed

New or updated images

component image
operator ghcr.io/kube-logging/logging-operator:6.2.0
axosyslog ghcr.io/axoflow/axosyslog:4.20.0
fluentd ghcr.io/kube-logging/logging-operator/fluentd:6.2.0-full
syslog-ng-reloader ghcr.io/kube-logging/logging-operator/syslog-ng-reloader:6.2.0
config-reloader ghcr.io/kube-logging/logging-operator/config-reloader:6.2.0
fluentd-drain-watch gghcr.io/kube-logging/logging-operator/fluentd-drain-watch:6.2.0
buffer-volume-metrics ghcr.io/kube-logging/logging-operator/node-exporter:6.2.0
axosyslog exporter ghcr.io/axoflow/axosyslog-metrics-exporter:0.0.14
fluentd-version rubygems.org/gems/fluentd/versions/1.19.1
fluentbit-version ghcr.io/fluent/fluent-bit:4.2.0

Install with helm

helm install logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator --version=6.2.0

... (truncated)

Commits
  • adc9166 Merge pull request #2144 from kube-logging/renovate/all
  • d422f1a Merge pull request #2146 from kube-logging/fix/fluent-monitorServiceMetrics-n...
  • 2452841 fix: apply ServiceMonitor default values only when metrics are enabled
  • c1fe5e1 chore(deps): update all dependencies
  • 4045dd8 Merge pull request #2147 from kube-logging/fix/metrics-name-meta
  • 45b3a37 fix(fluentd): align additional metrics service names and reuse object metadata
  • 70a5ba4 fix(syslogng): align metrics service names and reuse object metadata
  • 86c7d79 fix(fluentbit): align metrics service names and reuse object metadata
  • 0186ec6 fix(fluentd): align metrics service names and reuse object metadata
  • 9c217ba Merge pull request #2148 from kube-logging/fix/trivy-toomanyrequests
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [kube-logging/logging-operator/.github/workflows/artifacts.yaml](https://github.com/kube-logging/logging-operator).


Updates `actions/checkout` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@1af3b93...8e8c483)

Updates `kube-logging/logging-operator/.github/workflows/artifacts.yaml` from 6.1.0 to 6.2.1
- [Release notes](https://github.com/kube-logging/logging-operator/releases)
- [Commits](kube-logging/logging-operator@6.1.0...6.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: kube-logging/logging-operator/.github/workflows/artifacts.yaml
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 2, 2025
@csatib02 csatib02 merged commit 060ccee into master Dec 8, 2025
9 checks passed
@csatib02 csatib02 deleted the dependabot/github_actions/github-actions-5f88926528 branch December 8, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants