Skip to content
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

Upcoming Release Changes #6601

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Upcoming Release Changes #6601

wants to merge 1 commit into from

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Mar 10, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@graphql-hive/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

[email protected]

Major Changes

  • #6556
    7b9129c
    Thanks @n1ru4l! - Add organization access tokens; a new way to issue
    access tokens for performing actions with the CLI and doing usage reporting.

    Breaking Change: The usage service now requires environment variables for Postgres
    (POSTGRES_SSL, POSTGRES_HOST, POSTGRES_PORT, POSTGRES_DB, POSTGRES_USER,
    POSTGRES_PASSWORD) and Redis (REDIS_HOST, REDIS_PORT, REDIS_PASSWORD,
    REDIS_TLS_ENABLED).

    For more information please refer to the organization access token documentation.

  • #6613
    0fd4d96
    Thanks @n1ru4l! - Restructure the environment variables used for the
    Hive Cloud hosting. While this is techincally a breaking change it will not really affect people
    self-hosting Hive.

    Breaking: Remove unused environment variable options HIVE_REPORTING,
    HIVE_REPORTING_ENDPOINT and HIVE_USAGE_DATA_RETENTION_PURGE_INTERVAL_MINUTES from the server
    service.

    These environment variables are obsolete since the Hive GraphQL schema is reported via the Hive
    CLI instead.

    Breaking: Replace the environment variable option HIVE with HIVE_USAGE, rename environment
    variable option HIVE_API_TOKEN to HIVE_USAGE_ACCESS_TOKEN for the server service. Require
    providing the HIVE_USAGE_ACCESS_TOKEN environment variable if HIVE_USAGE is set to 1.

Patch Changes

Copy link
Contributor

coderabbitai bot commented Mar 10, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

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

📝 Walkthrough

Summary by CodeRabbit

  • New Features

    • Introduced organization access tokens to enhance CLI actions and usage reporting.
  • Bug Fixes

    • Corrected insights range handling when identical start and end dates are selected.
    • Improved system stability by updating health checks tied to messaging components.
    • Enforced stricter service naming rules and ensured proper TTL settings on views.
  • Chores

    • Updated version numbers and dependency references across multiple libraries.
    • Expanded release notes to reflect these changes.

Walkthrough

This pull request removes outdated patch note files and updates the changelog to reflect a new version 6.0.0. This version introduces organization access tokens for CLI actions and usage reporting, along with a breaking change requiring specific environment variables for the usage service. Additionally, it addresses a bug fix related to the insights range when the same start and end dates are selected and enforces stricter naming conventions for services. The package versions have been updated accordingly, with no alterations to the public API.

Changes

File(s) Summary
.changeset/big-cars-tie.md
deployment/CHANGELOG.md
Removed outdated patch note and added a new changelog entry for version 6.0.0, detailing the insights range fix (#6594) and organization access tokens.
deployment/package.json Updated package version from "5.1.3" to "6.0.0".
.changeset/rotten-scissors-matter.md
packages/libraries/cli/CHANGELOG.md
packages/libraries/cli/package.json
Added changelog entry for @graphql-hive/cli version 0.49.1, which includes a restriction on service names to a maximum of 64 characters and specific allowed characters.
.changeset/neat-ladybugs-pay.md Removed outdated patch note regarding the introduction of organization access tokens and environment variable requirements for the usage service.
.changeset/six-jeans-greet.md Removed outdated patch note ensuring all materialized views have the correct TTL settings.
packages/libraries/apollo/CHANGELOG.md
packages/libraries/apollo/package.json
Updated @graphql-hive/apollo version from 0.38.0 to 0.38.1, reflecting a dependency update for @graphql-hive/core.
packages/libraries/core/CHANGELOG.md
packages/libraries/core/package.json
Updated @graphql-hive/core version from 0.10.0 to 0.10.1, indicating new capabilities for experimental persisted documents.
packages/libraries/envelop/CHANGELOG.md
packages/libraries/envelop/package.json
Updated @graphql-hive/envelop version from 0.35.0 to 0.35.1, reflecting a dependency update for @graphql-hive/core.
packages/libraries/yoga/CHANGELOG.md
packages/libraries/yoga/package.json
Updated @graphql-hive/yoga version from 0.41.0 to 0.41.1, reflecting a dependency update for @graphql-hive/core.

Possibly related PRs

  • Upcoming Release Changes #6406: Related to the fix for the insights range when the same start and end dates are selected, addressing the same issue in the insights functionality.
  • Upcoming Release Changes gateway#612: Related to the fix for the insights range when the same start and end dates are selected, addressing the same issue in the usage service.
  • chore: it is a breaking change #6604: Directly related to the breaking change involving organization access tokens and the usage service that requires specific environment variables.

🪧 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
Contributor

github-actions bot commented Mar 10, 2025

🚀 Snapshot Release (rc)

The latest changes of this PR are available as rc on npm (based on the declared changesets):

Package Version Info
@graphql-hive/apollo 0.38.1-rc-20250316081514-55f58438913ae254dc681d9a59851781e42536c8 npm ↗︎ unpkg ↗︎
@graphql-hive/cli 0.49.1-rc-20250316081514-55f58438913ae254dc681d9a59851781e42536c8 npm ↗︎ unpkg ↗︎
@graphql-hive/core 0.10.1-rc-20250316081514-55f58438913ae254dc681d9a59851781e42536c8 npm ↗︎ unpkg ↗︎
@graphql-hive/envelop 0.35.1-rc-20250316081514-55f58438913ae254dc681d9a59851781e42536c8 npm ↗︎ unpkg ↗︎
@graphql-hive/yoga 0.41.1-rc-20250316081514-55f58438913ae254dc681d9a59851781e42536c8 npm ↗︎ unpkg ↗︎
hive 6.0.0-rc-20250316081514-55f58438913ae254dc681d9a59851781e42536c8 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Mar 10, 2025

💻 Website Preview

The latest changes are available as preview in: https://1981b108.hive-landing-page.pages.dev

Copy link
Contributor

github-actions bot commented Mar 10, 2025

🐋 This PR was built and pushed to the following Docker images:

Targets: build

Platforms: linux/arm64

Image Tag: 55f58438913ae254dc681d9a59851781e42536c8

Docker Bake metadata
{
"app": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/api/health",
          "build-arg:IMAGE_DESCRIPTION": "The app of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/app",
          "build-arg:PORT": "3000",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/app",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/n3c9myftnbxn7cxvti3y83jzi",
  "containerimage.config.digest": "sha256:e3fecabf333567e8f359f19a49b889444bb298ba3e2ffd78d94d4b5087fbeb42",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:7f1baaa153800d9928724dbb5cfabaade071e43efc4282a099ca9b856b6c82d2",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:7f1baaa153800d9928724dbb5cfabaade071e43efc4282a099ca9b856b6c82d2",
  "image.name": "ghcr.io/graphql-hive/app:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/app:changeset_release_main-arm64"
},
"buildx.build.warnings": [
  {
    "vertex": "sha256:cc9befc0acd908ac4f85f64b90e877e7428406e2b5adf0bf3c74ef4594dc444f",
    "level": 1,
    "short": "TGVnYWN5S2V5VmFsdWVGb3JtYXQ6ICJFTlYga2V5PXZhbHVlIiBzaG91bGQgYmUgdXNlZCBpbnN0ZWFkIG9mIGxlZ2FjeSAiRU5WIGtleSB2YWx1ZSIgZm9ybWF0IChsaW5lIDIxKQ==",
    "detail": [
      "TGVnYWN5IGtleS92YWx1ZSBmb3JtYXQgd2l0aCB3aGl0ZXNwYWNlIHNlcGFyYXRvciBzaG91bGQgbm90IGJlIHVzZWQ="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/",
    "sourceInfo": {
      "filename": "services.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSB3Z2V0IGNhLWNlcnRpZmljYXRlcyAmJiBybSAtcmYgL3Zhci9saWIvYXB0L2xpc3RzLyoKCkFSRyBTRVJWSUNFX0RJUl9OQU1FCldPUktESVIgL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UubGljZW5zZXM9TUlUCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS50aXRsZT0kSU1BR0VfVElUTEUKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlcnNpb249JFJFTEVBU0UKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmRlc2NyaXB0aW9uPSRJTUFHRV9ERVNDUklQVElPTgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UuYXV0aG9ycz0iVGhlIEd1aWxkIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudmVuZG9yPSJLYW1pbCBLaXNpZWxhIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudXJsPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2Uuc291cmNlPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgoKRU5WIEVOVklST05NRU5UIHByb2R1Y3Rpb24KRU5WIFJFTEVBU0UgJFJFTEVBU0UKRU5WIFBPUlQgJFBPUlQKCkhFQUxUSENIRUNLIC0taW50ZXJ2YWw9NXMgXAogIC0tdGltZW91dD01cyBcCiAgLS1zdGFydC1wZXJpb2Q9NXMgXAogIC0tcmV0cmllcz02IFwKICBDTUQgJEhFQUxUSENIRUNLX0NNRAoKRU5UUllQT0lOVCBbICIvZW50cnlwb2ludC5zaCIgXQo=",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 21
        },
        "end": {
          "line": 21
        }
      }
    ]
  },
  {
    "vertex": "sha256:cc9befc0acd908ac4f85f64b90e877e7428406e2b5adf0bf3c74ef4594dc444f",
    "level": 1,
    "short": "VW5kZWZpbmVkVmFyOiBVc2FnZSBvZiB1bmRlZmluZWQgdmFyaWFibGUgJyRQT1JUJyAobGluZSAyMik=",
    "detail": [
      "VmFyaWFibGVzIHNob3VsZCBiZSBkZWZpbmVkIGJlZm9yZSB0aGVpciB1c2U="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/undefined-var/",
    "sourceInfo": {
      "filename": "services.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSB3Z2V0IGNhLWNlcnRpZmljYXRlcyAmJiBybSAtcmYgL3Zhci9saWIvYXB0L2xpc3RzLyoKCkFSRyBTRVJWSUNFX0RJUl9OQU1FCldPUktESVIgL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UubGljZW5zZXM9TUlUCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS50aXRsZT0kSU1BR0VfVElUTEUKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlcnNpb249JFJFTEVBU0UKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmRlc2NyaXB0aW9uPSRJTUFHRV9ERVNDUklQVElPTgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UuYXV0aG9ycz0iVGhlIEd1aWxkIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudmVuZG9yPSJLYW1pbCBLaXNpZWxhIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudXJsPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2Uuc291cmNlPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgoKRU5WIEVOVklST05NRU5UIHByb2R1Y3Rpb24KRU5WIFJFTEVBU0UgJFJFTEVBU0UKRU5WIFBPUlQgJFBPUlQKCkhFQUxUSENIRUNLIC0taW50ZXJ2YWw9NXMgXAogIC0tdGltZW91dD01cyBcCiAgLS1zdGFydC1wZXJpb2Q9NXMgXAogIC0tcmV0cmllcz02IFwKICBDTUQgJEhFQUxUSENIRUNLX0NNRAoKRU5UUllQT0lOVCBbICIvZW50cnlwb2ludC5zaCIgXQo=",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 22
        },
        "end": {
          "line": 22
        }
      }
    ]
  },
  {
    "vertex": "sha256:cb289b9ebe0c0bf7e9f414a8b2a5c80fc3338fb9a6a4838073c271f076aa7dac",
    "level": 1,
    "short": "TGVnYWN5S2V5VmFsdWVGb3JtYXQ6ICJFTlYga2V5PXZhbHVlIiBzaG91bGQgYmUgdXNlZCBpbnN0ZWFkIG9mIGxlZ2FjeSAiRU5WIGtleSB2YWx1ZSIgZm9ybWF0IChsaW5lIDEyKQ==",
    "detail": [
      "TGVnYWN5IGtleS92YWx1ZSBmb3JtYXQgd2l0aCB3aGl0ZXNwYWNlIHNlcGFyYXRvciBzaG91bGQgbm90IGJlIHVzZWQ="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/",
    "sourceInfo": {
      "filename": "migrations.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSBjYS1jZXJ0aWZpY2F0ZXMKCldPUktESVIgL3Vzci9zcmMvYXBwCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpFTlYgRU5WSVJPTk1FTlQgcHJvZHVjdGlvbgpFTlYgTk9ERV9FTlYgcHJvZHVjdGlvbgpFTlYgUkVMRUFTRSAkUkVMRUFTRQoKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmxpY2Vuc2VzPU1JVApMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudGl0bGU9JElNQUdFX1RJVExFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS52ZXJzaW9uPSRSRUxFQVNFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS5kZXNjcmlwdGlvbj0kSU1BR0VfREVTQ1JJUFRJT04KTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmF1dGhvcnM9IlRoZSBHdWlsZCIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlbmRvcj0iS2FtaWwgS2lzaWVsYSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnVybD0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnNvdXJjZT0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKCkVOVFJZUE9JTlQgWyAiL2VudHJ5cG9pbnQuc2giIF0K",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 12
        },
        "end": {
          "line": 12
        }
      }
    ]
  },
  {
    "vertex": "sha256:cc9befc0acd908ac4f85f64b90e877e7428406e2b5adf0bf3c74ef4594dc444f",
    "level": 1,
    "short": "VW5kZWZpbmVkVmFyOiBVc2FnZSBvZiB1bmRlZmluZWQgdmFyaWFibGUgJyRJTUFHRV9USVRMRScgKGxpbmUgMTIp",
    "detail": [
      "VmFyaWFibGVzIHNob3VsZCBiZSBkZWZpbmVkIGJlZm9yZSB0aGVpciB1c2U="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/undefined-var/",
    "sourceInfo": {
      "filename": "services.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSB3Z2V0IGNhLWNlcnRpZmljYXRlcyAmJiBybSAtcmYgL3Zhci9saWIvYXB0L2xpc3RzLyoKCkFSRyBTRVJWSUNFX0RJUl9OQU1FCldPUktESVIgL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UubGljZW5zZXM9TUlUCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS50aXRsZT0kSU1BR0VfVElUTEUKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlcnNpb249JFJFTEVBU0UKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmRlc2NyaXB0aW9uPSRJTUFHRV9ERVNDUklQVElPTgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UuYXV0aG9ycz0iVGhlIEd1aWxkIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudmVuZG9yPSJLYW1pbCBLaXNpZWxhIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudXJsPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2Uuc291cmNlPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgoKRU5WIEVOVklST05NRU5UIHByb2R1Y3Rpb24KRU5WIFJFTEVBU0UgJFJFTEVBU0UKRU5WIFBPUlQgJFBPUlQKCkhFQUxUSENIRUNLIC0taW50ZXJ2YWw9NXMgXAogIC0tdGltZW91dD01cyBcCiAgLS1zdGFydC1wZXJpb2Q9NXMgXAogIC0tcmV0cmllcz02IFwKICBDTUQgJEhFQUxUSENIRUNLX0NNRAoKRU5UUllQT0lOVCBbICIvZW50cnlwb2ludC5zaCIgXQo=",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 12
        },
        "end": {
          "line": 12
        }
      }
    ]
  },
  {
    "vertex": "sha256:cc9befc0acd908ac4f85f64b90e877e7428406e2b5adf0bf3c74ef4594dc444f",
    "level": 1,
    "short": "VW5kZWZpbmVkVmFyOiBVc2FnZSBvZiB1bmRlZmluZWQgdmFyaWFibGUgJyRSRUxFQVNFJyAobGluZSAxMyk=",
    "detail": [
      "VmFyaWFibGVzIHNob3VsZCBiZSBkZWZpbmVkIGJlZm9yZSB0aGVpciB1c2U="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/undefined-var/",
    "sourceInfo": {
      "filename": "services.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSB3Z2V0IGNhLWNlcnRpZmljYXRlcyAmJiBybSAtcmYgL3Zhci9saWIvYXB0L2xpc3RzLyoKCkFSRyBTRVJWSUNFX0RJUl9OQU1FCldPUktESVIgL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UubGljZW5zZXM9TUlUCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS50aXRsZT0kSU1BR0VfVElUTEUKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlcnNpb249JFJFTEVBU0UKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmRlc2NyaXB0aW9uPSRJTUFHRV9ERVNDUklQVElPTgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UuYXV0aG9ycz0iVGhlIEd1aWxkIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudmVuZG9yPSJLYW1pbCBLaXNpZWxhIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudXJsPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2Uuc291cmNlPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgoKRU5WIEVOVklST05NRU5UIHByb2R1Y3Rpb24KRU5WIFJFTEVBU0UgJFJFTEVBU0UKRU5WIFBPUlQgJFBPUlQKCkhFQUxUSENIRUNLIC0taW50ZXJ2YWw9NXMgXAogIC0tdGltZW91dD01cyBcCiAgLS1zdGFydC1wZXJpb2Q9NXMgXAogIC0tcmV0cmllcz02IFwKICBDTUQgJEhFQUxUSENIRUNLX0NNRAoKRU5UUllQT0lOVCBbICIvZW50cnlwb2ludC5zaCIgXQo=",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 13
        },
        "end": {
          "line": 13
        }
      }
    ]
  },
  {
    "vertex": "sha256:cc9befc0acd908ac4f85f64b90e877e7428406e2b5adf0bf3c74ef4594dc444f",
    "level": 1,
    "short": "TGVnYWN5S2V5VmFsdWVGb3JtYXQ6ICJFTlYga2V5PXZhbHVlIiBzaG91bGQgYmUgdXNlZCBpbnN0ZWFkIG9mIGxlZ2FjeSAiRU5WIGtleSB2YWx1ZSIgZm9ybWF0IChsaW5lIDIyKQ==",
    "detail": [
      "TGVnYWN5IGtleS92YWx1ZSBmb3JtYXQgd2l0aCB3aGl0ZXNwYWNlIHNlcGFyYXRvciBzaG91bGQgbm90IGJlIHVzZWQ="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/",
    "sourceInfo": {
      "filename": "services.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSB3Z2V0IGNhLWNlcnRpZmljYXRlcyAmJiBybSAtcmYgL3Zhci9saWIvYXB0L2xpc3RzLyoKCkFSRyBTRVJWSUNFX0RJUl9OQU1FCldPUktESVIgL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UubGljZW5zZXM9TUlUCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS50aXRsZT0kSU1BR0VfVElUTEUKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlcnNpb249JFJFTEVBU0UKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmRlc2NyaXB0aW9uPSRJTUFHRV9ERVNDUklQVElPTgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UuYXV0aG9ycz0iVGhlIEd1aWxkIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudmVuZG9yPSJLYW1pbCBLaXNpZWxhIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudXJsPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2Uuc291cmNlPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgoKRU5WIEVOVklST05NRU5UIHByb2R1Y3Rpb24KRU5WIFJFTEVBU0UgJFJFTEVBU0UKRU5WIFBPUlQgJFBPUlQKCkhFQUxUSENIRUNLIC0taW50ZXJ2YWw9NXMgXAogIC0tdGltZW91dD01cyBcCiAgLS1zdGFydC1wZXJpb2Q9NXMgXAogIC0tcmV0cmllcz02IFwKICBDTUQgJEhFQUxUSENIRUNLX0NNRAoKRU5UUllQT0lOVCBbICIvZW50cnlwb2ludC5zaCIgXQo=",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 22
        },
        "end": {
          "line": 22
        }
      }
    ]
  },
  {
    "vertex": "sha256:cb289b9ebe0c0bf7e9f414a8b2a5c80fc3338fb9a6a4838073c271f076aa7dac",
    "level": 1,
    "short": "TGVnYWN5S2V5VmFsdWVGb3JtYXQ6ICJFTlYga2V5PXZhbHVlIiBzaG91bGQgYmUgdXNlZCBpbnN0ZWFkIG9mIGxlZ2FjeSAiRU5WIGtleSB2YWx1ZSIgZm9ybWF0IChsaW5lIDEwKQ==",
    "detail": [
      "TGVnYWN5IGtleS92YWx1ZSBmb3JtYXQgd2l0aCB3aGl0ZXNwYWNlIHNlcGFyYXRvciBzaG91bGQgbm90IGJlIHVzZWQ="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/",
    "sourceInfo": {
      "filename": "migrations.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSBjYS1jZXJ0aWZpY2F0ZXMKCldPUktESVIgL3Vzci9zcmMvYXBwCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpFTlYgRU5WSVJPTk1FTlQgcHJvZHVjdGlvbgpFTlYgTk9ERV9FTlYgcHJvZHVjdGlvbgpFTlYgUkVMRUFTRSAkUkVMRUFTRQoKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmxpY2Vuc2VzPU1JVApMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudGl0bGU9JElNQUdFX1RJVExFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS52ZXJzaW9uPSRSRUxFQVNFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS5kZXNjcmlwdGlvbj0kSU1BR0VfREVTQ1JJUFRJT04KTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmF1dGhvcnM9IlRoZSBHdWlsZCIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlbmRvcj0iS2FtaWwgS2lzaWVsYSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnVybD0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnNvdXJjZT0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKCkVOVFJZUE9JTlQgWyAiL2VudHJ5cG9pbnQuc2giIF0K",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 10
        },
        "end": {
          "line": 10
        }
      }
    ]
  },
  {
    "vertex": "sha256:cc9befc0acd908ac4f85f64b90e877e7428406e2b5adf0bf3c74ef4594dc444f",
    "level": 1,
    "short": "VW5kZWZpbmVkVmFyOiBVc2FnZSBvZiB1bmRlZmluZWQgdmFyaWFibGUgJyRJTUFHRV9ERVNDUklQVElPTicgKGxpbmUgMTQp",
    "detail": [
      "VmFyaWFibGVzIHNob3VsZCBiZSBkZWZpbmVkIGJlZm9yZSB0aGVpciB1c2U="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/undefined-var/",
    "sourceInfo": {
      "filename": "services.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSB3Z2V0IGNhLWNlcnRpZmljYXRlcyAmJiBybSAtcmYgL3Zhci9saWIvYXB0L2xpc3RzLyoKCkFSRyBTRVJWSUNFX0RJUl9OQU1FCldPUktESVIgL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UubGljZW5zZXM9TUlUCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS50aXRsZT0kSU1BR0VfVElUTEUKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlcnNpb249JFJFTEVBU0UKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmRlc2NyaXB0aW9uPSRJTUFHRV9ERVNDUklQVElPTgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UuYXV0aG9ycz0iVGhlIEd1aWxkIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudmVuZG9yPSJLYW1pbCBLaXNpZWxhIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudXJsPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2Uuc291cmNlPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgoKRU5WIEVOVklST05NRU5UIHByb2R1Y3Rpb24KRU5WIFJFTEVBU0UgJFJFTEVBU0UKRU5WIFBPUlQgJFBPUlQKCkhFQUxUSENIRUNLIC0taW50ZXJ2YWw9NXMgXAogIC0tdGltZW91dD01cyBcCiAgLS1zdGFydC1wZXJpb2Q9NXMgXAogIC0tcmV0cmllcz02IFwKICBDTUQgJEhFQUxUSENIRUNLX0NNRAoKRU5UUllQT0lOVCBbICIvZW50cnlwb2ludC5zaCIgXQo=",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 14
        },
        "end": {
          "line": 14
        }
      }
    ]
  },
  {
    "vertex": "sha256:cc9befc0acd908ac4f85f64b90e877e7428406e2b5adf0bf3c74ef4594dc444f",
    "level": 1,
    "short": "TGVnYWN5S2V5VmFsdWVGb3JtYXQ6ICJFTlYga2V5PXZhbHVlIiBzaG91bGQgYmUgdXNlZCBpbnN0ZWFkIG9mIGxlZ2FjeSAiRU5WIGtleSB2YWx1ZSIgZm9ybWF0IChsaW5lIDIwKQ==",
    "detail": [
      "TGVnYWN5IGtleS92YWx1ZSBmb3JtYXQgd2l0aCB3aGl0ZXNwYWNlIHNlcGFyYXRvciBzaG91bGQgbm90IGJlIHVzZWQ="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/",
    "sourceInfo": {
      "filename": "services.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSB3Z2V0IGNhLWNlcnRpZmljYXRlcyAmJiBybSAtcmYgL3Zhci9saWIvYXB0L2xpc3RzLyoKCkFSRyBTRVJWSUNFX0RJUl9OQU1FCldPUktESVIgL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UubGljZW5zZXM9TUlUCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS50aXRsZT0kSU1BR0VfVElUTEUKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlcnNpb249JFJFTEVBU0UKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmRlc2NyaXB0aW9uPSRJTUFHRV9ERVNDUklQVElPTgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UuYXV0aG9ycz0iVGhlIEd1aWxkIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudmVuZG9yPSJLYW1pbCBLaXNpZWxhIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudXJsPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2Uuc291cmNlPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgoKRU5WIEVOVklST05NRU5UIHByb2R1Y3Rpb24KRU5WIFJFTEVBU0UgJFJFTEVBU0UKRU5WIFBPUlQgJFBPUlQKCkhFQUxUSENIRUNLIC0taW50ZXJ2YWw9NXMgXAogIC0tdGltZW91dD01cyBcCiAgLS1zdGFydC1wZXJpb2Q9NXMgXAogIC0tcmV0cmllcz02IFwKICBDTUQgJEhFQUxUSENIRUNLX0NNRAoKRU5UUllQT0lOVCBbICIvZW50cnlwb2ludC5zaCIgXQo=",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 20
        },
        "end": {
          "line": 20
        }
      }
    ]
  },
  {
    "vertex": "sha256:cb289b9ebe0c0bf7e9f414a8b2a5c80fc3338fb9a6a4838073c271f076aa7dac",
    "level": 1,
    "short": "VW5kZWZpbmVkVmFyOiBVc2FnZSBvZiB1bmRlZmluZWQgdmFyaWFibGUgJyRSRUxFQVNFJyAobGluZSAxMik=",
    "detail": [
      "VmFyaWFibGVzIHNob3VsZCBiZSBkZWZpbmVkIGJlZm9yZSB0aGVpciB1c2U="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/undefined-var/",
    "sourceInfo": {
      "filename": "migrations.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSBjYS1jZXJ0aWZpY2F0ZXMKCldPUktESVIgL3Vzci9zcmMvYXBwCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpFTlYgRU5WSVJPTk1FTlQgcHJvZHVjdGlvbgpFTlYgTk9ERV9FTlYgcHJvZHVjdGlvbgpFTlYgUkVMRUFTRSAkUkVMRUFTRQoKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmxpY2Vuc2VzPU1JVApMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudGl0bGU9JElNQUdFX1RJVExFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS52ZXJzaW9uPSRSRUxFQVNFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS5kZXNjcmlwdGlvbj0kSU1BR0VfREVTQ1JJUFRJT04KTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmF1dGhvcnM9IlRoZSBHdWlsZCIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlbmRvcj0iS2FtaWwgS2lzaWVsYSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnVybD0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnNvdXJjZT0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKCkVOVFJZUE9JTlQgWyAiL2VudHJ5cG9pbnQuc2giIF0K",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 12
        },
        "end": {
          "line": 12
        }
      }
    ]
  },
  {
    "vertex": "sha256:cc9befc0acd908ac4f85f64b90e877e7428406e2b5adf0bf3c74ef4594dc444f",
    "level": 1,
    "short": "VW5kZWZpbmVkVmFyOiBVc2FnZSBvZiB1bmRlZmluZWQgdmFyaWFibGUgJyRSRUxFQVNFJyAobGluZSAyMSk=",
    "detail": [
      "VmFyaWFibGVzIHNob3VsZCBiZSBkZWZpbmVkIGJlZm9yZSB0aGVpciB1c2U="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/undefined-var/",
    "sourceInfo": {
      "filename": "services.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSB3Z2V0IGNhLWNlcnRpZmljYXRlcyAmJiBybSAtcmYgL3Zhci9saWIvYXB0L2xpc3RzLyoKCkFSRyBTRVJWSUNFX0RJUl9OQU1FCldPUktESVIgL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLyRTRVJWSUNFX0RJUl9OQU1FLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UubGljZW5zZXM9TUlUCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS50aXRsZT0kSU1BR0VfVElUTEUKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlcnNpb249JFJFTEVBU0UKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmRlc2NyaXB0aW9uPSRJTUFHRV9ERVNDUklQVElPTgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UuYXV0aG9ycz0iVGhlIEd1aWxkIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudmVuZG9yPSJLYW1pbCBLaXNpZWxhIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudXJsPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgpMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2Uuc291cmNlPSJodHRwczovL2dpdGh1Yi5jb20vZ3JhcGhxbC1oaXZlL3BsYXRmb3JtIgoKRU5WIEVOVklST05NRU5UIHByb2R1Y3Rpb24KRU5WIFJFTEVBU0UgJFJFTEVBU0UKRU5WIFBPUlQgJFBPUlQKCkhFQUxUSENIRUNLIC0taW50ZXJ2YWw9NXMgXAogIC0tdGltZW91dD01cyBcCiAgLS1zdGFydC1wZXJpb2Q9NXMgXAogIC0tcmV0cmllcz02IFwKICBDTUQgJEhFQUxUSENIRUNLX0NNRAoKRU5UUllQT0lOVCBbICIvZW50cnlwb2ludC5zaCIgXQo=",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 21
        },
        "end": {
          "line": 21
        }
      }
    ]
  },
  {
    "vertex": "sha256:cb289b9ebe0c0bf7e9f414a8b2a5c80fc3338fb9a6a4838073c271f076aa7dac",
    "level": 1,
    "short": "TGVnYWN5S2V5VmFsdWVGb3JtYXQ6ICJFTlYga2V5PXZhbHVlIiBzaG91bGQgYmUgdXNlZCBpbnN0ZWFkIG9mIGxlZ2FjeSAiRU5WIGtleSB2YWx1ZSIgZm9ybWF0IChsaW5lIDExKQ==",
    "detail": [
      "TGVnYWN5IGtleS92YWx1ZSBmb3JtYXQgd2l0aCB3aGl0ZXNwYWNlIHNlcGFyYXRvciBzaG91bGQgbm90IGJlIHVzZWQ="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/",
    "sourceInfo": {
      "filename": "migrations.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSBjYS1jZXJ0aWZpY2F0ZXMKCldPUktESVIgL3Vzci9zcmMvYXBwCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpFTlYgRU5WSVJPTk1FTlQgcHJvZHVjdGlvbgpFTlYgTk9ERV9FTlYgcHJvZHVjdGlvbgpFTlYgUkVMRUFTRSAkUkVMRUFTRQoKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmxpY2Vuc2VzPU1JVApMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudGl0bGU9JElNQUdFX1RJVExFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS52ZXJzaW9uPSRSRUxFQVNFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS5kZXNjcmlwdGlvbj0kSU1BR0VfREVTQ1JJUFRJT04KTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmF1dGhvcnM9IlRoZSBHdWlsZCIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlbmRvcj0iS2FtaWwgS2lzaWVsYSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnVybD0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnNvdXJjZT0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKCkVOVFJZUE9JTlQgWyAiL2VudHJ5cG9pbnQuc2giIF0K",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 11
        },
        "end": {
          "line": 11
        }
      }
    ]
  },
  {
    "vertex": "sha256:cb289b9ebe0c0bf7e9f414a8b2a5c80fc3338fb9a6a4838073c271f076aa7dac",
    "level": 1,
    "short": "VW5kZWZpbmVkVmFyOiBVc2FnZSBvZiB1bmRlZmluZWQgdmFyaWFibGUgJyRJTUFHRV9USVRMRScgKGxpbmUgMTUp",
    "detail": [
      "VmFyaWFibGVzIHNob3VsZCBiZSBkZWZpbmVkIGJlZm9yZSB0aGVpciB1c2U="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/undefined-var/",
    "sourceInfo": {
      "filename": "migrations.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSBjYS1jZXJ0aWZpY2F0ZXMKCldPUktESVIgL3Vzci9zcmMvYXBwCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpFTlYgRU5WSVJPTk1FTlQgcHJvZHVjdGlvbgpFTlYgTk9ERV9FTlYgcHJvZHVjdGlvbgpFTlYgUkVMRUFTRSAkUkVMRUFTRQoKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmxpY2Vuc2VzPU1JVApMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudGl0bGU9JElNQUdFX1RJVExFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS52ZXJzaW9uPSRSRUxFQVNFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS5kZXNjcmlwdGlvbj0kSU1BR0VfREVTQ1JJUFRJT04KTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmF1dGhvcnM9IlRoZSBHdWlsZCIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlbmRvcj0iS2FtaWwgS2lzaWVsYSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnVybD0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnNvdXJjZT0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKCkVOVFJZUE9JTlQgWyAiL2VudHJ5cG9pbnQuc2giIF0K",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 15
        },
        "end": {
          "line": 15
        }
      }
    ]
  },
  {
    "vertex": "sha256:cb289b9ebe0c0bf7e9f414a8b2a5c80fc3338fb9a6a4838073c271f076aa7dac",
    "level": 1,
    "short": "VW5kZWZpbmVkVmFyOiBVc2FnZSBvZiB1bmRlZmluZWQgdmFyaWFibGUgJyRJTUFHRV9ERVNDUklQVElPTicgKGxpbmUgMTcp",
    "detail": [
      "VmFyaWFibGVzIHNob3VsZCBiZSBkZWZpbmVkIGJlZm9yZSB0aGVpciB1c2U="
    ],
    "url": "https://docs.docker.com/go/dockerfile/rule/undefined-var/",
    "sourceInfo": {
      "filename": "migrations.dockerfile",
      "data": "RlJPTSBub2RlOjIyLjEzLjAtc2xpbQoKUlVOIGFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSBjYS1jZXJ0aWZpY2F0ZXMKCldPUktESVIgL3Vzci9zcmMvYXBwCgpDT1BZIC0tZnJvbT1kaXN0IC4gL3Vzci9zcmMvYXBwLwpDT1BZIC0tZnJvbT1zaGFyZWQgLiAvCgpFTlYgRU5WSVJPTk1FTlQgcHJvZHVjdGlvbgpFTlYgTk9ERV9FTlYgcHJvZHVjdGlvbgpFTlYgUkVMRUFTRSAkUkVMRUFTRQoKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmxpY2Vuc2VzPU1JVApMQUJFTCBvcmcub3BlbmNvbnRhaW5lcnMuaW1hZ2UudGl0bGU9JElNQUdFX1RJVExFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS52ZXJzaW9uPSRSRUxFQVNFCkxBQkVMIG9yZy5vcGVuY29udGFpbmVycy5pbWFnZS5kZXNjcmlwdGlvbj0kSU1BR0VfREVTQ1JJUFRJT04KTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLmF1dGhvcnM9IlRoZSBHdWlsZCIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnZlbmRvcj0iS2FtaWwgS2lzaWVsYSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnVybD0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKTEFCRUwgb3JnLm9wZW5jb250YWluZXJzLmltYWdlLnNvdXJjZT0iaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtaGl2ZS9wbGF0Zm9ybSIKCkVOVFJZUE9JTlQgWyAiL2VudHJ5cG9pbnQuc2giIF0K",
      "language": "Dockerfile"
    },
    "range": [
      {
        "start": {
          "line": 17
        },
        "end": {
          "line": 17
        }
      }
    ]
  }
],
"commerce": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "The commerce service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/commerce",
          "build-arg:PORT": "3010",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/commerce",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/wv6ixg9rfxmwjbppwmrdlmst5",
  "containerimage.config.digest": "sha256:c1bacdc6ea2855244d5a92bcdfb051a3ed65a2d2a0c442cb169121f9f912a45a",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:2ba95010f17a18359d2fb7134bd31ed4c6e5a400b7966acc75d6e3141f238ee0",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:2ba95010f17a18359d2fb7134bd31ed4c6e5a400b7966acc75d6e3141f238ee0",
  "image.name": "ghcr.io/graphql-hive/commerce:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/commerce:changeset_release_main-arm64"
},
"composition-federation-2": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "Federation 2 Composition Service for GraphQL Hive.",
          "build-arg:IMAGE_TITLE": "graphql-hive/composition-federation-2",
          "build-arg:PORT": "3069",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/external-composition",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/o6cpfs3kav4k17vxk4z3l80mh",
  "containerimage.config.digest": "sha256:e6a7069d9e8114949679b0cb93984bb7656a637621ebc135b8b17adf343c8833",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:8c6f9fe80bdffa8e37068cba68716900f28910125093519b657aebdb1a8bf73e",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:8c6f9fe80bdffa8e37068cba68716900f28910125093519b657aebdb1a8bf73e",
  "image.name": "ghcr.io/graphql-hive/composition-federation-2:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/composition-federation-2:changeset_release_main-arm64"
},
"emails": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "The emails service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/emails",
          "build-arg:PORT": "3006",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/emails",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/lbf6d5h1e4ca5r0c2i4cwn10u",
  "containerimage.config.digest": "sha256:6a8e57a0bc7eef9bcf0f4e156d6e8bda76b64aede4694f533f88c85c568615a7",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:e8d0241e105eb736b3e7dbfa9c3439c8f8befa63d6bfc9dc39fafdeca7f81d6a",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:e8d0241e105eb736b3e7dbfa9c3439c8f8befa63d6bfc9dc39fafdeca7f81d6a",
  "image.name": "ghcr.io/graphql-hive/emails:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/emails:changeset_release_main-arm64"
},
"policy": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "The policy service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/policy",
          "build-arg:PORT": "3012",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/policy",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/d9p0e47vf20k53t1ym9vfbpe0",
  "containerimage.config.digest": "sha256:0f887caa9a5698e17c8ad85043b42ec55d7aaa69e0bd20e246ba991092892add",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:62c433ada81d946c3d2db6bf7dd94ea28a40b2e03b877dd810ac016ca5e80b5c",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:62c433ada81d946c3d2db6bf7dd94ea28a40b2e03b877dd810ac016ca5e80b5c",
  "image.name": "ghcr.io/graphql-hive/policy:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/policy:changeset_release_main-arm64"
},
"schema": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "The schema service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/schema",
          "build-arg:PORT": "3002",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/schema",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/unvtr5pyyi74dqf9p78ywkmd3",
  "containerimage.config.digest": "sha256:4b38953dddcba6402e2016aa21f1671d1fcb15af3a670db7f5077b04280691e6",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:5b74d25c046221286708fc484e4b45a2c519f1a94255b953e892f5c4273de4da",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:5b74d25c046221286708fc484e4b45a2c519f1a94255b953e892f5c4273de4da",
  "image.name": "ghcr.io/graphql-hive/schema:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/schema:changeset_release_main-arm64"
},
"server": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "The server service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/server",
          "build-arg:PORT": "3001",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/server",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/ip3t9610iil5oc6w27g5ynwkm",
  "containerimage.config.digest": "sha256:7be18539db8914373820b0502793ab566591e8d217442d21f666735979c2510a",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:74890abd76a3e82698fab76f730d9684e4c68da7b50887787014eab59b2dedba",
    "size": 2076,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:74890abd76a3e82698fab76f730d9684e4c68da7b50887787014eab59b2dedba",
  "image.name": "ghcr.io/graphql-hive/server:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/server:changeset_release_main-arm64"
},
"storage": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "migrations.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:IMAGE_DESCRIPTION": "The migrations service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/storage",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/x3iyjuq51nikfe7anaei21r58",
  "containerimage.config.digest": "sha256:7c551e2a17ae680c55760075cddc862ef61fce6231a98de9dda93d1da29f5fbb",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:7619dbd23c905b88d46f80f1fcca439564fab91f3302dfb4b8a6d0c59762bad0",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:7619dbd23c905b88d46f80f1fcca439564fab91f3302dfb4b8a6d0c59762bad0",
  "image.name": "ghcr.io/graphql-hive/storage:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/storage:changeset_release_main-arm64"
},
"tokens": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "The tokens service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/tokens",
          "build-arg:PORT": "3003",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/tokens",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/80ju5j5ji6z1c91zgdkhkbht2",
  "containerimage.config.digest": "sha256:fcb440dc349a14607064b77992254d16c064b2e239cbceb009ef4cde63734a9d",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:2aa42a95182987c85868de0e11c89f47fd46b60f2d1b7002f81c06da82380ea8",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:2aa42a95182987c85868de0e11c89f47fd46b60f2d1b7002f81c06da82380ea8",
  "image.name": "ghcr.io/graphql-hive/tokens:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/tokens:changeset_release_main-arm64"
},
"usage": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "The usage ingestor service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/usage",
          "build-arg:PORT": "3006",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/usage",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/m33f64n4itludtkoxtc5j6zlo",
  "containerimage.config.digest": "sha256:e1902406597add8b79ac773ffbe0ca85276df457a83f7c1a8464a09425975ba1",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:40e4439321f919f1ceb97ac79510c558772491d630c3864c3ec6aa4b602b6cd8",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:40e4439321f919f1ceb97ac79510c558772491d630c3864c3ec6aa4b602b6cd8",
  "image.name": "ghcr.io/graphql-hive/usage:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/usage:changeset_release_main-arm64"
},
"usage-ingestor": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "The usage ingestor service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/usage-ingestor",
          "build-arg:PORT": "3007",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/usage-ingestor",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/tt6gn2opqzv4o876d27h907ie",
  "containerimage.config.digest": "sha256:26ee5e9d2143cd7ce454ba0104c191fdd9876f2343f0405451f9eaed76f92b38",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:ee903a2b858436bfd437b66d3fc1da5c4c309c5bd31a9b1c7df2ec7d80c4cc0a",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:ee903a2b858436bfd437b66d3fc1da5c4c309c5bd31a9b1c7df2ec7d80c4cc0a",
  "image.name": "ghcr.io/graphql-hive/usage-ingestor:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/usage-ingestor:changeset_release_main-arm64"
},
"webhooks": {
  "buildx.build.provenance": {
    "buildType": "https://mobyproject.org/buildkit@v1",
    "materials": [
      {
        "uri": "pkg:docker/[email protected]?platform=linux%2Farm64",
        "digest": {
          "sha256": "f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff"
        }
      }
    ],
    "invocation": {
      "configSource": {
        "entryPoint": "services.dockerfile"
      },
      "parameters": {
        "frontend": "dockerfile.v0",
        "args": {
          "build-arg:HEALTHCHECK_CMD": "wget --spider -q http://127.0.0.1:${PORT}/_readiness",
          "build-arg:IMAGE_DESCRIPTION": "The webhooks ingestor service of the GraphQL Hive project.",
          "build-arg:IMAGE_TITLE": "graphql-hive/webhooks",
          "build-arg:PORT": "3005",
          "build-arg:RELEASE": "55f58438913ae254dc681d9a59851781e42536c8",
          "build-arg:SERVICE_DIR_NAME": "@hive/webhooks",
          "context:dist": "local:dist",
          "context:shared": "local:shared",
          "frontend.caps": "moby.buildkit.frontend.contexts+forward",
          "local-sessionid:context": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:dockerfile": "pskgpim3wyzywch2vnlihsyt7",
          "local-sessionid:shared": "pskgpim3wyzywch2vnlihsyt7"
        },
        "locals": [
          {
            "name": "context"
          },
          {
            "name": "dist"
          },
          {
            "name": "dockerfile"
          },
          {
            "name": "shared"
          }
        ]
      },
      "environment": {
        "platform": "linux/arm64"
      }
    }
  },
  "buildx.build.ref": "builder-7681525c-10e2-46a4-bae2-5294ec2c2295/builder-7681525c-10e2-46a4-bae2-5294ec2c22950/0khuye9x2qfk3dek3x3x3zr4g",
  "containerimage.config.digest": "sha256:ebdf68c7c7482594647d23dc304060ddf2a00467d1df33047f56af96dd452fd6",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:6e933b84ce5df05be843475693e48e39647874e42b7e238066cb08c4c8726b24",
    "size": 2075,
    "platform": {
      "architecture": "arm64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:6e933b84ce5df05be843475693e48e39647874e42b7e238066cb08c4c8726b24",
  "image.name": "ghcr.io/graphql-hive/webhooks:55f58438913ae254dc681d9a59851781e42536c8-arm64,ghcr.io/graphql-hive/webhooks:changeset_release_main-arm64"
}
}

@theguild-bot theguild-bot force-pushed the changeset-release/main branch 4 times, most recently from e297a30 to 853b836 Compare March 11, 2025 06:40
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
packages/libraries/cli/CHANGELOG.md (1)

3-11: Clarify the new changelog entry and fix typos.

The new section for version 0.49.1 documents a patch change that restricts the new service names. Please update the word “alphanumberic” to “alphanumeric” to avoid confusion. The reference to commit c0d9ca3 and contribution acknowledgment looks correct.

deployment/CHANGELOG.md (1)

3-15: Ensure consistency in release notes with typo correction.

The new release section 5.1.4 is clearly outlined with two patch changes that fix the insights range issue and restrict new service names. Please update “alphanumberic” to “alphanumeric” in the service names description. The commit and PR references are correctly linked, and the acknowledgments align with the PR objectives.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b839eef and 853b836.

📒 Files selected for processing (6)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
💤 Files with no reviewable changes (2)
  • .changeset/big-cars-tie.md
  • .changeset/rotten-scissors-matter.md
✅ Files skipped from review due to trivial changes (1)
  • packages/libraries/cli/package.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • deployment/package.json
🧰 Additional context used
📓 Path-based instructions (3)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
`packages/libraries/cli/**`: The CLI to interact with Hive C...

packages/libraries/cli/**: The CLI to interact with Hive Console APIs.

  • packages/libraries/cli/CHANGELOG.md
`packages/libraries/**`: Most of the dirs here are NPM packa...

packages/libraries/**: Most of the dirs here are NPM packages that provides our customers an integration library, in order to get/fetch data from Hive Console API or Hive CDN.

  • packages/libraries/cli/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (8)
  • GitHub Check: website-preview / deployment
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: code-style / eslint-and-prettier

@theguild-bot theguild-bot force-pushed the changeset-release/main branch 2 times, most recently from d2b9225 to bb65034 Compare March 11, 2025 08:46
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

17-17: Enhance Readability with a Comma

Consider adding a comma after "For more information" to improve the sentence clarity. For example:
For more information, please refer to the organization access token documentation.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


28-32: Patch Change: Service Name Restriction

The entry for restricting new service names to 64 characters is well outlined. However, there is a minor typographical error: "alphanumberic" should be corrected to "alphanumeric" in the description.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d2b9225 and bb65034.

📒 Files selected for processing (7)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
💤 Files with no reviewable changes (3)
  • .changeset/big-cars-tie.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/neat-ladybugs-pay.md
🚧 Files skipped from review as they are similar to previous changes (3)
  • packages/libraries/cli/package.json
  • packages/libraries/cli/CHANGELOG.md
  • deployment/package.json
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: typescript / typecheck
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (6)
deployment/CHANGELOG.md (6)

3-6: Section Header for Version 5.2.0 Added

The headers introducing version 5.2.0 and the "### Minor Changes" section are clear and adhere to the changelog formatting.


7-11: Documentation of Organization Access Tokens

The entry for adding organization access tokens is well-documented with the proper commit reference and contributor attribution. This clearly communicates the new feature.


12-16: Breaking Change Notice for Usage Service

The breaking change regarding the required environment variables for the usage service is explicitly noted. This is crucial for informing teams about adjustments in configuration.


19-22: Comprehensive Supporting Links

The links provided for the product update, migration guide, and access token documentation offer valuable additional context and guidance. This extra documentation is beneficial for users seeking further details.


23-24: Section Header for Patch Changes

The addition of the "### Patch Changes" header neatly separates the minor and patch-level updates, enhancing the overall readability of the changelog.


25-27: Patch Change: Insights Range Fix

The patch change entry documenting the fix for the insights range (when the same start and end dates are selected) is clear and includes the necessary commit reference and acknowledgment.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from bb65034 to 0bd5e69 Compare March 11, 2025 09:08
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

17-17: Minor Typographical Enhancement

Consider adding a comma after "For more information" to improve readability. Revising the line to read:
"For more information, please refer to the organization access token documentation."
will enhance clarity.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


25-33: Patch Changes Documentation & Typographical Correction

The "Patch Changes" section is clearly documented with references to the associated issues and commits. However, note a minor typo: "alphanumberic" should be corrected to "alphanumeric" to ensure clarity and professionalism.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bb65034 and 0bd5e69.

📒 Files selected for processing (7)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
💤 Files with no reviewable changes (3)
  • .changeset/big-cars-tie.md
  • .changeset/neat-ladybugs-pay.md
  • .changeset/rotten-scissors-matter.md
🚧 Files skipped from review as they are similar to previous changes (3)
  • deployment/package.json
  • packages/libraries/cli/package.json
  • packages/libraries/cli/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: test / unit
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: typescript / typecheck
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (4)
deployment/CHANGELOG.md (4)

3-4: New Release Section for 6.0.0

A new changelog section for version 6.0.0 has been added, clearly segmenting the upcoming major and patch changes. This separation aids in readability and sets the stage for the significant enhancements introduced in this release.


5-11: Major Changes Documentation

The "Major Changes" section comprehensively documents the introduction of organization access tokens. It includes relevant commit references and acknowledges the contributors. Please verify that the description aligns with the new authentication mechanism and that users have sufficient guidance regarding the breaking change.


12-16: Detailing Breaking Changes

The breaking change is well highlighted with a clear enumeration of the new environment variables required for Postgres and Redis configurations. Double-check that the variable names and formatting are consistent with the latest release documentation.


19-22: Useful Documentation Links

The inclusion of multiple helpful links (product updates, migration guides, and access token documentation) significantly benefits users, offering clear paths for further information and support.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 0bd5e69 to 096f1b9 Compare March 11, 2025 09:32
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

12-18: Breaking Change Documentation for Environment Variables

The breaking change related to the usage service—detailing the required environment variables for both Postgres and Redis—is well documented.
Suggestion: For improved readability, consider adding a comma (or another appropriate delimiter) before transitioning to the sentence starting with "For more information..." as suggested by the static analysis hint.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


29-32: Service Name Restriction Details

The patch change restricting new service names to 64 characters is clearly described.
Suggestion: Correct the typographical error "alphanumberic" to "alphanumeric" for clarity and professionalism.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0bd5e69 and 096f1b9.

📒 Files selected for processing (7)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
💤 Files with no reviewable changes (3)
  • .changeset/big-cars-tie.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/neat-ladybugs-pay.md
🚧 Files skipped from review as they are similar to previous changes (3)
  • packages/libraries/cli/package.json
  • packages/libraries/cli/CHANGELOG.md
  • deployment/package.json
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (4)
deployment/CHANGELOG.md (4)

3-4: New Version Header for 6.0.0

The new section header (## 6.0.0) clearly marks the upcoming release. This aligns well with the release documentation and maintains consistency with previous version sections.


5-11: Major Changes Section Added

The "### Major Changes" section and its associated commit reference for #6556 concisely describe the addition of organization access tokens. The commit hash and attribution to @n1ru4l are clear and informative.


19-22: Helpful Reference Links Provided

The links to the product update, migration guide, and access token documentation offer additional context that will benefit users during the upgrade. This extra documentation is a valuable inclusion.


23-28: Patch Changes Section for Insights Range Fix

The patch change for fixing the insights range issue (PR #6594) is clearly identified. This addition helps maintain proper tracking of bug fixes.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 096f1b9 to 64d82e2 Compare March 11, 2025 12:03
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

12-18: Breaking Change Documentation & Readability
The breaking change regarding the usage service’s required environment variables is clearly stated. As noted by static analysis, consider adding a comma after the list of environment variables (or at an appropriate spot) to improve readability.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


29-32: Typo in Service Name Restriction Description
In the description for [#6585], the term "alphanumberic" appears; please update it to "alphanumeric" for correctness.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 096f1b9 and 64d82e2.

📒 Files selected for processing (8)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
💤 Files with no reviewable changes (4)
  • .changeset/neat-ladybugs-pay.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/big-cars-tie.md
  • .changeset/six-jeans-greet.md
🚧 Files skipped from review as they are similar to previous changes (3)
  • deployment/package.json
  • packages/libraries/cli/package.json
  • packages/libraries/cli/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: website-preview / deployment
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: test / unit
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (13)
deployment/CHANGELOG.md (13)

3-4: Version Header for 6.0.0
The new version header "## 6.0.0" clearly marks the release update. You might consider adding a brief summary line underneath to highlight key points of this release for quick reference.


5-11: Major Changes Section Clarity
This section clearly documents the major update—in particular, the introduction of organization access tokens with a descriptive commit reference and acknowledgment. Ensure users understand any potential impact on CLI usage and usage reporting.


19-22: Additional Resource Links
The additional links for product updates, migration, and access token documentation are useful and well-organized. Remember to keep these links updated as documentation evolves.


25-28: Patch Change – Insights Range Fix
The entry for [#6594] describing the fix for insights range when the same start and end dates are selected is concise and clear. No further modifications are necessary.


34-38: Materialized Views TTL Update
The patch change [#6607] ensuring all materialized views have the correct TTL is clearly documented with the commit reference. The description is adequate and needs no changes.


39-40: Historical Version Placement
The header "## 5.1.3" confirms that previous version history is preserved. Ensure that the newest release (6.0.0) remains at the top for clarity in the changelog.


41-47: Patch Change – Email Templates Standardization
The change [#6553] concerning the standardization of email template designs is well noted. The format and commit reference lend clarity, and no further improvements are needed.


48-52: Patch Change – Heap Dump Functionality
The update in [#6571] adding the ability for services to write a heap dump to disk on receiving SIGUSR1 is clearly explained. This adds valuable logging for diagnostics.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~50-~50: You might be missing the article “the” here.
Context: ...ttps://github.com/kamilkisiela)! - Adds ability to all services to write a heap dump ...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


53-57: Patch Change – Operation Insights Fix
The fix in [#6593] addressing issues with operation insights (loading state for missing operations) is concisely described and understandable.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~53-~53: A punctuation mark might be missing here.
Context: ...hub.com//pull/6593) [ef1efbb](https://github.com/graphql-hi...

(AI_EN_LECTOR_MISSING_PUNCTUATION)


58-61: Patch Change – Optional URL Argument Update
The addition of an optional URL argument in schema checks ([#6582]) is clearly conveyed. The change is simple and improves flexibility for schema validations.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~58-~58: A punctuation mark might be missing here.
Context: ...hub.com//pull/6582) [bb2f2aa](https://github.com/graphql-hi...

(AI_EN_LECTOR_MISSING_PUNCTUATION)


62-66: Patch Change – Type Extensions Field Update
The correction in [#6586] for marking fields from type extensions as unused when appropriate is well documented. The description provides all necessary context.

🧰 Tools
🪛 LanguageTool

[style] ~64-~64: Consider using a different verb for a more formal wording.
Context: ...la](https://github.com/kamilkisiela)! - Corrected an issue where fields from type exten...

(FIX_RESOLVE)


67-71: Patch Change – Consolidation of Email Templating Logic
The entry for [#6542] about consolidating email templating logic into the emails service is clear and contains the proper commit reference.


72-80: Patch Change – S3 Client Timeout Handling
The description in [#6518] on ensuring the response body is read before timeout to avoid abort errors in the S3 client (CDN) is precise. This change is well integrated into the changelog.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 64d82e2 to eeea28d Compare March 11, 2025 13:17
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

29-32: Patch Change – Service Names Restriction

This change enforces new service name restrictions (max 64 characters and permitted characters). Note the typographical error: "alphanumberic" should be corrected to "alphanumeric". This minor correction will improve clarity.


379-379: Punctuation Suggestion on Environment Variables List

A static analysis hint suggests adding a comma after the closing parenthesis of the Redis environment variables list (after REDIS_TLS_ENABLED). Consider revising the punctuation for improved readability.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 64d82e2 and eeea28d.

📒 Files selected for processing (8)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
💤 Files with no reviewable changes (4)
  • .changeset/big-cars-tie.md
  • .changeset/neat-ladybugs-pay.md
  • .changeset/six-jeans-greet.md
  • .changeset/rotten-scissors-matter.md
🚧 Files skipped from review as they are similar to previous changes (3)
  • deployment/package.json
  • packages/libraries/cli/package.json
  • packages/libraries/cli/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (8)
deployment/CHANGELOG.md (8)

3-4: New Version Section Added: 6.0.0

The new version header clearly marks the beginning of the 6.0.0 release section and follows the established changelog style.


5-6: Section Header for Major Changes

The "### Major Changes" header is appropriately added to differentiate major updates, which helps in organizing the changelog.


7-11: Organization Access Tokens Major Change

This bullet introduces organization access tokens with reference to the PR (#6556) and commit hash. The description and links are informative. Please double-check that the commit hash (7b9129c) and contributor reference ([@n1ru4l]) are correct.


12-16: Breaking Change – Environment Variables Update

The breaking change regarding the new environment variables on the usage service is well detailed. Listing both Postgres and Redis variables ensures users understand the mandatory changes. This is critical information for users to update their deployment configurations.


17-22: Additional Documentation Links for Organization Access Tokens

The added links (Product Update, Migration Guide, and Access Token Documentation) provide valuable resources for users. These links aid in understanding and transitioning to the new access token system. It might be worth verifying these external URLs periodically.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


23-24: Patch Changes Section Header for 6.0.0

The introduction of the "### Patch Changes" header within version 6.0.0 correctly segregates minor fixes from major updates, maintaining consistency with previous changelog versions.


25-28: Patch Fix – Insights Range Issue

The patch change addressing the insights range when selecting the same start and end dates is concise and credits the contributor ([@jdolle]) effectively. The description is clear and sufficient.


34-38: Patch Change – Materialized Views TTL Correction

The patch change ensuring that all materialized views have the correct TTL is clearly stated and appropriately credited. This update is straightforward and important for data consistency.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from eeea28d to 86d2455 Compare March 11, 2025 14:00
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

12-18: Breaking Change and Environment Variables Update
The breaking change is clearly described—including the new environment variable requirements for both Postgres and Redis. To improve clarity, consider inserting a comma after the listing of environment variables (as noted by static analysis) before the sentence starting with "For more information...".

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


30-34: Patch Change: Service Name Restriction Typo Correction
The entry correctly documents the restriction of new service names to 64 characters. However, there is a minor typo: "alphanumberic" should be changed to "alphanumeric".

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between eeea28d and 86d2455.

📒 Files selected for processing (8)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
💤 Files with no reviewable changes (4)
  • .changeset/rotten-scissors-matter.md
  • .changeset/neat-ladybugs-pay.md
  • .changeset/six-jeans-greet.md
  • .changeset/big-cars-tie.md
🚧 Files skipped from review as they are similar to previous changes (3)
  • deployment/package.json
  • packages/libraries/cli/package.json
  • packages/libraries/cli/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (6)
deployment/CHANGELOG.md (6)

3-4: New Version Section for 6.0.0 Added
The changelog now properly introduces a new version section for 6.0.0 to document the upcoming release.


5-11: Major Change Entry for Organization Access Tokens
The major changes related to organization access tokens are clearly documented with a proper commit reference and attribution. This update outlines the new token issuance method for CLI actions and usage reporting effectively.


19-22: Updated Documentation and Reference Links
The changelog now includes helpful links for the product update, migration guide, and access token documentation. Please verify that all URLs are accurate and remain current.


23-24: Patch Changes Section Header
The header for patch changes clearly separates this section from the major changes, enhancing readability.


25-29: Patch Change: Insights Range Fix
The patch entry explains the fix for issues when selecting the same start and end dates with a clear reference to commit 06e7012. The description is concise and informative.


35-39: Patch Change: Materialized Views TTL Update
The update ensuring that all materialized views have the correct TTL is clearly stated and appropriately credited. This change helps ensure proper data caching policies.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 86d2455 to 222cf85 Compare March 11, 2025 14:04
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

12-18: Detailing Breaking Change Requirements.
This block details the breaking change regarding the environment variable requirements for the usage service, which is essential for informing customers of required configuration changes. As suggested by static analysis, consider adding a comma for improved readability (e.g., "For more information, please refer to the organization access token documentation.").

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


29-32: Typo in Service Name Restriction.
This patch entry restricts new service names to 64 characters and specifies allowed characters. Note that "alphanumberic" should be corrected to "alphanumeric" for clarity and accuracy.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 86d2455 and 222cf85.

📒 Files selected for processing (8)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
💤 Files with no reviewable changes (4)
  • .changeset/rotten-scissors-matter.md
  • .changeset/six-jeans-greet.md
  • .changeset/neat-ladybugs-pay.md
  • .changeset/big-cars-tie.md
🚧 Files skipped from review as they are similar to previous changes (3)
  • deployment/package.json
  • packages/libraries/cli/package.json
  • packages/libraries/cli/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: code-style / eslint-and-prettier
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
🔇 Additional comments (6)
deployment/CHANGELOG.md (6)

3-4: Confirm New Release Version Header.
The new release section header ("## 6.0.0") is correctly added and clearly distinguishes the upcoming release version. Ensure that the version number is consistent with both internal documentation and external release notes.


5-11: Review Major Changes Documentation.
The "### Major Changes" section clearly documents the addition of organization access tokens along with a reference to the appropriate PR and commit. This provides clear context to the reader. Please double-check that all significant changes are represented in the release notes.


19-22: Review Documentation Links.
The bullet list of links (Product Update, Migration Guide, and Access Token Documentation) is well presented and provides valuable resources to the users. Please verify periodically that these links remain up-to-date.


23-24: Section Header for Patch Changes.
The header for "### Patch Changes" is clear and properly demarcates the subsequent patch updates under version 6.0.0.


25-28: Patch Change for Insights Range Fix.
This entry documents the fix for the insights range issue when the start and end dates are identical. The commit reference and attribution are clear, ensuring traceability.


34-38: Patch Change for Materialized Views TTL.
This patch change entry ensures that all materialized views have the correct TTL, and the information is clearly presented with proper credit to the contributor.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 222cf85 to dc22295 Compare March 11, 2025 15:44
Copy link
Contributor

@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: 0

🧹 Nitpick comments (3)
packages/libraries/cli/CHANGELOG.md (1)

3-11: Version 0.49.1 Entry & Typographical Detail
The new version entry for 0.49.1 outlines the patch change that restricts new service names and updates the dependency to @graphql-hive/[email protected]. However, note that the word “alphanumberic” (line 10) is misspelled. Please change it to “alphanumeric”.

Below is a suggested diff for the correction:

- Restrict new service names to 64 characters,
- alphanumberic, `_` and `-`.
+ Restrict new service names to 64 characters,
+ alphanumeric, `_` and `-`.
deployment/CHANGELOG.md (2)

12-17: Punctuation Improvement for Clarity
In the breaking change description (lines 12–17), consider adding a comma after "For more information" to improve readability. For example:

“For more information, please refer to the organization access token documentation.”

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


29-33: Typographical Correction in Patch Changes
Within the patch changes section (lines 29–33), the description again uses “alphanumberic”. Please correct this to “alphanumeric” for consistency with other files.

Suggested diff:

- Restrict new service names to 64 characters,
- alphanumberic, `_` and `-`.
+ Restrict new service names to 64 characters,
+ alphanumeric, `_` and `-`.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 222cf85 and dc22295.

📒 Files selected for processing (21)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/chatty-pandas-clean.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/apollo/CHANGELOG.md (1 hunks)
  • packages/libraries/apollo/package.json (1 hunks)
  • packages/libraries/apollo/src/version.ts (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
  • packages/libraries/core/CHANGELOG.md (1 hunks)
  • packages/libraries/core/package.json (1 hunks)
  • packages/libraries/core/src/version.ts (1 hunks)
  • packages/libraries/envelop/CHANGELOG.md (1 hunks)
  • packages/libraries/envelop/package.json (1 hunks)
  • packages/libraries/envelop/src/version.ts (1 hunks)
  • packages/libraries/yoga/CHANGELOG.md (1 hunks)
  • packages/libraries/yoga/package.json (1 hunks)
  • packages/libraries/yoga/src/version.ts (1 hunks)
💤 Files with no reviewable changes (5)
  • .changeset/chatty-pandas-clean.md
  • .changeset/big-cars-tie.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/neat-ladybugs-pay.md
  • .changeset/six-jeans-greet.md
✅ Files skipped from review due to trivial changes (11)
  • packages/libraries/envelop/src/version.ts
  • packages/libraries/yoga/package.json
  • packages/libraries/core/CHANGELOG.md
  • packages/libraries/apollo/CHANGELOG.md
  • packages/libraries/envelop/CHANGELOG.md
  • packages/libraries/yoga/src/version.ts
  • packages/libraries/core/package.json
  • packages/libraries/apollo/src/version.ts
  • packages/libraries/apollo/package.json
  • packages/libraries/envelop/package.json
  • packages/libraries/core/src/version.ts
🚧 Files skipped from review as they are similar to previous changes (2)
  • deployment/package.json
  • packages/libraries/cli/package.json
🧰 Additional context used
📓 Path-based instructions (3)
`packages/libraries/**`: Most of the dirs here are NPM packa...

packages/libraries/**: Most of the dirs here are NPM packages that provides our customers an integration library, in order to get/fetch data from Hive Console API or Hive CDN.

  • packages/libraries/yoga/CHANGELOG.md
  • packages/libraries/cli/CHANGELOG.md
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
`packages/libraries/cli/**`: The CLI to interact with Hive C...

packages/libraries/cli/**: The CLI to interact with Hive Console APIs.

  • packages/libraries/cli/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: typescript / typecheck
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (5)
packages/libraries/yoga/CHANGELOG.md (2)

3-10: New Version Entry for 0.41.1
The added section for version 0.41.1 clearly specifies the patch change with the updated dependency to @graphql-hive/[email protected]. This entry is consistent with the overall release strategy.


34-39: Historical Version Entry for 0.41.0
The previous version’s patch change (0.41.0) is maintained with its dependency update (@graphql-hive/[email protected]). Please verify that this historical record is intentionally preserved and that users can still refer to it if needed.

packages/libraries/cli/CHANGELOG.md (2)

12-15: Dependency Update for 0.49.1
The dependency update section clearly reflects the change to @graphql-hive/[email protected]. This update is clearly marked and consistent with the release goals.


27-34: Review of Patch Changes for Version 0.49.0
The patch changes for the previous version entry (0.49.0) include adding an optional URL argument to schema checks and a dependency update to @graphql-hive/[email protected]. This historical changelog entry seems appropriate.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~27-~27: A punctuation mark might be missing here.
Context: ...hub.com//pull/6582) [bb2f2aa](https://github.com/graphql-hi...

(AI_EN_LECTOR_MISSING_PUNCTUATION)

deployment/CHANGELOG.md (1)

3-22: New Deployment Version 6.0.0 Entry
The newly added version 6.0.0 entry clearly details the major change introducing organization access tokens as well as the breaking change regarding environment variable requirements for Postgres and Redis. The additional documentation links provide useful guidance for migration.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from dc22295 to 886a7fb Compare March 11, 2025 17:41
Copy link
Contributor

@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: 0

🧹 Nitpick comments (1)
deployment/CHANGELOG.md (1)

16-17: Minor Punctuation Suggestion
Consider adding a comma in the sentence on line 17 for improved readability. For example:

"For more information, please refer to the organization access token documentation."
This is a minor nitpick and does not affect functionality but can enhance clarity.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between dc22295 and 886a7fb.

📒 Files selected for processing (22)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/chatty-pandas-clean.md (0 hunks)
  • .changeset/lazy-guests-leave.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/apollo/CHANGELOG.md (1 hunks)
  • packages/libraries/apollo/package.json (1 hunks)
  • packages/libraries/apollo/src/version.ts (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
  • packages/libraries/core/CHANGELOG.md (1 hunks)
  • packages/libraries/core/package.json (1 hunks)
  • packages/libraries/core/src/version.ts (1 hunks)
  • packages/libraries/envelop/CHANGELOG.md (1 hunks)
  • packages/libraries/envelop/package.json (1 hunks)
  • packages/libraries/envelop/src/version.ts (1 hunks)
  • packages/libraries/yoga/CHANGELOG.md (1 hunks)
  • packages/libraries/yoga/package.json (1 hunks)
  • packages/libraries/yoga/src/version.ts (1 hunks)
💤 Files with no reviewable changes (6)
  • .changeset/big-cars-tie.md
  • .changeset/chatty-pandas-clean.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/lazy-guests-leave.md
  • .changeset/six-jeans-greet.md
  • .changeset/neat-ladybugs-pay.md
🚧 Files skipped from review as they are similar to previous changes (15)
  • packages/libraries/yoga/src/version.ts
  • packages/libraries/core/src/version.ts
  • packages/libraries/yoga/CHANGELOG.md
  • packages/libraries/core/CHANGELOG.md
  • packages/libraries/envelop/package.json
  • packages/libraries/apollo/CHANGELOG.md
  • packages/libraries/apollo/package.json
  • packages/libraries/core/package.json
  • packages/libraries/cli/CHANGELOG.md
  • packages/libraries/cli/package.json
  • packages/libraries/envelop/CHANGELOG.md
  • packages/libraries/envelop/src/version.ts
  • deployment/package.json
  • packages/libraries/yoga/package.json
  • packages/libraries/apollo/src/version.ts
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (4)
deployment/CHANGELOG.md (4)

3-4: Version Section Update: New Release Section Added
The new section for version 6.0.0 is clearly defined and correctly positioned at the top of the recent changes. This aligns well with the PR objectives for the upcoming release.


5-22: Major Changes Documentation: Organization Access Tokens & Breaking Change
This block provides clear details on the introduction of organization access tokens alongside the breaking changes in the usage service (i.e., the new environment variable requirements for Postgres and Redis). The inclusion of commit references, PR links, and acknowledgments (e.g., Thanks [@n1ru4l]) improves traceability and context.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


23-43: Patch Changes Section: Detailed Fixes & Improvements
The patch changes in version 6.0.0 are comprehensively documented, including references to issues fixed (#6594, #6609, #6585, #6607) along with their respective commit links and acknowledgments. This level of detail is excellent for tracking changes and ensuring clarity for future reference.


44-45: Historical Changelog Preservation
The continuation with the previous version (5.1.3) is maintained correctly, preserving the historical context and ensuring backward traceability.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 886a7fb to 68f2520 Compare March 12, 2025 03:24
Copy link
Contributor

@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: 0

🧹 Nitpick comments (3)
deployment/CHANGELOG.md (3)

12-15: Punctuation Improvement Suggestion for Environment Variables List
The list of Postgres and Redis environment variables is clear. However, a static analysis hint suggested adding a comma (or reviewing punctuation) near the end of the Redis list (especially around REDIS_TLS_ENABLED). Please double-check for any punctuation adjustments that could improve readability.


23-43: Patch Changes Section for Version 6.0.0
The patch change entries are well documented with commit links and acknowledgments.

  • Typo Correction: On line 36 the word “alphanumberic” should be corrected to “alphanumeric” to match the intended description.

Proposed diff:

-  alphanumberic, `_` and `-`.
+  alphanumeric, `_` and `-`.

77-93: Version 5.1.2 Patch Changes: Performance Improvements
The entries in this section are informative. However, note that on line 89 the term “ClickHoue” appears to be a typographical error. It should likely be “ClickHouse”.

Proposed diff:

-  ...speedup the get_top_operations_for_types ClickHoue query.
+  ...speedup the get_top_operations_for_types ClickHouse query.
🧰 Tools
🪛 LanguageTool

[grammar] ~89-~89: The word “speedup” is a noun. The verb is spelled with a white space.
Context: ...ates_(daily,hourly,minutely) tables to speedup the get_top_operations_for_types ClickH...

(NOUN_VERB_CONFUSION)


[uncategorized] ~92-~92: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ...ickHoue query. Reading of type and fields usage statisticts should be noticeably ...

(AI_EN_LECTOR_REPLACEMENT_NOUN_NUMBER)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 886a7fb and 68f2520.

📒 Files selected for processing (22)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/chatty-pandas-clean.md (0 hunks)
  • .changeset/lazy-guests-leave.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/apollo/CHANGELOG.md (1 hunks)
  • packages/libraries/apollo/package.json (1 hunks)
  • packages/libraries/apollo/src/version.ts (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
  • packages/libraries/core/CHANGELOG.md (1 hunks)
  • packages/libraries/core/package.json (1 hunks)
  • packages/libraries/core/src/version.ts (1 hunks)
  • packages/libraries/envelop/CHANGELOG.md (1 hunks)
  • packages/libraries/envelop/package.json (1 hunks)
  • packages/libraries/envelop/src/version.ts (1 hunks)
  • packages/libraries/yoga/CHANGELOG.md (1 hunks)
  • packages/libraries/yoga/package.json (1 hunks)
  • packages/libraries/yoga/src/version.ts (1 hunks)
💤 Files with no reviewable changes (6)
  • .changeset/chatty-pandas-clean.md
  • .changeset/big-cars-tie.md
  • .changeset/six-jeans-greet.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/lazy-guests-leave.md
  • .changeset/neat-ladybugs-pay.md
🚧 Files skipped from review as they are similar to previous changes (15)
  • packages/libraries/yoga/src/version.ts
  • packages/libraries/core/src/version.ts
  • packages/libraries/envelop/package.json
  • packages/libraries/apollo/src/version.ts
  • packages/libraries/cli/package.json
  • packages/libraries/yoga/CHANGELOG.md
  • packages/libraries/core/CHANGELOG.md
  • deployment/package.json
  • packages/libraries/envelop/src/version.ts
  • packages/libraries/yoga/package.json
  • packages/libraries/apollo/package.json
  • packages/libraries/envelop/CHANGELOG.md
  • packages/libraries/core/package.json
  • packages/libraries/apollo/CHANGELOG.md
  • packages/libraries/cli/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: test / unit
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: code-style / eslint-and-prettier
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
🔇 Additional comments (3)
deployment/CHANGELOG.md (3)

3-4: Release Section for Version 6.0.0 Added
The headline “## 6.0.0” clearly introduces the new major release. Ensure that all subsequent changes in this section align with the planned release notes.


5-22: Major Changes: Organization Access Tokens and Breaking Change Details
This section provides a detailed description of the new organization access tokens as well as the breaking changes for the usage service (with its specific environment variables). Please verify that the list of required environment variables is complete and reflects the most current configuration.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


44-57: Version 5.1.3 Patch Changes Overview
The patch change entries for version 5.1.3 are clearly and consistently formatted. Everything appears in order.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~55-~55: You might be missing the article “the” here.
Context: ...ttps://github.com/kamilkisiela)! - Adds ability to all services to write a heap dump ...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 68f2520 to 569e988 Compare March 12, 2025 18:09
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

12-15: Breaking Change Details Are Clear
The breaking change note—indicating that the usage service now requires specific environment variables for Postgres and Redis—is clearly stated.

Consider adding a comma after the list of Redis environment variables (after REDIS_TLS_ENABLED) to improve readability.


34-38: Patch Update: Service Name Restriction Clarified
The change restricting new service names to 64 characters is clearly laid out and includes the proper commit reference and contributor acknowledgment.

There is a minor typo: “alphanumberic” should be corrected to “alphanumeric.”

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 68f2520 and 569e988.

📒 Files selected for processing (22)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/chatty-pandas-clean.md (0 hunks)
  • .changeset/lazy-guests-leave.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/apollo/CHANGELOG.md (1 hunks)
  • packages/libraries/apollo/package.json (1 hunks)
  • packages/libraries/apollo/src/version.ts (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
  • packages/libraries/core/CHANGELOG.md (1 hunks)
  • packages/libraries/core/package.json (1 hunks)
  • packages/libraries/core/src/version.ts (1 hunks)
  • packages/libraries/envelop/CHANGELOG.md (1 hunks)
  • packages/libraries/envelop/package.json (1 hunks)
  • packages/libraries/envelop/src/version.ts (1 hunks)
  • packages/libraries/yoga/CHANGELOG.md (1 hunks)
  • packages/libraries/yoga/package.json (1 hunks)
  • packages/libraries/yoga/src/version.ts (1 hunks)
💤 Files with no reviewable changes (6)
  • .changeset/lazy-guests-leave.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/six-jeans-greet.md
  • .changeset/big-cars-tie.md
  • .changeset/chatty-pandas-clean.md
  • .changeset/neat-ladybugs-pay.md
🚧 Files skipped from review as they are similar to previous changes (15)
  • packages/libraries/core/src/version.ts
  • packages/libraries/yoga/package.json
  • packages/libraries/envelop/src/version.ts
  • packages/libraries/core/CHANGELOG.md
  • packages/libraries/cli/package.json
  • packages/libraries/apollo/CHANGELOG.md
  • packages/libraries/apollo/package.json
  • packages/libraries/core/package.json
  • packages/libraries/envelop/CHANGELOG.md
  • packages/libraries/envelop/package.json
  • packages/libraries/yoga/src/version.ts
  • packages/libraries/apollo/src/version.ts
  • packages/libraries/yoga/CHANGELOG.md
  • packages/libraries/cli/CHANGELOG.md
  • deployment/package.json
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (7)
deployment/CHANGELOG.md (7)

3-4: New Version Heading Added Correctly
The new release version heading “## 6.0.0” is clearly updated and sets the context for the major release updates.


5-11: Major Changes Section is Well-Documented
The “### Major Changes” section details the new organization access tokens along with a proper commit reference and contributor acknowledgment. This clearly communicates the significance of the update.


17-22: Supplementary Information and Documentation Links Added
The inclusion of links for the product update, migration guide, and access token documentation provides users with ample follow-up resources. This addition makes it easier for users to find more details regarding the changes.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


23-24: Patch Changes Heading Separates Updates Effectively
The “### Patch Changes” header is appropriately placed to demarcate specific patch-level updates from the major release changes.


25-28: Patch Update: Insights Range Fix Documented Clearly
The patch addressing the insights range fix when the same start and end dates are selected is clearly documented with its commit reference and contributor acknowledgment, ensuring traceability.


29-33: Patch Update: Usage-Ingestor Health Monitoring Enhanced
The update marking the usage-ingestor as unhealthy when the Kafka consumer crashes is well explained. The commit reference and contributor credit add additional clarity and traceability.


39-43: Patch Update: Materialized Views TTL Corrected
The update ensuring all materialized views have the correct TTL is properly documented, complete with the commit reference and contributor acknowledgment.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 569e988 to 88ed507 Compare March 13, 2025 07:57
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

17-22: Documentation and Reference Links Added.
The added links and guidance for organization access tokens, migration, and documentation are helpful. As a nitpick, consider adding a comma after "For more information" on line 17 to improve readability.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


34-38: Patch: Service Name Restrictions Updated.
The change [#6585] restricts new service names to 64 characters and allows only alphanumeric characters, underscores, and hyphens. Note that "alphanumberic" on line 36 appears to be a typo; it should be "alphanumeric."

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 569e988 and 88ed507.

📒 Files selected for processing (22)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/chatty-pandas-clean.md (0 hunks)
  • .changeset/lazy-guests-leave.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/apollo/CHANGELOG.md (1 hunks)
  • packages/libraries/apollo/package.json (1 hunks)
  • packages/libraries/apollo/src/version.ts (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
  • packages/libraries/core/CHANGELOG.md (1 hunks)
  • packages/libraries/core/package.json (1 hunks)
  • packages/libraries/core/src/version.ts (1 hunks)
  • packages/libraries/envelop/CHANGELOG.md (1 hunks)
  • packages/libraries/envelop/package.json (1 hunks)
  • packages/libraries/envelop/src/version.ts (1 hunks)
  • packages/libraries/yoga/CHANGELOG.md (1 hunks)
  • packages/libraries/yoga/package.json (1 hunks)
  • packages/libraries/yoga/src/version.ts (1 hunks)
💤 Files with no reviewable changes (6)
  • .changeset/big-cars-tie.md
  • .changeset/chatty-pandas-clean.md
  • .changeset/six-jeans-greet.md
  • .changeset/lazy-guests-leave.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/neat-ladybugs-pay.md
🚧 Files skipped from review as they are similar to previous changes (15)
  • deployment/package.json
  • packages/libraries/envelop/src/version.ts
  • packages/libraries/core/package.json
  • packages/libraries/core/src/version.ts
  • packages/libraries/apollo/package.json
  • packages/libraries/yoga/src/version.ts
  • packages/libraries/envelop/package.json
  • packages/libraries/apollo/src/version.ts
  • packages/libraries/apollo/CHANGELOG.md
  • packages/libraries/envelop/CHANGELOG.md
  • packages/libraries/core/CHANGELOG.md
  • packages/libraries/yoga/CHANGELOG.md
  • packages/libraries/cli/CHANGELOG.md
  • packages/libraries/cli/package.json
  • packages/libraries/yoga/package.json
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: build / dockerize (linux/amd64)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: typescript / typecheck
  • GitHub Check: code-style / eslint-and-prettier
🔇 Additional comments (16)
deployment/CHANGELOG.md (16)

3-4: New Version Section Added.
The addition of the "## 6.0.0" header correctly introduces the new major release as outlined in the PR objectives. Please ensure that the version section remains consistent with the updated release documentation.


5-11: Major Changes for Version 6.0.0.
The "### Major Changes" section with the [#6556] entry clearly documents the introduction of organization access tokens and explains the new method for issuing tokens for CLI actions and usage reporting. Confirm that the messaging aligns with the release notes and associated documentation.


12-16: Breaking Change: Usage Service Environment Variables.
This segment details the breaking change where the usage service now requires specific environment variables for Postgres and Redis. The list is comprehensive; please verify that all dependent deployment and operational documentation reflects these new requirements.


23-23: Patch Changes Header Introduced.
The "### Patch Changes" header clearly distinguishes the subsequent patch updates from the major changes.


25-28: Patch: Fix for Insights Range Issue.
The entry [#6594] addresses the bug where selecting the same start and end dates causes issues with insights range. The description is clear and aligns with the reported issue.


29-33: Patch: Usage-Ingestor Health Check Update.
The update [#6609] that marks the usage-ingestor as unhealthy when the Kafka consumer crashes is well described. Please ensure that operational monitoring is updated accordingly.


39-43: Patch: Materialized Views TTL Correction.
The update [#6607] ensures that all materialized views have the correct TTL, contributing to improved data management. This entry is clear and aligns with performance and maintenance improvements.


44-52: Version 5.1.3 – Patch: Email Templates Standardization.
The [#6553] entry standardizes the design and content of email templates for consistency. The description is concise and meets the intended update.


53-57: Patch: Heap Dump on SIGUSR1 Signal Added.
The update [#6571] introduces the ability for all services to write a heap dump to disk when a SIGUSR1 signal is received—an important operational enhancement.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~55-~55: You might be missing the article “the” here.
Context: ...ttps://github.com/kamilkisiela)! - Adds ability to all services to write a heap dump ...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


58-62: Patch: Operation Insights Loading Fix.
The change [#6593] fixes the issue where operation insights showed a loading state for missing operations. The fix is clearly stated and should resolve the problem.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~58-~58: A punctuation mark might be missing here.
Context: ...hub.com//pull/6593) [ef1efbb](https://github.com/graphql-hi...

(AI_EN_LECTOR_MISSING_PUNCTUATION)


63-66: Patch: Optional URL Argument for Schema Checks.
The addition [#6582] of an optional URL argument to schema checks improves the flexibility of the checking mechanism. Please ensure that this change is also reflected in the usage documentation.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~63-~63: A punctuation mark might be missing here.
Context: ...hub.com//pull/6582) [bb2f2aa](https://github.com/graphql-hi...

(AI_EN_LECTOR_MISSING_PUNCTUATION)


67-71: Patch: Correction for Unused Fields in Type Extensions.
The [#6586] update addresses an issue where fields from type extensions were not marked as unused when they should be. The change improves schema accuracy and clarity.

🧰 Tools
🪛 LanguageTool

[style] ~69-~69: Consider using a different verb for a more formal wording.
Context: ...la](https://github.com/kamilkisiela)! - Corrected an issue where fields from type exten...

(FIX_RESOLVE)


72-76: Patch: Email Templating Logic Consolidation.
This change [#6542] consolidates the email templating logic into the emails service, likely simplifying maintenance and standardizing templates across the platform.


77-78: Version 5.1.2 – Patch Changes Section Introduced.
The header for version 5.1.2 and its associated "### Patch Changes" section are clearly delineated. No issues were noted.


81-85: Patch: Improved S3 Client Timeout Handling.
The update [#6518] ensures that the response body is read before a timeout occurs, which should help avoid abort errors in the S3 client. This is a beneficial stability improvement.


86-93: Patch: Index Addition for Performance Enhancement.
The change [#6536] adds an index to the coordinates_(daily,hourly,minutely) tables to speed up the get_top_operations_for_types query in ClickHouse. This enhancement should significantly boost query performance for large datasets.

🧰 Tools
🪛 LanguageTool

[grammar] ~89-~89: The word “speedup” is a noun. The verb is spelled with a white space.
Context: ...ates_(daily,hourly,minutely) tables to speedup the get_top_operations_for_types ClickH...

(NOUN_VERB_CONFUSION)


[uncategorized] ~92-~92: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ...ickHoue query. Reading of type and fields usage statisticts should be noticeably ...

(AI_EN_LECTOR_REPLACEMENT_NOUN_NUMBER)

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 88ed507 to 367ffc5 Compare March 13, 2025 08:12
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

12-17: Breaking Change Details for the Usage Service
The details outlining the breaking change and the new required environment variables for Postgres and Redis are comprehensive. Ensure these variable names precisely match the implementation and documentation. Additionally, consider adding a comma on line 17 (e.g., “For more information, please refer to the organization access token documentation.”) to improve readability.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


23-43: Patch Changes Details and Typos
This section details several patch fixes:

Each item is clearly referenced with commit identifiers and contributor acknowledgements. Verify that the typo is corrected to ensure consistency in the documentation.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 88ed507 and 367ffc5.

📒 Files selected for processing (22)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/chatty-pandas-clean.md (0 hunks)
  • .changeset/lazy-guests-leave.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/apollo/CHANGELOG.md (1 hunks)
  • packages/libraries/apollo/package.json (1 hunks)
  • packages/libraries/apollo/src/version.ts (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
  • packages/libraries/core/CHANGELOG.md (1 hunks)
  • packages/libraries/core/package.json (1 hunks)
  • packages/libraries/core/src/version.ts (1 hunks)
  • packages/libraries/envelop/CHANGELOG.md (1 hunks)
  • packages/libraries/envelop/package.json (1 hunks)
  • packages/libraries/envelop/src/version.ts (1 hunks)
  • packages/libraries/yoga/CHANGELOG.md (1 hunks)
  • packages/libraries/yoga/package.json (1 hunks)
  • packages/libraries/yoga/src/version.ts (1 hunks)
💤 Files with no reviewable changes (6)
  • .changeset/big-cars-tie.md
  • .changeset/chatty-pandas-clean.md
  • .changeset/lazy-guests-leave.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/six-jeans-greet.md
  • .changeset/neat-ladybugs-pay.md
🚧 Files skipped from review as they are similar to previous changes (15)
  • deployment/package.json
  • packages/libraries/apollo/src/version.ts
  • packages/libraries/core/CHANGELOG.md
  • packages/libraries/apollo/package.json
  • packages/libraries/envelop/package.json
  • packages/libraries/envelop/src/version.ts
  • packages/libraries/core/src/version.ts
  • packages/libraries/cli/package.json
  • packages/libraries/yoga/src/version.ts
  • packages/libraries/apollo/CHANGELOG.md
  • packages/libraries/yoga/package.json
  • packages/libraries/core/package.json
  • packages/libraries/envelop/CHANGELOG.md
  • packages/libraries/yoga/CHANGELOG.md
  • packages/libraries/cli/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: website-preview / deployment
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: code-style / eslint-and-prettier
  • GitHub Check: test / unit
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: build / dockerize (linux/amd64)
🔇 Additional comments (3)
deployment/CHANGELOG.md (3)

3-4: New Release Header for Version 6.0.0
The release header “## 6.0.0” is clearly introduced and distinguishes the new major version.


5-11: Major Changes Section Added
The “Major Changes” section appropriately documents the introduction of organization access tokens (commit [#6556]) with proper attribution and description. Please verify that the commit reference and description align with the intended release notes.


19-22: Documentation and Reference Links for Access Tokens
The inclusion of links to the product update, migration guide, and access token documentation is very useful. Please confirm that these links remain current and accessible given the upcoming release.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 367ffc5 to 98599f7 Compare March 13, 2025 08:22
Copy link
Contributor

@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: 0

🧹 Nitpick comments (2)
deployment/CHANGELOG.md (2)

12-17: Breaking Change Description Clarity.
The breaking change description is detailed, specifying the required environment variables for both Postgres and Redis. Consider adding a comma after "For more information" in line 17 (i.e., "For more information, please refer to the organization access token documentation.") to improve readability.

🧰 Tools
🪛 LanguageTool

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)


33-36: Service Name Restriction Entry Typo.
The entry for PR [#6585] is well-documented; however, "alphanumberic" appears to be a typo. Consider correcting it to "alphanumeric" to align with standard terminology.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 367ffc5 and 98599f7.

📒 Files selected for processing (22)
  • .changeset/big-cars-tie.md (0 hunks)
  • .changeset/chatty-pandas-clean.md (0 hunks)
  • .changeset/lazy-guests-leave.md (0 hunks)
  • .changeset/neat-ladybugs-pay.md (0 hunks)
  • .changeset/rotten-scissors-matter.md (0 hunks)
  • .changeset/six-jeans-greet.md (0 hunks)
  • deployment/CHANGELOG.md (1 hunks)
  • deployment/package.json (1 hunks)
  • packages/libraries/apollo/CHANGELOG.md (1 hunks)
  • packages/libraries/apollo/package.json (1 hunks)
  • packages/libraries/apollo/src/version.ts (1 hunks)
  • packages/libraries/cli/CHANGELOG.md (1 hunks)
  • packages/libraries/cli/package.json (1 hunks)
  • packages/libraries/core/CHANGELOG.md (1 hunks)
  • packages/libraries/core/package.json (1 hunks)
  • packages/libraries/core/src/version.ts (1 hunks)
  • packages/libraries/envelop/CHANGELOG.md (1 hunks)
  • packages/libraries/envelop/package.json (1 hunks)
  • packages/libraries/envelop/src/version.ts (1 hunks)
  • packages/libraries/yoga/CHANGELOG.md (1 hunks)
  • packages/libraries/yoga/package.json (1 hunks)
  • packages/libraries/yoga/src/version.ts (1 hunks)
💤 Files with no reviewable changes (6)
  • .changeset/lazy-guests-leave.md
  • .changeset/chatty-pandas-clean.md
  • .changeset/big-cars-tie.md
  • .changeset/rotten-scissors-matter.md
  • .changeset/neat-ladybugs-pay.md
  • .changeset/six-jeans-greet.md
🚧 Files skipped from review as they are similar to previous changes (15)
  • deployment/package.json
  • packages/libraries/yoga/src/version.ts
  • packages/libraries/envelop/src/version.ts
  • packages/libraries/core/src/version.ts
  • packages/libraries/apollo/CHANGELOG.md
  • packages/libraries/cli/package.json
  • packages/libraries/apollo/package.json
  • packages/libraries/envelop/CHANGELOG.md
  • packages/libraries/core/CHANGELOG.md
  • packages/libraries/yoga/package.json
  • packages/libraries/core/package.json
  • packages/libraries/apollo/src/version.ts
  • packages/libraries/envelop/package.json
  • packages/libraries/yoga/CHANGELOG.md
  • packages/libraries/cli/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
`deployment/**`: infrastructure-as-code written in TypeScrip...

deployment/**: infrastructure-as-code written in TypeScript using Pulumi. Deploys resources to CloudFlare, Azure, AWS.

  • deployment/CHANGELOG.md
🪛 LanguageTool
deployment/CHANGELOG.md

[typographical] ~17-~17: Consider adding a comma here.
Context: ...S_TLS_ENABLED`). For more information please refer to the organization access token ...

(PLEASE_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (9)
  • GitHub Check: website-preview / deployment
  • GitHub Check: test / unit
  • GitHub Check: typescript / typecheck
  • GitHub Check: static-analysis / analyze (typescript)
  • GitHub Check: static-analysis / analyze (javascript)
  • GitHub Check: release-candidate / snapshot
  • GitHub Check: build / dockerize (linux/arm64)
  • GitHub Check: code-style / eslint-and-prettier
  • GitHub Check: build / dockerize (linux/amd64)
🔇 Additional comments (8)
deployment/CHANGELOG.md (8)

3-4: New Version Header for 6.0.0.
The version header is clear and formatted correctly to mark the upcoming major release.


5-6: Major Changes Section Header.
The section header for major changes is appropriately added and clearly distinguishes the major release details.


7-11: Organization Access Tokens Entry.
The entry for PR [#6556] detailing the addition of organization access tokens is comprehensive—with commit details and acknowledgment—providing clear context for the change.


19-22: Additional Resource Links.
The inclusion of links for the product update, migration guide, and access token documentation enriches the changelog by providing useful references.


23-24: Patch Changes Section Header.
The header clearly separates patch changes from the major changes section, enhancing the document's organization and clarity.


25-28: Insights Range Fix Entry.
The changelog entry for PR [#6594] is concise and informative, effectively summarizing the fix for the insights range issue when identical start and end dates are selected.


29-32: Usage-Ingestor Health Entry.
The changelog entry detailing PR [#6609] clearly explains the change made to mark the usage-ingestor as unhealthy in the event of a Kafka consumer crash.


37-42: Materialized Views TTL Entry.
The entry for PR [#6607] clearly outlines the update to ensure all materialized views have the correct TTL, and it is well-formatted.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch 3 times, most recently from 9c56c65 to 81a59f3 Compare March 13, 2025 11:03
@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 81a59f3 to 55f5843 Compare March 16, 2025 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant