chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group across 1 directory#2
Closed
dependabot[bot] wants to merge 21 commits into
Closed
Conversation
… types (OT-CONTAINER-KIT#1266) Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
* chore(utils): Update Makefile Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * fix intendation to tabs Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * feat: Update Docker build command to load image into local Docker daemon Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> --------- Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
…er (OT-CONTAINER-KIT#1270) Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: Nicolas Girard <nicolas.girard@filigran.io>
…-CONTAINER-KIT#1271) Relate to [95](OT-CONTAINER-KIT/redis#95) in image repository
…AINER-KIT#1268) * feat: Fix PVC resizing issue and refactor PVC resizing logic - Fixed label error: updated PVC selection label from "redis" to "middleware". - Corrected PVC expansion when node-conf persistence is enabled by avoiding hardcoded use of VolumeClaimTemplates[0]. - PVC resizing now filters out the "node-conf" template and targets the correct PVC for Redis RDB data. - Enhanced error handling and added per-PVC update logging for better traceability. Signed-off-by: fengyinqiao <fengyinqiao@shizhuang-inc.com> * feat: Fix PVC resizing issue and refactor PVC resizing logic - todo: Handle scale-out scenario Signed-off-by: fengyinqiao <fengyinqiao@shizhuang-inc.com> * add e2e test Signed-off-by: fengyinqiao <fengyinqiao@shizhuang-inc.com> * fix pvc storage in e2e test Signed-off-by: fengyinqiao <fengyinqiao@shizhuang-inc.com> * chore(utils): Update Makefile Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * fix intendation to tabs Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * feat: Add storage class for PVC resizing and update test steps Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * feat: Add YAML front matter to storage class configuration Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * Update pkg/k8sutils/pvc.go * remove e2e test and fix comment. Signed-off-by: fengyinqiao <fengyinqiao@shizhuang-inc.com> --------- Signed-off-by: fengyinqiao <fengyinqiao@shizhuang-inc.com> Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Co-authored-by: fengyinqiao <fengyinqiao@shizhuang-inc.com> Co-authored-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Co-authored-by: yangw <yang.wu@daocloud.io>
* feat(operator-observability): add redisreplication observability Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> * feat(operator-observability): add redisreplication observability Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> * feat(operator-observability): add redisreplication observability Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> * feat: add docs of operator metrics/observability Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> * feat: add docs of operator metrics/observability Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> * feat: add docs of operator metrics/observability Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> * feat: add docs of operator metrics/observability Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> --------- Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…R-KIT#1276) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0. - [Commits](golang/net@v0.33.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…NER-KIT#1277) * refactor: update Dockerfile and Makefile for agent support - Modified Dockerfile to support building both manager and agent binaries using a build argument. - Updated Makefile to include targets for building, pushing, and loading agent Docker images. - Removed the agent-specific Dockerfile as its functionality is now integrated into the main Dockerfile. This change enhances the flexibility of the build process by allowing the selection of the build target. Signed-off-by: yangw <wuyangmuc@gmail.com> * keep target clean Signed-off-by: yangw <wuyangmuc@gmail.com> * fix syntax Signed-off-by: yangw <wuyangmuc@gmail.com> * Update Makefile Co-authored-by: Shubham Gupta <69793468+shubham-cmyk@users.noreply.github.com> --------- Signed-off-by: yangw <wuyangmuc@gmail.com> Co-authored-by: Shubham Gupta <69793468+shubham-cmyk@users.noreply.github.com>
…R-KIT#1284) Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.3 to 0.32.3. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.3...v0.32.3) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-CONTAINER-KIT#1285) Revert "chore(deps): bump k8s.io/client-go from 0.29.3 to 0.32.3 (OT-CONTAINER-KIT#1284)" This reverts commit b95d0dc.
OT-CONTAINER-KIT#1282) Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.2 to 0.20.3. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.17.2...v0.20.3) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…to 0.20.3" (OT-CONTAINER-KIT#1287) Revert "chore(deps): bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.20.…" This reverts commit 6aa2b87.
…OT-CONTAINER-KIT#1288) * fix: update references from master to main in configuration and workflow files Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * fix: update Trivy action references from main to master in workflow file Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * fix: update Gosec action reference from main to master in CI workflow Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> --------- Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
…T-CONTAINER-KIT#1291) Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.7.0 to 9.7.3. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](redis/go-redis@v9.7.0...v9.7.3) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…default) (OT-CONTAINER-KIT#1286) * feat: add recreate-stateful-strategy, orphan, background, foreground(default) Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> * feat: add recreate-stateful-strategy, orphan, background, foreground(default) Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> * typo Signed-off-by: yangw <wuyangmuc@gmail.com> * common function Signed-off-by: yangw <wuyangmuc@gmail.com> * docs Signed-off-by: yangw <wuyangmuc@gmail.com> --------- Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com> Signed-off-by: yangw <wuyangmuc@gmail.com> Co-authored-by: yangw <wuyangmuc@gmail.com>
…CONTAINER-KIT#1294) * feat: update Dockerfile and Makefile for unified operator binary - Removed the BUILD_TARGET argument from Dockerfile to simplify the build process. - Updated Dockerfile to build a single binary named 'operator' instead of separate manager and agent binaries. - Modified Makefile to remove references to BUILD_TARGET, streamlining Docker image build commands. - Adjusted entry point in deployment YAML to use the new operator binary. This change enhances the build process and aligns with the new command structure in the main.go file. Signed-off-by: yangw <wuyangmuc@gmail.com> * fix Signed-off-by: yangw <wuyangmuc@gmail.com> * fix e2e Signed-off-by: yangw <wuyangmuc@gmail.com> * fix version Signed-off-by: yangw <wuyangmuc@gmail.com> * change version Signed-off-by: yangw <wuyangmuc@gmail.com> * fix Signed-off-by: yangw <wuyangmuc@gmail.com> --------- Signed-off-by: yangw <wuyangmuc@gmail.com>
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.33.0 to 0.36.0 - [Commits](golang/net@v0.33.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
37333a6 to
653459b
Compare
Author
|
Superseded by #5. |
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
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.
Bumps the go_modules group with 1 update in the / directory: golang.org/x/net.
Updates
golang.org/x/netfrom 0.33.0 to 0.36.0Commits
85d1d54go.mod: update golang.org/x dependenciescde1ddaproxy, http/httpproxy: do not mismatch IPv6 zone ids against hostsfe7f039publicsuffix: spruce up code gen and speed up PublicSuffix459513dinternal/http3: move more common stream processing to genericConnaad0180http2: fix flakiness from t.Log when GOOS=jsb73e574http2: don't log expected errors from writing invalid trailers5f45c77internal/http3: make read-data tests usable for server handlers43c2540http2, internal/httpcommon: reject userinfo in :authority1d78a08http2, internal/httpcommon: factor out server header logic for h2/h30d7dc54quic: add Conn.ConnectionStateYou 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.