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/elastic-agent-autodiscover from 0.6.8 to 0.6.14 #4616

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/elastic/elastic-agent-autodiscover from 0.6.8 to 0.6.14.

Release notes

Sourced from github.com/elastic/elastic-agent-autodiscover's releases.

v0.16.14

What's Changed

Full Changelog: elastic/elastic-agent-autodiscover@v0.6.13...v0.6.14

v0.6.13

What's Changed

Full Changelog: elastic/elastic-agent-autodiscover@v0.6.12...v0.6.13

v0.6.12

What's Changed

Full Changelog: elastic/elastic-agent-autodiscover@v0.6.11...v0.6.12

v0.6.11

What's Changed

Full Changelog: elastic/elastic-agent-autodiscover@v0.6.10...v0.6.11

v0.6.10

What's Changed

Full Changelog: elastic/elastic-agent-autodiscover@v0.6.9...v0.6.10

v0.6.9

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-autodiscover@v0.6.8...v0.6.9

v.0.6.9

What's Changed

... (truncated)

Commits
  • d96e547 Bump golang.org/x/net from 0.17.0 to 0.23.0 (#90)
  • a399d04 Adding validate flag for GenerateHints (#89)
  • fff9210 Correcting changelog for v0.6.12 (#88)
  • da16120 Logshints (#83)
  • 4233eba [updatecli] Bump Golang version to 1.21.9 (#86)
  • cd0e892 Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible...
  • 64452f4 Bump google.golang.org/protobuf from 1.29.1 to 1.33.0 (#84)
  • 7490558 Introduce checks for not supported annotations for Hints based autodiscover o...
  • b3b1fa7 security: add permissions block to workflows (#80)
  • 4554e51 [updatecli] Bump Golang version to 1.21.8 (#82)
  • See full diff in compare view

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)

@dependabot dependabot bot requested a review from a team as a code owner April 23, 2024 21:37
@dependabot dependabot bot requested review from michel-laterman and pchila April 23, 2024 21:37
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent (Team:Elastic-Agent)

Copy link
Contributor

mergify bot commented Apr 23, 2024

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

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

NOTE: backport-skip has been added to this pull request.

@ycombinator ycombinator added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label Apr 29, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14 branch from 20e0683 to 70869c7 Compare May 2, 2024 20:13
@cmacknz
Copy link
Member

cmacknz commented May 3, 2024

Blocked by #4360

Copy link
Contributor

mergify bot commented May 7, 2024

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14 upstream/dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14
git merge upstream/main
git push upstream dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14 branch from 68858a1 to 74eec4d Compare May 7, 2024 21:53
@ycombinator
Copy link
Contributor

CI is failing like so:

# github.com/elastic/elastic-agent/internal/pkg/composable/providers/kubernetes
--
  | internal/pkg/composable/providers/kubernetes/hints.go:291:20: assignment mismatch: 1 variable but utils.GenerateHints returns 2 values
  | internal/pkg/composable/providers/kubernetes/hints.go:291:60: not enough arguments in call to utils.GenerateHints
  | have (mapstr.M, string, string)
  | want (mapstr.M, string, string, bool, []string)
  | internal/pkg/composable/providers/kubernetes/pod.go:220:14: assignment mismatch: 1 variable but utils.GenerateHints returns 2 values
  | internal/pkg/composable/providers/kubernetes/pod.go:220:51: not enough arguments in call to utils.GenerateHints
  | have (mapstr.M, string, string)
  | want (mapstr.M, string, string, bool, []string)
  | # github.com/elastic/elastic-agent/internal/pkg/composable/providers/kubernetes
  | vet: internal/pkg/composable/providers/kubernetes/hints.go:291:66: not enough arguments in call to utils.GenerateHints
  | have (mapstr.M, string, string)
  | want (mapstr.M, string, string, bool, []string)
  | Error: failed running go vet, please fix the issues reported: running "go vet ./..." failed with exit code 1

Looks like some manual fixup will be needed for this PR.

Copy link
Contributor

mergify bot commented May 8, 2024

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14 upstream/dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14
git merge upstream/main
git push upstream dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14 branch 2 times, most recently from 9700426 to 1b9f601 Compare May 9, 2024 02:12
@ycombinator ycombinator enabled auto-merge (squash) May 9, 2024 02:13
Copy link
Contributor

mergify bot commented May 9, 2024

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14 upstream/dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14
git merge upstream/main
git push upstream dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14

Bumps [github.com/elastic/elastic-agent-autodiscover](https://github.com/elastic/elastic-agent-autodiscover) from 0.6.8 to 0.6.14.
- [Release notes](https://github.com/elastic/elastic-agent-autodiscover/releases)
- [Changelog](https://github.com/elastic/elastic-agent-autodiscover/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-agent-autodiscover@v0.6.8...v0.6.14)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-autodiscover
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14 branch from 17dab90 to 9daaf19 Compare May 9, 2024 15:43
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@ycombinator ycombinator merged commit 894151e into main May 9, 2024
5 checks passed
@ycombinator ycombinator deleted the dependabot/go_modules/github.com/elastic/elastic-agent-autodiscover-0.6.14 branch May 9, 2024 17:21
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.

4 participants