Document the first public release - #95
Merged
Merged
Conversation
IlyaasK
marked this pull request as ready for review
July 11, 2026 19:09
IlyaasK
requested review from
Sayan- and
tnsardesai
and removed request for
Sayan- and
tnsardesai
July 11, 2026 19:09
IlyaasK
force-pushed
the
hypeship/app-data-source-acceptance
branch
from
July 13, 2026 13:35
42e648d to
f6258e5
Compare
IlyaasK
force-pushed
the
hypeship/v1-migration-docs
branch
2 times, most recently
from
July 13, 2026 14:32
8931430 to
9aa157d
Compare
IlyaasK
force-pushed
the
hypeship/app-data-source-acceptance
branch
from
July 13, 2026 15:39
21b0ea2 to
269fe20
Compare
IlyaasK
force-pushed
the
hypeship/v1-migration-docs
branch
from
July 13, 2026 15:39
9aa157d to
16fd4ee
Compare
IlyaasK
force-pushed
the
hypeship/v1-migration-docs
branch
3 times, most recently
from
July 21, 2026 18:10
d715c4f to
57d9203
Compare
IlyaasK
force-pushed
the
hypeship/app-data-source-acceptance
branch
from
July 21, 2026 19:51
2eb8375 to
959e321
Compare
IlyaasK
force-pushed
the
hypeship/v1-migration-docs
branch
from
July 21, 2026 19:51
57d9203 to
6fb4bc3
Compare
IlyaasK
force-pushed
the
hypeship/app-data-source-acceptance
branch
from
July 21, 2026 20:15
959e321 to
dcbf871
Compare
IlyaasK
force-pushed
the
hypeship/v1-migration-docs
branch
from
July 21, 2026 20:15
6fb4bc3 to
63cef2d
Compare
IlyaasK
force-pushed
the
hypeship/v1-migration-docs
branch
from
July 28, 2026 14:22
63cef2d to
0d2b5f0
Compare
IlyaasK
changed the base branch from
hypeship/app-data-source-acceptance
to
hypeship/v1-acceptance-matrix
July 28, 2026 14:23
Sayan-
approved these changes
Jul 28, 2026
IlyaasK
force-pushed
the
hypeship/v1-acceptance-matrix
branch
from
July 29, 2026 19:52
67f66ed to
e24b30a
Compare
IlyaasK
force-pushed
the
hypeship/v1-migration-docs
branch
from
July 29, 2026 19:57
8417018 to
887f36b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents v1 as the Kernel Terraform provider's first public release.
docs/first-release.mdwith supported surface, durable-state boundaries, and import guidance for existing Kernel objects.Why this is release work
Users need an accurate initial-release contract before the provider is tagged and published. There is no public upgrade path to document because no earlier provider version has been published.
Provider behavior
No provider behavior, schema, state, import implementation, API, SDK, workflow, or example changes.
Tests run
gofmt -l cmd internalgo test -short -timeout=2m ./...go vet ./...go mod verifygo mod tidy -diffterraform fmt -check -recursive examplesbash scripts/check-docs.shbash scripts/check-markdown-links.shbash scripts/check-examples.shgit diff --checkAcceptance status
Acceptance behavior is unchanged. One complete six-package run against the final release commit remains a manual pre-tag gate.
Intentionally unsupported
Note
Low Risk
Documentation and release-process text only; no provider, schema, or runtime behavior changes.
Overview
Frames v1 as the first public Kernel Terraform provider release and states there is no upgrade or migration from earlier published tags.
CHANGELOG now lists the supported surface (project and browser-pool resources, four lookup data sources, import forms) and what is intentionally excluded, with a pointer to the new guide.
Adds
docs/first-release.mdcovering public API surface, durable-state boundaries, import-as-adoption (not provider migration), and pre-tag acceptance evidence.docs/release.mdpreconditions are updated to match (no v0 public narrative; release notes should include the first-release guide). README links to the guide for adoption of existing projects and pools.Reviewed by Cursor Bugbot for commit 887f36b. Bugbot is set up for automated code reviews on this repo. Configure here.