fluxninja / aperture

Rate limiting, caching, and request prioritization for modern workloads
https://docs.fluxninja.com
Apache License 2.0
641 stars 25 forks source link

Upgrade go 1.21.5 #3075

Closed hdkshingala closed 10 months ago

hdkshingala commented 10 months ago

Summary by CodeRabbit

coderabbitai[bot] commented 10 months ago

Walkthrough

The recent updates focus on incrementing version numbers for tools and Docker images. The golang tool receives a minor version bump, and corresponding Dockerfiles are modified to use the updated Golang image. Additionally, cache keys and version identifiers in the CircleCI configuration files are refreshed to align with these new versions.

Changes

Files Change Summary
.circleci/config.yml, .circleci/continue-workflows.yml Updated cache keys and version numbers for ASDF, Docker images, and caches.
.tool-versions Updated golang version from 1.21.4 to 1.21.5.
cmd/.../Dockerfile (multiple), operator/Dockerfile, playground/.../Dockerfile (multiple), sdks/.../Dockerfile Updated base image from golang:1.21.4-bullseye to golang:1.21.5-bullseye and modified related cache targets and identifiers.

Poem

🐇 CodeRabbit here, hip hop hooray! For Golang's new patch, we update today! CircleCI's cache, now fresh and spry, Docker's new tag, under the CI sky! 🌟


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - You can directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit ``.` - You can tag CodeRabbit on specific lines of code or entire files in the PR by tagging `@coderabbitai` in a comment. Examples: - `@coderabbitai generate unit tests for this file` - `@coderabbitai modularize this function` - You can tag `@coderabbitai` in a PR comment and ask questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions. Examples: - `@coderabbitai gather interesting statistics about this repository and render them in a table.` - `@coderabbitai show all the `console.log` statements in this repository.` - `@coderabbitai generate unit tests for the `src/utils.ts` file.` ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - 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/coderabbit-overrides.v2.json` ### CodeRabbit Discord Community Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback.