OCPBUGS-83520: Merge https://github.com/kubernetes-sigs/cloud-provider-azure:master (1fb8674) into main#164
Conversation
Bumps the all group with 4 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github/codeql-action](https://github.com/github/codeql-action), [actions/download-artifact](https://github.com/actions/download-artifact) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `step-security/harden-runner` from 2.15.1 to 2.16.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@58077d3...fa2e9d6) Updates `github/codeql-action` from 4.32.6 to 4.33.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0d579ff...b1bff81) Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) Updates `softprops/action-gh-release` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@a06a81a...153bb8e) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rnetes-sigs#10055) Bumps the all group in /pkg/azclient with 2 updates: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/crypto` from 0.48.0 to 0.49.0 - [Commits](golang/crypto@v0.48.0...v0.49.0) Updates `golang.org/x/net` from 0.51.0 to 0.52.0 - [Commits](golang/net@v0.51.0...v0.52.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/net dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rnetes-sigs#10056) Bumps the all group in /pkg/azclient/trace with 1 update: [sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure). Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient` from 0.15.0 to 0.15.2 - [Release notes](https://github.com/kubernetes-sigs/cloud-provider-azure/releases) - [Changelog](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/docs/release-versioning.md) - [Commits](kubernetes-sigs/cloud-provider-azure@pkg/azclient/v0.15.0...pkg/azclient/v0.15.2) --- updated-dependencies: - dependency-name: sigs.k8s.io/cloud-provider-azure/pkg/azclient dependency-version: 0.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: Remove GOTOOLCHAIN=auto to unblock dalec build
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughUpdated pinned GitHub Action revisions; bumped Go builder images and added GOEXPERIMENT build arg; Makefiles and CI changed to prefer podman with conditional buildx flags; multiple Go module version bumps; added a Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Hi @cloud-team-rebase-bot[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@pkg/azclient/trace/go.mod`:
- Line 9: The go.mod bump to sigs.k8s.io/cloud-provider-azure/pkg/azclient
v0.15.2 pulls in Azure SDK major changes (v6→v9) and VNet API version updates;
audit and adapt any code that imports or calls Azure SDK interfaces (search for
uses of types/functions from sigs.k8s.io/cloud-provider-azure/pkg/azclient and
Azure VNet clients), update affected import paths/signatures to match v9, run
`go list -m all`/`go mod tidy` and full unit/integration tests to surface
breaking changes, and update call sites (methods in your azclient wrappers) to
the new method names/parameter types or add compatibility adapters if necessary.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: db31cca9-ca89-49b3-a644-18c674b428a6
⛔ Files ignored due to path filters (36)
pkg/azclient/go.sumis excluded by!**/*.sumpkg/azclient/trace/go.sumis excluded by!**/*.sumpkg/azclient/trace/vendor/modules.txtis excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/net/http2/http2.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/net/http2/server.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/net/http2/transport.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/net/http2/writesched.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/net/http2/writesched_priority_rfc7540.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/net/http2/writesched_random.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/cpu/asm_darwin_arm64_gc.sis excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/cpu/cpu_arm64.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/cpu/cpu_darwin_arm64.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/cpu/cpu_darwin_arm64_other.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/cpu/cpu_gccgo_arm64.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/cpu/cpu_other_arm64.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/cpu/syscall_darwin_arm64_gc.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/unix/ztypes_linux.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/windows/aliases.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/sys/windows/syscall_windows.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/go/ast/inspector/cursor.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/go/ast/inspector/inspector.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/go/ast/inspector/iter.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/go/packages/packages.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/go/types/objectpath/objectpath.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/aliases/aliases.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/aliases/aliases_go122.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/event/core/event.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/event/keys/keys.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/event/label/label.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/gcimporter/iexport.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/gcimporter/iimport.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/gcimporter/ureader_yes.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/stdlib/deps.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/typeparams/free.gois excluded by!**/vendor/**pkg/azclient/vendor/golang.org/x/tools/internal/typesinternal/types.gois excluded by!**/vendor/**pkg/azclient/vendor/modules.txtis excluded by!**/vendor/**
📒 Files selected for processing (18)
.github/workflows/cleanupcache.yaml.github/workflows/codeql-azclient.yml.github/workflows/dependency-review.yml.github/workflows/go-mod-consistency.yaml.github/workflows/lint-azclient.yaml.github/workflows/release-azclient-trace.yml.github/workflows/release-azclient.yml.github/workflows/release-cache.yml.github/workflows/release-configloader.yml.github/workflows/scorecards.yml.github/workflows/update-trivy-db.yaml.github/workflows/update-vendor-license.ymlDockerfileMakefilecloud-node-manager.Dockerfilee2e.Dockerfilepkg/azclient/go.modpkg/azclient/trace/go.mod
💤 Files with no reviewable changes (1)
- Makefile
…netes-sigs#10071) The SHA 57a97c7e is already correctly pinned but the inline comment still says 'master'. Update it to 'v0.35.0' for clarity and to accurately reflect the pinned version. Ref: aquasecurity/trivy#10425 Signed-off-by: andyzhangx <xiazhang@microsoft.com>
…oup (kubernetes-sigs#10073) Bumps the all group in /kubetest2-aks with 1 update: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery). Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.3 - [Commits](kubernetes/apimachinery@v0.35.2...v0.35.3) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/cache](https://github.com/actions/cache). Updates `github/codeql-action` from 4.33.0 to 4.34.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b1bff81...3869755) Updates `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group in /pkg/azclient/configloader with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.35.2 to 0.35.3 - [Commits](kubernetes/api@v0.35.2...v0.35.3) Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.3 - [Commits](kubernetes/apimachinery@v0.35.2...v0.35.3) Updates `k8s.io/client-go` from 0.35.2 to 0.35.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.2...v0.35.3) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: k8s.io/apimachinery dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: k8s.io/client-go dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rnetes-sigs#10075) Bumps the all group in /pkg/azclient/trace with 1 update: [sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure). Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient` from 0.15.2 to 0.15.3 - [Release notes](https://github.com/kubernetes-sigs/cloud-provider-azure/releases) - [Changelog](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/docs/release-versioning.md) - [Commits](kubernetes-sigs/cloud-provider-azure@pkg/azclient/v0.15.2...pkg/azclient/v0.15.3) --- updated-dependencies: - dependency-name: sigs.k8s.io/cloud-provider-azure/pkg/azclient dependency-version: 0.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group in /pkg/azclient/cache with 1 update: [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/client-go` from 0.35.2 to 0.35.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.2...v0.35.3) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ent-skills-92d962e6c feat: add shared agent skills and manual release workflow
|
@cloud-team-rebase-bot[bot]: This pull request references Jira Issue OCPBUGS-83520, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Bumps the all group in /kubetest2-aks with 1 update: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git). Updates `github.com/go-git/go-git/v5` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md) - [Commits](go-git/go-git@v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…igs#10289) Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.35.3 to 4.35.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e46ed2c...68bde55) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all group in /pkg/azclient/client-gen with 1 update: [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools). Updates `sigs.k8s.io/controller-tools` from 0.20.1 to 0.21.0 - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-tools@v0.20.1...v0.21.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-tools dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rnetes-sigs#10278) Bumps the all group in /pkg/azclient/trace with 1 update: [sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure). Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient` from 0.20.0 to 0.20.2 - [Release notes](https://github.com/kubernetes-sigs/cloud-provider-azure/releases) - [Changelog](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/docs/release-versioning.md) - [Commits](kubernetes-sigs/cloud-provider-azure@pkg/azclient/v0.20.0...pkg/azclient/v0.20.2) --- updated-dependencies: - dependency-name: sigs.k8s.io/cloud-provider-azure/pkg/azclient dependency-version: 0.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
/retest |
…s#10299) * cleanup: remove unused backend pool cleanup method * cleanup: remove shared security rule annotation path * cleanup: remove unused security rule name helper * test: keep security rule name helper test-only
|
@rissh this now points to the latest upstream main which already has go 1.26 (as they are developing release-1.36/release-1.37 upstream already). We need to manually open a PR to temporarily carry the fix until our builder switch to go 1.26 and we can start syncing back again. cc. @theobarberbany |
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com> # Conflicts: # .github/dependabot.yml # .github/workflows/codeql-analysis.yml # .github/workflows/codespell.yaml # .github/workflows/lint.yaml # .github/workflows/release.yaml # .github/workflows/trivy.yaml # Conflicts: # .github/dependabot.yml # .github/workflows/codeql-analysis.yml # .github/workflows/codespell.yaml # .github/workflows/lint.yaml # .github/workflows/release.yaml # .github/workflows/trivy.yaml # Conflicts: # .github/dependabot.yml # .github/workflows/codeql-analysis.yml # .github/workflows/codespell.yaml # .github/workflows/lint.yaml # .github/workflows/release.yaml # .github/workflows/trivy.yaml # Conflicts: # .github/dependabot.yml # .github/workflows/codeql-analysis.yml # .github/workflows/codespell.yaml # .github/workflows/lint.yaml # .github/workflows/release.yaml # .github/workflows/trivy.yaml # Conflicts: # .github/workflows/codeql-analysis.yml # .github/workflows/lint.yaml # .github/workflows/trivy.yaml # Conflicts: # .github/dependabot.yml # .github/workflows/codeql-analysis.yml # .github/workflows/codespell.yaml # .github/workflows/lint.yaml # .github/workflows/release.yaml # .github/workflows/trivy.yaml # Conflicts: # .github/dependabot.yml # .github/workflows/codeql-analysis.yml # .github/workflows/codespell.yaml # .github/workflows/lint.yaml # .github/workflows/release.yaml # .github/workflows/trivy.yaml # Conflicts: # .github/workflows/codeql-analysis.yml # .github/workflows/codespell.yaml # .github/workflows/lint.yaml # .github/workflows/release.yaml # .github/workflows/trivy.yaml # Conflicts: # .github/dependabot.yml # .github/workflows/codeql-analysis.yml # .github/workflows/codespell.yaml # .github/workflows/lint.yaml # .github/workflows/release.yaml # .github/workflows/trivy.yaml # Conflicts: # .github/dependabot.yml # .github/workflows/codeql-analysis.yml # .github/workflows/codespell.yaml # .github/workflows/lint.yaml # .github/workflows/release.yaml # .github/workflows/trivy.yaml
…cript - Adds .spec file to build the acr-credential-provider - Updates openshift.mk to allow builds of acr-credential-provider - Adds build-rpms.sh to build RPMs in CI - Updates build-go.sh to allow override of REPO_ROOT
…age to be consistent with ART for 4.21 Reconciling with https://github.com/openshift/ocp-build-data/tree/4fbe3fab45239dc4be6f5d9d98a0bf36e0274ec9/images/ose-azure-cloud-node-manager.yml
…ner image to be consistent with ART for 4.21 Reconciling with https://github.com/openshift/ocp-build-data/tree/4fbe3fab45239dc4be6f5d9d98a0bf36e0274ec9/images/ose-azure-cloud-controller-manager.yml
…ner image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/56cb39ad358cdec1db7c84ea1919fe8849c2550b/images/ose-azure-cloud-controller-manager.yml
…age to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/992b0dc3f0e12d86e7466dadf1eb51b2584a9a83/images/ose-azure-cloud-node-manager.yml
4ca4283 to
c046e17
Compare
|
@cloud-team-rebase-bot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@damdo Thanks for the context. I’m seeing a similar situation across a few other components and repositories as well. As discussed, we’ve already started updating the PRs on the 4.21 release branch, and we’ll be continuing with the remaining ones too. If you have time, feel free to review them as well—no rush of course, since our first priority is to get this fixed correctly. |
No description provided.