This repository was archived by the owner on Aug 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
chore: clarify version support policy #232
Merged
Merged
Conversation
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
✨ Coder.com for PR #232 deployed! It will be updated on every commit.
|
jawnsy
commented
Apr 1, 2021
This pull request has been linked to Clubhouse Story #13998: Change Kubernetes baseline to 1.19. |
3fdbbd9
to
149912d
Compare
@jawnsy Do you mind if I include in this PR removals of old version references and such? |
Recommend that users track supported Kubernetes versions, and remove the reference to version 1.13.
149912d
to
625675d
Compare
@khorne3 That would be wonderful, thank you! I've rebased so that the branch is up-to-date. I still need to take another pass at this given our new version support policy. I'd suggest that we remove version numbers elsewhere in the documentation, and use a term like "compatible Kubernetes cluster" linking to this page, so that we don't have to update a bunch of versions later |
khorne3
approved these changes
Jul 12, 2021
Thanks for the edits! |
jawnsy
added a commit
that referenced
this pull request
Jul 14, 2021
* hotfix: Templates language [ch14098] (#466) * hotfix: Templates language [ch14098] This implements task 2 (documentation) for normalizing the language around workspace templates. Details: * Rename workspaces-as-code directory to workspace-templates * Replace WAC and Workspaces as code with workspace templates Co-authored-by: Katie Horne <katie@coder.com> * chore: add status information to workspaces (#443) * [ImgBot] Optimize images (#469) *Total -- 195.86kb -> 172.63kb (11.86%) /assets/workspaces/workspace-overview.png -- 134.26kb -> 116.30kb (13.37%) /assets/workspaces/status-chip.png -- 61.60kb -> 56.33kb (8.56%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com> * Add Getting Started Doc (#458) * fix formatting issues in k3s docs (#477) * Expand instructions on creating a configure file (#476) * chore: bump husky from 7.0.0 to 7.0.1 (#464) Bumps [husky](https://github.com/typicode/husky) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: bump @types/minimist from 1.2.1 to 1.2.2 (#468) Bumps [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/minimist) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/minimist) --- updated-dependencies: - dependency-name: "@types/minimist" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: document special case re: GitHub and callback/dev URLs (#475) chore: document special case re: GitHub and callback/dev URLs Co-authored-by: Ben Potter <me@bpmct.net> * chore: update dependabot version ignores (#478) * Open pull requests for major version updates for GitHub Actions * Ignore version updates for Node.js types * chore: bump @types/node from 12.20.15 to 12.20.16 (#481) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.15 to 12.20.16. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: clarify version support policy (#232) Recommend that users track supported Kubernetes versions, and remove the reference to version 1.13. Co-authored-by: Katie Horne <katie@coder.com> * Begin Openshift docs Document openshift image tweaks required. Omit docs on how to use openshift registry * add buildconfig example * change list style * add more detaila bout security context settings * Begin Openshift docs Document openshift image tweaks required. Omit docs on how to use openshift registry * add buildconfig example * change list style * add more detaila bout security context settings * Edit text Co-authored-by: G r e y <grey@coder.com> Co-authored-by: Katie Horne <katie@coder.com> Co-authored-by: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: Thomas Hughes <2894107+IAmHughes@users.noreply.github.com> Co-authored-by: Ben Potter <me@bpmct.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Yu <jonathan@coder.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Recommend that users track supported Kubernetes versions, and remove
the reference to version 1.13.
[ch13998]