- Notifications
You must be signed in to change notification settings - Fork 197
Bump up github.com/go-viper/mapstructure/v2 dependency #8764
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
Conversation
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
This pull request does not have a backport label. Could you fix it @ycombinator? 🙏
|
7edfc90
to 076281d
Compare @ycombinator it looks like we have some side effects here |
0cb5fe9
to 6f5b17c
Compare |
💛 Build succeeded, but was flaky
Failed CI StepsHistory
cc @ycombinator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
@Mergifyio backport 8.17 8.18 8.19 9.0 9.1 |
✅ Backports have been created
|
* Bump up github.com/go-viper/mapstructure/v2 dependency * Update unit tests * Update unit tests (cherry picked from commit 676e18d) # Conflicts: # NOTICE-fips.txt # go.mod # go.sum # internal/pkg/otel/run_nofips_test.go
* Bump up github.com/go-viper/mapstructure/v2 dependency * Update unit tests * Update unit tests (cherry picked from commit 676e18d) # Conflicts: # NOTICE-fips.txt # go.mod # internal/pkg/otel/run_nofips_test.go
* Bump up github.com/go-viper/mapstructure/v2 dependency * Update unit tests * Update unit tests (cherry picked from commit 676e18d)
* Bump up github.com/go-viper/mapstructure/v2 dependency * Update unit tests * Update unit tests (cherry picked from commit 676e18d) # Conflicts: # NOTICE-fips.txt # go.mod # internal/pkg/otel/run_nofips_test.go
* Bump up github.com/go-viper/mapstructure/v2 dependency * Update unit tests * Update unit tests (cherry picked from commit 676e18d)
…pendency (#8805) * Bump up github.com/go-viper/mapstructure/v2 dependency (#8764) * Bump up github.com/go-viper/mapstructure/v2 dependency * Update unit tests * Update unit tests (cherry picked from commit 676e18d) # Conflicts: # NOTICE-fips.txt # go.mod # internal/pkg/otel/run_nofips_test.go * 9.0 is not FIPS-capable * Fixing conflicts * Update unit test --------- Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
…ependency (#8802) * Bump up github.com/go-viper/mapstructure/v2 dependency (#8764) * Bump up github.com/go-viper/mapstructure/v2 dependency * Update unit tests * Update unit tests (cherry picked from commit 676e18d) # Conflicts: # NOTICE-fips.txt # go.mod # go.sum # internal/pkg/otel/run_nofips_test.go * Remove NOTICE-fips.txt as 8.17 is not FIPS-capable * Fixing conflicts * Remvoing nofips_test as 8.17 is not FIPS-capable --------- Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
…ependency (#8803) * Bump up github.com/go-viper/mapstructure/v2 dependency (#8764) * Bump up github.com/go-viper/mapstructure/v2 dependency * Update unit tests * Update unit tests (cherry picked from commit 676e18d) # Conflicts: # NOTICE-fips.txt # go.mod # internal/pkg/otel/run_nofips_test.go * 8.18 is not FIPS-capable * Fixing conflicts --------- Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
…ng-oblt-cli * upstream: (37 commits) [AutoOps] Add `autoops-es.yml` to Packages (elastic#8728) EDOT collector: include the forward connector. (elastic#8753) Revert "ci: pin elastic-agent version (elastic#8736)" (elastic#8754) bk: retry Start ESS stack for integration tests (elastic#8553) Re-enable TestStandaloneUpgradeRollbackOnRestarts on windows (elastic#8718) removed reviewers from dependabot.yml (elastic#8709) Pass `--header` enrollment option to fleet-server (elastic#8071) Add ability for local output configuration to add to policy configuration (elastic#8766) Bump up github.com/go-viper/mapstructure/v2 dependency (elastic#8764) [Synthetics] Upgrade node to latest lts v20 (elastic#8712) [CI] BK Vault plugin for EC access (elastic#8377) feat: singleTest mage target for each integration test package (elastic#8691) ci: always include 8.19 LTS release branch in snapshots of test versions (elastic#8761) build(deps): bump github.com/elastic/mito from 1.19.0 to 1.20.0 (elastic#8755) chore: fix elastic-agent helm chart examples (elastic#8765) feat: support onboarding-id for kubernetes (elastic#8692) [main][Automation] Bump VM Image version to 1751072471 (elastic#8734) ci: revert deployment_csp_configuration.yaml to create_deployment_csp_configuration.yaml (elastic#8746) kustomize: pin kube-state-metrics version (elastic#8739) ci: pin elastic-agent version (elastic#8736) ...
* upstream: (39 commits) Fix otel extension status reporting (#8696) Refactor user change on service (#8347) [AutoOps] Add `autoops-es.yml` to Packages (#8728) EDOT collector: include the forward connector. (#8753) Revert "ci: pin elastic-agent version (#8736)" (#8754) bk: retry Start ESS stack for integration tests (#8553) Re-enable TestStandaloneUpgradeRollbackOnRestarts on windows (#8718) removed reviewers from dependabot.yml (#8709) Pass `--header` enrollment option to fleet-server (#8071) Add ability for local output configuration to add to policy configuration (#8766) Bump up github.com/go-viper/mapstructure/v2 dependency (#8764) [Synthetics] Upgrade node to latest lts v20 (#8712) [CI] BK Vault plugin for EC access (#8377) feat: singleTest mage target for each integration test package (#8691) ci: always include 8.19 LTS release branch in snapshots of test versions (#8761) build(deps): bump github.com/elastic/mito from 1.19.0 to 1.20.0 (#8755) chore: fix elastic-agent helm chart examples (#8765) feat: support onboarding-id for kubernetes (#8692) [main][Automation] Bump VM Image version to 1751072471 (#8734) ci: revert deployment_csp_configuration.yaml to create_deployment_csp_configuration.yaml (#8746) ...
What does this PR do?
This PR bumps up the github.com/go-viper/mapstructure/v2 module dependency to the latest available version.
Why is it important?
To keep our dependencies up to date.