Skip to content

Conversation

@phoebesimon
Copy link
Contributor

@phoebesimon phoebesimon commented Nov 8, 2024

Update baton-sdk to v0.2.44 and use it to regenerate capabilities so we can expose that baton-postgresql supports provisioning

Summary by CodeRabbit

  • New Features

    • Introduced a new dependency for configuration management (github.com/spf13/viper).
  • Updates

    • Upgraded multiple dependencies to enhance compatibility and performance, including significant updates to libraries like baton-sdk, pgx, and zap.
    • Updated Go version and toolchain for improved stability and features.

@phoebesimon phoebesimon requested a review from ggreer November 8, 2024 19:10
@coderabbitai
Copy link

coderabbitai bot commented Nov 8, 2024

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • .golangci.yml is excluded by none and included by none
  • cmd/baton-postgresql/config.go is excluded by none and included by none

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The changes in this pull request involve updates to the go.mod file, reflecting a new Go version and various dependency upgrades. The Go version has been changed from 1.22 to 1.22.7, and a new toolchain version go1.23.2 has been added. Several dependencies have been upgraded to newer versions, including github.com/conductorone/baton-sdk, github.com/georgysavva/scany, github.com/jackc/pgx/v4, and go.uber.org/zap. Additionally, a new dependency, github.com/spf13/viper, has been introduced.

Changes

File Change Summary
go.mod Updated Go version from 1.22 to 1.22.7, added toolchain go1.23.2, and upgraded multiple dependencies including:
- github.com/conductorone/baton-sdk from v0.1.33 to v0.2.44
- github.com/georgysavva/scany from v1.2.1 to v1.2.2
- github.com/jackc/pgx/v4 from v4.18.1 to v4.18.3
- go.uber.org/zap from v1.26.0 to v1.27.0
- Added github.com/spf13/viper at v1.19.0.

Poem

In the meadow where I hop,
Dependencies grow, never stop.
With Go updated, we leap and bound,
New tools and versions all around!
A viper slithers, swift and sly,
In our code, we reach for the sky! 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between de2eddf and 6f57f54.

⛔ Files ignored due to path filters (299)
  • baton_capabilities.json is excluded by none and included by none
  • cmd/baton-postgresql/config.go is excluded by none and included by none
  • cmd/baton-postgresql/main.go is excluded by none and included by none
  • go.sum is excluded by !**/*.sum and included by none
  • vendor/filippo.io/age/README.md is excluded by !vendor/** and included by none
  • vendor/filippo.io/age/age.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/age/scrypt.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/README.md is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/doc.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/edwards25519.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/extra.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/field/fe_amd64.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/field/fe_amd64.s is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/field/fe_arm64.s is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/field/fe_extra.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/field/fe_generic.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/scalar.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/scalar_fiat.go is excluded by !vendor/** and included by none
  • vendor/filippo.io/edwards25519/tables.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/.codecov.yml is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/.gitignore is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/LICENSE is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/README.md is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/bigcache.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/bytes.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/bytes_appengine.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/clock.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/config.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/encoding.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/entry_not_found_error.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/fnv.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/hash.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/iterator.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/logger.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/queue/bytes_queue.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/shard.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/stats.go is excluded by !vendor/** and included by none
  • vendor/github.com/allegro/bigcache/v3/utils.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/accountid_endpoint_mode.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/config.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/credentials.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/endpoints.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/middleware.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/request_id_retriever.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/user_agent.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/ratelimit/none.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/retry/attempt_metrics.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/retry/middleware.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/retry/retryable_error.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/retry/standard.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/headers.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/signer/v4/middleware.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/signer/v4/v4.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/client.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/response_error_middleware.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/config/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/config/config.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/config/env_config.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/config/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/config/load_options.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/config/provider.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/config/resolve.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/config/resolve_credentials.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/config/shared_config.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client/auth.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client/client.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client/endpoints.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client/middleware.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/provider.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/processcreds/provider.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/ssocreds/sso_cached_token.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/ssocreds/sso_credentials_provider.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/stscreds/assume_role_provider.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/credentials/stscreds/web_identity_provider.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_client.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetDynamicData.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetIAMInfo.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetInstanceIdentityDocument.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetMetadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetRegion.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetToken.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetUserData.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/auth.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/doc.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/endpoints.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/request_middleware.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/bucket_region.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/download.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/upload.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/auth/scheme.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/auth/smithy/bearer_token_adapter.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/auth/smithy/bearer_token_signer_adapter.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/auth/smithy/credentials_adapter.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/auth/smithy/v4signer_adapter.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/awsutil/path_value.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/context/context.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn/partition.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn/partitions.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn/partitions.json is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/ini/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/ini/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/ini/strings.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/ini/value.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/middleware/middleware.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/v4a/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/v4a/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/internal/v4a/smithy.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/middleware_add.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/middleware_compute_input_checksum.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/middleware_setup_context.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/context.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/metadata_retriever.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_client.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_AbortMultipartUpload.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CompleteMultipartUpload.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CopyObject.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CreateBucket.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CreateMultipartUpload.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CreateSession.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucket.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketAnalyticsConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketCors.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketEncryption.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketIntelligentTieringConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketInventoryConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketLifecycle.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketMetricsConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketOwnershipControls.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketPolicy.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketReplication.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketTagging.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketWebsite.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteObject.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteObjectTagging.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteObjects.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeletePublicAccessBlock.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketAccelerateConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketAcl.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketAnalyticsConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketCors.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketEncryption.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketIntelligentTieringConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketInventoryConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketLifecycleConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketLocation.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketLogging.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketMetricsConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketNotificationConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketOwnershipControls.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketPolicy.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketPolicyStatus.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketReplication.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketRequestPayment.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketTagging.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketVersioning.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketWebsite.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObject.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectAcl.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectAttributes.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectLegalHold.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectLockConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectRetention.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectTagging.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectTorrent.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetPublicAccessBlock.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_HeadBucket.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_HeadObject.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListBucketAnalyticsConfigurations.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListBucketIntelligentTieringConfigurations.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListBucketInventoryConfigurations.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListBucketMetricsConfigurations.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListBuckets.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListDirectoryBuckets.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListMultipartUploads.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListObjectVersions.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListObjects.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListObjectsV2.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_ListParts.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketAccelerateConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketAcl.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketAnalyticsConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketCors.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketEncryption.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketIntelligentTieringConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketInventoryConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketLifecycleConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketLogging.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketMetricsConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketNotificationConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketOwnershipControls.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketPolicy.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketReplication.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketRequestPayment.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketTagging.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketVersioning.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutBucketWebsite.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutObject.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutObjectAcl.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutObjectLegalHold.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutObjectLockConfiguration.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutObjectRetention.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutObjectTagging.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_PutPublicAccessBlock.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_RestoreObject.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_SelectObjectContent.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_UploadPart.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_UploadPartCopy.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_WriteGetObjectResponse.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/auth.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/bucket_context.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/create_mpu_checksum.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/deserializers.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/endpoint_auth_resolver.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/endpoints.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/express.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/express_default.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/express_resolve.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/express_user_agent.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/generated.json is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/handwritten_paginators.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations/context.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations/express.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations/express_config.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations/express_default_checksum.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations/express_properties.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations/express_signer.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations/express_signer_smithy.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations/signer_wrapper.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints/endpoints.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/options.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/presign_post.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/serialize_immutable_hostname_bucket.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/serializers.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/types/enums.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/types/errors.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/types/types.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/uri_context.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/s3/validators.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_client.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_op_GetRoleCredentials.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_op_ListAccountRoles.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_op_ListAccounts.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_op_Logout.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/auth.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/deserializers.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/doc.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/endpoints.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/generated.json is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints/endpoints.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/options.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/serializers.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sso/types/types.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/api_client.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/api_op_CreateToken.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/api_op_CreateTokenWithIAM.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/api_op_RegisterClient.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/api_op_StartDeviceAuthorization.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/auth.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/deserializers.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/doc.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/endpoints.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/generated.json is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/go_module_metadata.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints/endpoints.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/options.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/serializers.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/types/errors.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sts/CHANGELOG.md is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_client.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_AssumeRole.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_AssumeRoleWithSAML.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_AssumeRoleWithWebIdentity.go is excluded by !vendor/** and included by none
  • vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_DecodeAuthorizationMessage.go is excluded by !vendor/** and included by none
📒 Files selected for processing (1)
  • go.mod (1 hunks)
🔇 Additional comments (3)
go.mod (3)

17-105: LGTM! Indirect dependency updates look good.

The indirect dependency updates include important security-related packages and maintain consistent versioning across related packages (e.g., AWS SDK components).


1-105: Verify module consistency.

Before merging, please verify the module configuration:

#!/bin/bash
# Verify module consistency and download dependencies
go mod tidy
go mod verify

# Check for any dependency conflicts
go mod graph | rg -v "github.com/conductorone/baton-postgresql" | awk '{print $2}' | sort | uniq -d

8-13: Verify compatibility with baton-sdk v0.2.44.

The dependency updates look good and align with the PR objectives. The addition of viper suggests new configuration management capabilities.

Let's verify if there are any breaking changes in baton-sdk that need attention:

✅ Verification successful

Based on the results from our verification scripts, I can now generate the final response:

The dependency update to baton-sdk v0.2.44 appears safe to proceed with.

The codebase shows consistent integration with baton-sdk across connector implementation files, and there are no conflicting version constraints or migration warnings. The update from a previous version to v0.2.44 is a standard minor version bump, suggesting backward compatibility is maintained.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check for any existing uses of potentially changed APIs
rg -l "github.com/conductorone/baton-sdk" | xargs rg "v0.1.33"

# Look for any TODO or FIXME comments related to baton-sdk
rg -i "todo.*baton-sdk|fixme.*baton-sdk"

Length of output: 433


Script:

#!/bin/bash
# Let's try a different approach to check for baton-sdk usage patterns
# First, find all Go files that import baton-sdk
rg -l "github.com/conductorone/baton-sdk"

# Then look for any specific baton-sdk API usage patterns
rg "baton\." -A 2 -B 2

# Check for any migration or upgrade related comments
rg -i "(upgrade|migration|breaking).*baton"

Length of output: 42139


Script:

#!/bin/bash
# Let's check for any changes in the connector implementation that might be affected by the SDK update
rg -l "github.com/conductorone/baton-sdk" pkg/ cmd/ -g '!vendor/*'

# Look for specific connector implementation patterns
rg "type.*Connector.*struct" -A 5 pkg/

# Check for any specific version constraints or comments in go.mod
rg "baton-sdk.*v0" go.mod go.sum

Length of output: 755

Comment on lines +3 to +5
go 1.22.7

toolchain go1.23.2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Review Go version and toolchain configuration.

There appears to be a version mismatch in the Go configuration:

  1. The specified Go version 1.22.7 doesn't exist yet (latest is 1.22.1)
  2. The toolchain version go1.23.2 is ahead of the base Go version

Consider updating to:

-go 1.22.7
-toolchain go1.23.2
+go 1.22.1

Committable suggestion skipped: line range outside the PR's diff.

Copy link
Contributor

@ggreer ggreer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@phoebesimon phoebesimon merged commit 3a803e8 into main Nov 13, 2024
@phoebesimon phoebesimon deleted the phoebeyu/update-baton-sdk branch November 13, 2024 01:08
@coderabbitai coderabbitai bot mentioned this pull request Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants