- Notifications
You must be signed in to change notification settings - Fork 776
Bump go.mod to v3 #8609
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
Merged
Merged
Bump go.mod to v3 #8609
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Contributor
orestisfl commented Apr 16, 2025
- Have you signed the contributor license agreement?
- Have you followed the contributor guidelines?
- If you submit code, is your pull request against main? We recommend pull requests against main. We will backport them as needed.
kvalliyurnatt approved these changes Apr 16, 2025
kvalliyurnatt pushed a commit to kvalliyurnatt/cloud-on-k8s that referenced this pull request Apr 23, 2025
* Bump go.mod to v3 * bump hack/helm/release/go.mod (cherry picked from commit c049601) # Conflicts: # hack/helm/release/go.mod
Contributor
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
alexlebens pushed a commit to alexlebens/infrastructure that referenced this pull request Jul 30, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [eck-operator](https://github.com/elastic/cloud-on-k8s) | minor | `3.0.0` -> `3.1.0` | --- ### Release Notes <details> <summary>elastic/cloud-on-k8s (eck-operator)</summary> ### [`v3.1.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v3.1.0) [Compare Source](elastic/cloud-on-k8s@v3.0.0...v3.1.0) ### Elastic Cloud on Kubernetes 3.1.0 - [Quickstart guide](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s#eck-quickstart) ##### Release Highlights - It is now possible to propagate metadata from the parent custom resource to the child resources created by the operator. If you add labels or annotations on an Elasticsearch, Kibana, or Agent resource, for example, these can be automatically propagated to the Pods, Services, and other resources created by the operator. Refer to the [Propagate Labels and Annotations](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s/propagate-labels-annotations.md) page for examples and more details. - To reduce the attack surface and improve overall security UBI images are now based on the UBI micro base image. ##### Features and enhancements - UBI: Use micro image instead of minimal [#​8704](elastic/cloud-on-k8s#8704) - Propagate metadata to children [#​8673](elastic/cloud-on-k8s#8673) (issue: [#​2652](elastic/cloud-on-k8s#2652)) - Allow advanced configuration for fleet-managed Elastic Agents [#​8623](elastic/cloud-on-k8s#8623) (issue: [#​8619](elastic/cloud-on-k8s#8619)) ##### Fixes - Set owner on service account Secret, update it when application is recreated [#​8716](elastic/cloud-on-k8s#8716) - fix: Cannot disable TLS in Logstash [#​8706](elastic/cloud-on-k8s#8706) (issue: [#​8600](elastic/cloud-on-k8s#8600)) - Move from deprecated container input to filestream [#​8679](elastic/cloud-on-k8s#8679) (issue: [#​8667](elastic/cloud-on-k8s#8667)) - Add automated workaround for 9.0.0 maps issue [#​8665](elastic/cloud-on-k8s#8665) (issue: [#​8655](elastic/cloud-on-k8s#8655)) - Bump go.mod to v3 [#​8609](elastic/cloud-on-k8s#8609) - Helm: Add support for missing `remoteClusterServer` value [#​8612](elastic/cloud-on-k8s#8612) ##### Documentation improvements - \[Helm] Fix examples/logstash/basic-eck.yaml [#​8695](elastic/cloud-on-k8s#8695) ##### Miscellaneous - Update Go version to 1.24.5 [#​8745](elastic/cloud-on-k8s#8745) - chore(deps): update registry.access.redhat.com/ubi9/ubi-micro docker tag to v9.6-1750858477 [#​8711](elastic/cloud-on-k8s#8711) - fix(deps): update k8s to v0.33.2 [#​8699](elastic/cloud-on-k8s#8699) - fix(deps): update module cloud.google.com/go/storage to v1.52.0 [#​8629](elastic/cloud-on-k8s#8629) - fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 [#​8631](elastic/cloud-on-k8s#8631) - fix(deps): update module github.com/google/go-containerregistry to v0.20.6 [#​8672](elastic/cloud-on-k8s#8672) - fix(deps): update module github.com/magiconair/properties to v1.8.10 [#​8625](elastic/cloud-on-k8s#8625) - fix(deps): update module github.com/prometheus/common to v0.63.0 [#​8569](elastic/cloud-on-k8s#8569) - fix(deps): update module github.com/spf13/viper to v1.20.1 [#​8570](elastic/cloud-on-k8s#8570) - fix(deps): update module google.golang.org/api to v0.227.0 [#​8529](elastic/cloud-on-k8s#8529) - fix(deps): update module helm.sh/helm/v3 to 3.17.3 [#​8598](elastic/cloud-on-k8s#8598) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1057 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.