Stephen Kirby
a2fc26114c
chore(docs): update calendar and helm install docs for v2.25.0 ( #19186 )
...
Co-authored-by: M Atif Ali <atif@coder.com >
2025-08-06 02:40:40 +00:00
Edward Angert
d304fb4f2d
docs: hotfix mainline version number in docs/install/releases to 2.24.2 ( #18906 )
...
hotfix
[preview](https://coder.com/docs/@2-24-mainline/install/releases )
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-07-17 10:16:59 +05:00
blink-so[bot]
39ed0c32e6
docs: simplify PostgreSQL setup by using 'postgresql' as release name ( #18754 )
...
Fixes #18751
Use `postgresql` as the Helm release name instead of `coder-db` to make
the service name more intuitive and eliminate confusion entirely.
## Changes
- Changed `helm install coder-db bitnami/postgresql` to `helm install
postgresql bitnami/postgresql`
- Updated PostgreSQL URLs from
`coder-db-postgresql.coder.svc.cluster.local` to
`postgresql.coder.svc.cluster.local`
- Removed explanatory notes about service naming (no longer needed)
## Benefits
✅ Makes examples work out-of-the-box for most users
✅ Uses the most straightforward and intuitive release name
✅ Eliminates confusion about service naming entirely
✅ Simpler documentation without complex explanations
## Testing
- Verified that `helm install postgresql bitnami/postgresql` creates
service named `postgresql`
- Confirmed this approach works with the connection URL
`postgresql.coder.svc.cluster.local`
Suggested by @EdwardAngert as a cleaner solution than explaining the
service naming dependency.
---------
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
Co-authored-by: matifali <10648092+matifali@users.noreply.github.com >
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com >
2025-07-08 13:20:15 -04:00
Allen Conlon
10c1e36fff
feat: add publishing of helm charts to ghcr registry ( #18316 )
2025-07-08 22:19:12 +05:00
Atif Ali
351745752b
docs: update release calendar with 2.24 release ( #18742 )
2025-07-03 11:20:16 +00:00
Rowan Smith
6db6f48300
chore: fix broken link in docs ( #18733 )
...
Fixes the "Helm README" link on
https://coder.com/docs/install/kubernetes so it goes to the right path.
Side note: I don't see any content in
https://coder.com/docs/about/contributing/documentation about to whom
such a PR should be assigned, if any. Edward was suggested and I see
you've worked on other PR's with the `docs` label, so going with that.
2025-07-02 22:34:29 -04:00
Perdjesk
74e1953619
docs: bitnami/postgresql primary prefix for persistence.size config key ( #18446 )
...
The `bitnami/postgresql`chart doesn't have a value with key
`persistence.size`. The correct value key which control the size of the
PVC is `primary.persistence.size`.
See:
-
https://github.com/bitnami/charts/blob/postgresql/16.7.12/bitnami/postgresql/values.yaml
- The JSON schema,
[`values.schema.json`](https://github.com/bitnami/charts/blob/postgresql/16.7.12/bitnami/postgresql/values.schema.json )
of the
[`values.yaml`](https://github.com/bitnami/charts/blob/postgresql/16.7.12/bitnami/postgresql/values.yaml )
included in the chart is out of sync.
https://github.com/bitnami/readme-generator-for-helm/issues/142
2025-06-30 16:55:57 -04:00
Edward Angert
072c81cd73
docs: remove nested alerts ( #18580 )
...
hotfix
removes nested gfm alerts, which is a known ~issue~ feature
https://github.com/orgs/community/discussions/16925#discussioncomment-12043928
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-06-25 15:17:49 +00:00
Atif Ali
0258f1d771
docs: update Railway.com installation link ( #18484 )
2025-06-21 02:36:14 +05:00
Edward Angert
23067dfcbd
docs: add documentation for installing Coder on Azure with Kubernetes ( #16216 )
...
closes #16074
[preview](https://coder.com/docs/@16074-azure-app-gateway/install/kubernetes/kubernetes-azure-app-gateway )
---------
Co-authored-by: M Atif Ali <atif@coder.com >
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-06-16 09:13:14 -04:00
blink-so[bot]
4ff6c5ef42
docs: update Kubernetes install docs with current release versions ( #18347 )
...
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
Co-authored-by: matifali <10648092+matifali@users.noreply.github.com >
2025-06-12 22:19:45 +05:00
Atif Ali
25e2146200
docs: reorganize JetBrains docs ( #17995 )
...
This pull request introduces significant updates to documentation and
references related to JetBrains IDEs, including rebranding,
restructuring, and adding new guides.
[Preview](https://coder.com/docs/@atif%2Fjetbrains-reorganization )
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-05-29 17:56:44 -07:00
Ben Potter
a5234bf9a5
chore: fix autoversion script and update experiments/docs to v2.22.1 ( #17954 )
2025-05-21 23:17:14 -04:00
M Atif Ali
d564164eaf
docs: update release calendar for 2.22 release ( #17886 )
2025-05-16 09:51:54 -07:00
M Atif Ali
170f41ac55
chore: fix release calendar and script ( #17745 )
...
Updates the script for the release calendar to use the actual release
dates.
This is done to work around the anomaly of the delayed May release.
2025-05-14 00:04:37 +05:00
Edward Angert
912b6aba82
docs: link to eks steps from aws section ( #17646 )
...
closes #17634
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-05-02 15:13:42 +00:00
Stephen Kirby
67e1ab407c
chore(docs): update release calendar for 2.21 patches ( #17605 )
2025-04-29 15:34:00 +00:00
M Atif Ali
fc921a584f
chore(docs): update release calendar dates and next release calculation ( #17560 )
2025-04-24 19:42:33 +05:00
M Atif Ali
166d88e279
docs: add automatic release calendar updates in docs ( #17531 )
2025-04-24 13:52:34 +05:00
Edward Angert
6330b0d545
docs: add steps to pre-install JetBrains IDE backend ( #15962 )
...
closes #13207
[preview](https://coder.com/docs/@13207-preinstall-jetbrains/user-guides/workspace-access/jetbrains )
---------
Co-authored-by: M Atif Ali <atif@coder.com >
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-04-11 11:55:04 -04:00
Stephen Kirby
a3248f9364
chore(docs): move feature stage docs to install directory ( #17199 )
...
I think the feature stages page should be co-located with releases and
not at the entrance of the docs.
[preview](https://coder.com/docs/@move-feature-stages/install/releases/feature-stages )
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-04-01 18:44:51 -05:00
Edward Angert
c88d86bf50
docs: add new doc on how to deploy Coder on Rancher ( #16534 )
...
[preview](https://coder.com/docs/@deploy-on-rancher/install/rancher )
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-03-19 18:50:52 +00:00
Edward Angert
bd243c17fb
docs: add AWS AMI upgrade instructions ( #16973 )
...
followup to @d1str0's #16937
> Adds a small note for those who just used the AWS AMI for their
initial installation.
This PR rearranges the Upgrade doc to use tabs for each section + adds
AWS AMI
[preview](https://coder.com/docs/@upgrade-tabs/install/upgrade )
---------
Co-authored-by: Brady Sullivan <brady@bsull.com >
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-03-19 10:10:58 -04:00
Edward Angert
a2131a7616
docs: add cgroup memory troubleshooting to install doc ( #16920 )
...
originally thought this fit under [Unofficial Install
Methods](https://coder.com/docs/install/other ), but we don't talk about
Raspberry Pi anywhere, so ~the general Install doc might be a better
fit~ moved to admin>templates>troubleshooting
[preview](https://coder.com/docs/@3-cgroup-mem/admin/templates/troubleshooting#coder-on-raspberry-pi-os )
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
Co-authored-by: M Atif Ali <atif@coder.com >
2025-03-14 19:58:01 +00:00
Eric Paulsen
7ba4df1bc4
docs: fix offline dockerfile bug ( #16923 )
...
bug caused via the `apk del terraform` line in our Dockerfile, which
does not yet exist in the Alpine Linux OS.
removing this line (18) results in successful builds.
2025-03-14 12:11:14 -04:00
Edward Angert
101b62dc3e
docs: convert alerts to use GitHub Flavored Markdown (GFM) ( #16850 )
...
followup to #16761
thanks @lucasmelin !
+ thanks: @ethanndickson @Parkreiner @matifali @aqandrew
- [x] update snippet
- [x] find/replace
- [x] spot-check
[preview](https://coder.com/docs/@16761-gfm-callouts/admin/templates/managing-templates/schedule )
(and others)
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
Co-authored-by: M Atif Ali <atif@coder.com >
2025-03-10 16:58:20 -04:00
M Atif Ali
9bed9a226a
docs: update versions in offline installation docs ( #16808 )
...
[preview](https://coder.com/docs/@matifali-patch-1/install/offline )
---------
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com >
2025-03-06 21:35:41 +05:00
M Atif Ali
32450a2f77
docs: update docs for 2.20 release ( #16817 )
...
Updates Helm chart versions and updating support statuses for various
versions.
2025-03-06 01:54:26 +05:00
Hugo Dutka
9c5d4966ee
docs: suggest disabling the default GitHub OAuth2 provider on k8s ( #16758 )
...
For production deployments we recommend disabling the default GitHub
OAuth2 app managed by Coder. This PR mentions it in k8s installation
docs and the helm README so users can stumble upon it more easily.
2025-03-03 12:32:27 +01:00
Edward Angert
5cdc13ba9e
docs: fix broken links in feature-stages ( #16727 )
...
fix broken links introduced by #16719
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-02-26 22:42:46 +00:00
Edward Angert
bebf2d5eb8
docs: update Coder version in Kubernetes doc ( #16658 )
...
closes #16570
thanks @Cjkjvfnby !
@matifali I think there is/was an automation, but I'm not sure if it's
been dropped. `kubernetes.md` has:
```md
<!-- autoversion(mainline): "--version [version]" -->
...
<!-- autoversion(stable): "--version [version]" -->
```
~additionally, I removed the `## Prerequisites` section from
`kubernetes-logs.md` because if it's only a requirement for Coder
versions earlier than 0.28.0, it's probably more confusing than useful
to the majority of readers.~
---------
Co-authored-by: M Atif Ali <atif@coder.com >
2025-02-24 10:02:12 -05:00
M Atif Ali
53f0007acb
chore(docs): fix 2.19 release status in releases.md ( #16619 )
2025-02-19 13:52:23 +00:00
Colin Adler
a777c2694e
chore: upgrade terraform to 1.10.5 ( #16519 )
...
- Updates `terraform` to
[v1.10.5](https://github.com/hashicorp/terraform/blob/v1.10.5/CHANGELOG.md#1105-january-22-2025 )
- Updates provider to >=2.0.0 in provider testdata fixtures
- Fixes provider to required release version for resource monitors
- Fixes missing leading / in volumes in resource monitor tests
---------
Co-authored-by: Cian Johnston <cian@coder.com >
2025-02-18 11:45:22 +00:00
Edward Angert
f66a59f381
docs: highlight the tip in coder-preview section and move step ( #16597 )
...
- moves the step out of the tip and the tip into the step
- adds some context to what to do with the URL
2025-02-17 12:36:06 -05:00
Edward Angert
a5643b6f8c
docs: add doc on how to try a coder-preview build ( #16314 )
...
Co-authored-by: M Atif Ali <atif@coder.com >
2025-02-17 12:36:14 +00:00
M Atif Ali
33a89abf7a
docs: remove official cloud installation methods from the unofficial page ( #16452 )
2025-02-06 20:05:18 +05:00
Edward Angert
44d9f5ff4e
docs: comment out optional lines in values.yaml ( #16457 )
...
@michaelvp411 pointed out that some optional lines in `values.yaml`
could lead to errors if the user doesn't opt to use them. This PR
comments out those lines so that they're opt-in
[preview](https://coder.com/docs/@k8s-values-comment-opt/install/kubernetes )
(once cache catches up)
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-02-06 08:56:08 -05:00
Muhammad Atif Ali
6c1fd2846e
docs: update AWS marketplace listing ( #16245 )
2025-01-23 18:52:59 +00:00
ケイラ
250f3c7aad
docs: document local install.sh script ( #16125 )
...
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com >
2025-01-21 14:16:08 -07:00
Stephen Kirby
d29ef9cc5c
chore(docs): mention skipped january mainline release in calendar ( #16138 )
...
We've skipped the January release as most of our engineering team was on
holiday. We'll continue this practice annually.
---------
Co-authored-by: EdwardAngert <EdwardAngert@users.noreply.github.com >
2025-01-15 11:19:04 -06:00
Stephen Kirby
b98a1add98
chore(docs): skip january release in calendar ( #16052 )
...
We're skipping the January release as our teams have been out during the
holidays. Our next minor version increment will be on February 4th.
2025-01-06 16:18:43 -06:00
Muhammad Atif Ali
94f5d52fdc
chore: adopt markdownlint and markdown-table-formatter for *.md ( #15831 )
...
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com >
2025-01-03 13:12:59 +00:00
Edward Angert
3f1795fd92
docs: remove Coder from Quickstart title ( #16016 )
...
[preview](https://coder.com/docs/@quickstart-coder-coder/tutorials/quickstart )
2025-01-03 00:27:56 -05:00
Edward Angert
e7152d67c4
docs: add a link to the quickstart guide in the install Coder document ( #15931 )
2024-12-19 12:47:21 +05:00
Edward Angert
bcb15aab42
docs: add context for wireguard in places referencing tailscale ( #15901 )
...
> We do not use Tailscale (product) but instead import Tailscale OSS
libraries which has some nice ways of handling Wireguard. We also use
Tailscale's logo in our architecture, but calling it only `Tailscale`
seems to throw people off when they're considering Coder and how it
works.
I've left it wherever it seems to make sense (such as when we talk about
[DERP](https://coder.com/docs/admin/networking#relayed-connections )),
and sprinkled some `Wireguard` and `websocket/HTTPS` where I could
2024-12-17 15:13:12 -05:00
Stephen Kirby
c84bf9f815
chore(docs): bump version in release calendar, kubernetes install docs ( #15737 )
2024-12-16 09:29:41 +00:00
Stephen Kirby
372d26a6b0
chore: update release calendar to correct duplicate security support version ( #15718 )
2024-12-02 12:06:09 -06:00
Stephen Kirby
75b299071c
docs: update version flags ( #15501 )
2024-11-13 13:40:06 -06:00
Ethan
fa69d1ca74
ci: reenable link checker & fix broken links ( #15489 )
...
Follow-up on #15484 .
2024-11-13 16:04:10 +11:00
Stephen Kirby
1532ea7d2d
docs: bump versions in docs for 2.17 ( #15387 )
2024-11-05 12:53:34 -06:00