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

build(deps): bump uraimo/run-on-arch-action from 2.5.0 to 2.7.2 #198

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps uraimo/run-on-arch-action from 2.5.0 to 2.7.2.

Release notes

Sourced from uraimo/run-on-arch-action's releases.

2.7.2

What's Changed

New Contributors

Full Changelog: uraimo/run-on-arch-action@v2.7.1...v2.7.2

2.7.1

Fix and reduce tests, remove Fedora from failing platforms.

Full Changelog: uraimo/run-on-arch-action@v2.7.0...v2.7.1

2.7.0

What's Changed

New Contributors

Full Changelog: uraimo/run-on-arch-action@v2.6.0...v2.7.0

2.6.0

What's Changed

New Contributors 🎉

Full Changelog: uraimo/run-on-arch-action@v.2.5.1...v2.6.0

2.5.1

Fixing a typo and publishing the actual v2.5.1.

2.5.1

Maintenance release, cleaned up actions.yml, marking the token as not required as intended.

Full Changelog: uraimo/run-on-arch-action@v2.5.0...v.2.5.1

Commits
  • b0ffb25 Merge pull request #144 from LukasWoodtli/gardena/lw/armv6_bookworm
  • 3da6fa3 Add bookworm variants for debian containers
  • 6025be2 Add bookworm for ARMv6
  • 517085f Restore old dockerfiles for backward compatibility, will be removed in 3.0.0
  • a42b9c9 Remove fedora from failing platforms
  • 18a5cd7 Update Readme, remove some fedora defaults
  • 427b1ab Further reduce test list, remove default dockerfiles
  • 8c75b07 Further reduce test list
  • 1016db6 Further reduce test list
  • 619f795 Update project release
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.5.0 to 2.7.2.
- [Release notes](https://github.com/uraimo/run-on-arch-action/releases)
- [Commits](uraimo/run-on-arch-action@v2.5.0...v2.7.2)

---
updated-dependencies:
- dependency-name: uraimo/run-on-arch-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
.github/workflows/build.yaml Outdated Show resolved Hide resolved
.github/workflows/build.yaml Outdated Show resolved Hide resolved
.github/workflows/packages.yaml Outdated Show resolved Hide resolved
patrick-stephens and others added 25 commits December 19, 2024 16:56
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
…eus remote write

Currently, the following types are supported:

* counter
* gauge
* untyped

Signed-off-by: Hiroshi Hatake <[email protected]>
This protobuf defitions is referred in Prometheus' commit:
033c9b229df1dbe04d4d548305befe022743b602.

Signed-off-by: Hiroshi Hatake <[email protected]>
This PR aims to address some issues presented in Fluent Bit
repo:

 - fluent/fluent-bit#8083
 - fluent/fluent-bit#8762

Signed-off-by: Eduardo Silva <[email protected]>
This reverts commit 651ee53.

Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
cosmo0920 and others added 27 commits December 19, 2024 14:58
* tests: prometheus_parser: add issue flb 9267

Signed-off-by: Eduardo Silva <[email protected]>

* decode_prometheus: fixed constant pointer release

Signed-off-by: Leonardo Alminana <[email protected]>

* tests: fixed uninitialized value and erroneous release call

Signed-off-by: Leonardo Alminana <[email protected]>

* encoding: opentelemetry: do not memcpy on null ref (CID 508108)

Signed-off-by: Eduardo Silva <[email protected]>

* tests: prometheus_parser: add issue flb 9267

Signed-off-by: Eduardo Silva <[email protected]>

---------

Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Co-authored-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/uraimo/run-on-arch-action-2.7.2 branch December 19, 2024 14:59
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants