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

Bump github.com/elastic/go-libaudit/v2 from 2.3.2 to 2.3.3 #36294

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2023

Bumps github.com/elastic/go-libaudit/v2 from 2.3.2 to 2.3.3.

Release notes

Sourced from github.com/elastic/go-libaudit/v2's releases.

2.3.3

Changed

  • Expanded the bitmask applied to ECS file.mode in the aucoalesce package so that the SUID, SGID, and sticky bits can be represented. #137
Changelog

Sourced from github.com/elastic/go-libaudit/v2's changelog.

[2.3.3]

Changed

  • Expanded the bitmask applied to ECS file.mode in the aucoalesce package so that the SUID, SGID, and sticky bits can be represented. #137
Commits

Dependabot compatibility score

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 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)

Bumps [github.com/elastic/go-libaudit/v2](https://github.com/elastic/go-libaudit) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/elastic/go-libaudit/releases)
- [Changelog](https://github.com/elastic/go-libaudit/blob/main/CHANGELOG.md)
- [Commits](elastic/go-libaudit@v2.3.2...v2.3.3)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-libaudit/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 11, 2023 10:19
@dependabot dependabot bot added automation Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team labels Aug 11, 2023
@dependabot dependabot bot requested review from a team, fearful-symmetry and leehinman and removed request for a team August 11, 2023 10:19
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@mergify
Copy link
Contributor

mergify bot commented Aug 11, 2023

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @dependabot[bot]? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v8./d.0 is the label to automatically backport to the 8./d branch. /d is the digit

@elasticmachine
Copy link
Collaborator

elasticmachine commented Aug 11, 2023

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-08-11T14:26:13.101+0000

  • Duration: 108 min 28 sec

Test stats 🧪

Test Results
Failed 0
Passed 28103
Skipped 2015
Total 30118

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

Copy link
Member

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a changelog.

@andrewkroh andrewkroh enabled auto-merge (squash) August 11, 2023 14:27
@andrewkroh andrewkroh added the backport-v8.9.0 Automated backport with mergify label Aug 11, 2023
@andrewkroh andrewkroh merged commit c462dd9 into main Aug 11, 2023
114 checks passed
@andrewkroh andrewkroh deleted the dependabot/go_modules/github.com/elastic/go-libaudit/v2-2.3.3 branch August 11, 2023 16:15
mergify bot pushed a commit that referenced this pull request Aug 11, 2023
Bumps github.com/elastic/go-libaudit/v2 from 2.3.2 to 2.3.3.

This fixes an issue where the file.mode values from the Auditbeat auditd
module were missing the suid, sgid, and stick bits.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c462dd9)

# Conflicts:
#	go.sum
andrewkroh pushed a commit that referenced this pull request Aug 11, 2023
Bumps github.com/elastic/go-libaudit/v2 from 2.3.2 to 2.3.3.

This fixes an issue where the file.mode values from the Auditbeat auditd
module were missing the suid, sgid, and stick bits.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c462dd9)

# Conflicts:
#	go.sum
andrewkroh pushed a commit that referenced this pull request Aug 11, 2023
…36298)

Bumps github.com/elastic/go-libaudit/v2 from 2.3.2 to 2.3.3.

This fixes an issue where the file.mode values from the Auditbeat auditd
module were missing the suid, sgid, and stick bits.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

(cherry picked from commit c462dd9)
Scholar-Li pushed a commit to Scholar-Li/beats that referenced this pull request Feb 5, 2024
…6294)

Bumps github.com/elastic/go-libaudit/v2 from 2.3.2 to 2.3.3.

This fixes an issue where the file.mode values from the Auditbeat auditd
module were missing the suid, sgid, and stick bits.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation backport-v8.9.0 Automated backport with mergify Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants