Commit graph

158 commits

Author SHA1 Message Date
Paul Gottschling 4e1eda9d9a
Fix CHANGELOG spelling errors (#27954) 2023-06-16 17:28:52 +00:00
Gavin Frazar 5040b83eb4
changelog: mention db-user and db-name changes for Teleport 14 (#26649)
* update CHANGELOG.md

* add line break

[skip ci]
2023-05-31 16:08:04 +00:00
Hugo Shaka 8a2eb45a68
Update CHANGELOG.md to include Helm image change (#26822)
* Update CHANGELOG.md to include Helm image change

* Apply suggestions from code review

Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>

---------

Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
2023-05-25 09:25:31 +00:00
Steven Martin d3edded4b9
changelog spell fixes (#26430) 2023-05-17 16:24:20 +00:00
Tiago Silva 5627c2aa2f
Fix Helm chart Join token secret creation (#26055)
* Fix Helm chart Join token secret creation

Since #20763 was merged, we lost the ability of the chart reusing the
externally created secrets for join token.

This PR changes the logic and allows to control the secret creation
using the `joinTokenSecret.create` boolean and the secret name with
`joinTokenSecret.name`.

Fixes #20763

* Add changelog
2023-05-12 21:39:36 +00:00
Paul Gottschling 837e60e42c
Sync CHANGELOG.md with branch/v12 (#25498) 2023-05-02 21:20:49 +00:00
Steven Martin c88185883e
Fix headers in changelog (#24799) 2023-04-19 14:26:26 +00:00
Ben Arent 5dbb958f1d
Update CHANGELOG.md (#24472) 2023-04-12 22:10:26 +00:00
Paul Gottschling 1ee16dda12
Tweak messaging to anticipate a new linter (#22270)
In gravitational/docs#238, we will add a linter that lints for incorrect
usage of Teleport terms. This change fixes linter violations to
anticipate this new linter.

Changes include:

- Ensuring that Teleport service names are capitalized
- No longer using the "[Resource] Access" terminology. Instead, talk
  about adding resources, using Teleport services, etc.
2023-04-11 16:42:00 +00:00
Paul Gottschling aee73a0ec0
Fix links with long redirect chains (#23513)
Forward ports #22503
2023-03-24 19:36:06 +00:00
Paul Gottschling a93aaa7e6e
Fix linter issues (#21677)
An issue with `gravitational/docs` caused the docs linter to stop
catching issues for a period of time. Now that we have addressed the
linter issue, this change addresses warnings/errors flagged by the
linter.

Co-authored-by: Alex Fornuto <alex.fornuto@goteleport.com>
2023-02-13 17:07:00 +00:00
Zac Bergquist c924be5c6d
Refer to tsh apps subcommand (#21431)
The `tsh appps` family of commands is aliased to `tsh apps`, so both
invocations work correctly. The command itself is defined as `tsh apps`,
so this is what appears in the help message.

Update references to `tsh app` to recommend `tsh apps` instead so that
there isn't confusion when browsing `tsh help` and looking for a missing
`app` subcommand.

Fixes #21367
2023-02-10 21:40:55 +00:00
Paul Gottschling bc214dbebf
Remove versions from URL paths in docs links (#19836)
Closes #19765

The CHANGELOG includes some links to docs pages that use a full URL,
including the `ver` path segment. These links broke once we changed the
docs engine to recognize the `[0-9]+.x` format for versions, rather than
`[0-9]+.[0-9]+`.

If we were to change these links to use the new version format, though,
they would break once we deprecate that version.

This change turns all of the paths in these links to relative paths to
MDX files. In the CHANGELOG.md file, they will now link to pages on
GitHub. In the the docs changelog page, they will link to the current
version of the docs. Users who want to see how the pages looked when we
released the appropraite version can do so by using the version switcher
dropdown.
2023-01-04 20:07:15 +00:00
Paul Gottschling 44e23e18c5
Remove the Jira Server Access Plugin guide (#17546)
Closes #14578

The Jira Cloud guide applies to all Jira deployments already, so we
don't need to maintain separate guides. This change renames the Jira
Cloud guide so it's about Jira in general.
2022-11-04 20:28:58 +00:00
Paul Gottschling 2436f6e186
Fix link with a long redirect chain in the CHANGELOG (#16049) 2022-09-19 20:10:59 +00:00
Zac Bergquist 89576cb575
changelog: fix moderated sessions typo (#16221) 2022-09-07 23:11:59 +00:00
Paul Gottschling ada38aec51
Fix outdated CHANGELOG links (#15825) 2022-09-02 18:18:28 +00:00
Paul Gottschling 91c89b6126
Organize docs guide sections chronologically (#15357)
* Organize docs guide sections chronologically

This change aims to make docs navigation easier by organizing some docs
sections according to the sequence of steps a user would take to set up
Teleport.

The current docs organization uses a variety of categories and schemes
to organize the docs. For example, there is a "Home" section that
includes the Changelog, Installation page, and Getting Started guides; a
"Setup" section that includes references and admin guides; and
edition-specific sections (Enterprise, Cloud). For a user who is setting
up Teleport--or who has already done some setup work and wants more
advanced instructions--it's difficult to know where in the docs to find
the right information.

This change organizes our how-to guides into the following categories
that describe the process of setting up Teleport:

- Try out Teleport
- Deploy a Cluster (including choosing an edition)
- Configure Access (including SSO, RBAC, and Access Requests)
- Manage your Cluster (admin guides, operations, etc.)
- Use Teleport (this section already exists)

I moved the Reference section after this chronology, since users can
access the reference guides anywhere in the setup process.

As part of the change, I have also moved the content from the
"Enterprise" and "Cloud" sections into "Deploy a Cluster", since this
content has to do with how to deploy a specific edition of Teleport.

Note that this change does _not_ attempt to reorganize our
protocol-specific sections. While adding resources is part of the
Teleport setup process, we have a lot of content in our
protocol-specific sections, and moving it all into a single section
related to adding resources to a cluster would (a) exceed the maximum
depth for subsections in the nav bar and (b) cause more confusion than
it alleviates.

* Respond to PR feedback

- Create a "Compliance Frameworks" section of "Configure Access" with
  the FedRAMP and SOC 2 guides
- Rename "Use Teleport" to "Connect your Client"
- Move the database GUI client guide into "Connect your Client"

* Add redirects

* Fix linter issues
2022-08-22 19:45:32 +00:00
Paul Gottschling e7f2b5f1de
Move Access Requests guides to Access Controls (#14598)
Reorganize our Access Request guides

Fixes #13696

Most guides to Access Requests are currently not listed on the sidebar,
and the guides that are listed are available for Cloud as well as
Enterprise. This change makes it easier to find our Access Requests
guides by moving them to the Access Controls section and listing all
guides on the sidebar. It adds the "Access Requests" and "Access Request
Plugins" subsections to "Access Controls".

Since the Access Controls section includes one subsection, called
"Guides", this change also renames that subsection--and adds a
descriptive intro paragraph to the section's menu page--in order to
accommodate the Access Requests and Access Request Plugins subsections.

Move some guides into "Access Requests"
2022-08-01 17:44:36 +00:00
Steven Martin 209ca9e6af
Update changelog to include latest V10 and V9 (#14380) 2022-07-12 20:53:37 +00:00
Trent Clarke 93d0898ad4
Repoint doctest build (#13717)
Updates the image used to run the doc-tests CI build and pulls in changes from #13774 to fix compatibility issues with the new image.

See-Also: #13457
Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
2022-06-23 14:17:16 +10:00
Paul Gottschling deddc6193f
Fix bad links (#12946)
- links with the gravitational.com domain
- links with the /teleport/ path segment
2022-06-03 13:38:53 +00:00
Joel 29a48a25bf
Add changelog for session join permissions. (#13061) 2022-06-03 07:48:43 +00:00
Trent Clarke 7bbbdbdd27
Fixes DocTest CI (#10117)
The linting applied to file via the tools in next appears to vary if the files are outside the /src directory: If the files are under /src, a rigorous lint is applied. If the files are outside of /src, a "less-rigorous" lint is applied, letting many legitimate issues slip through.

This patch alters the CI script to symlink the /workspace directory (the mount-point that GCB uses to inject code into the container running a build step) under the next image's /src/content directory, so that the correct, rigorous lint will be applied.

It also fixes the lint errors that have crept in during the time the linter was being incorrectly lenient.

See-Also: #9600
See-Also: #10107
2022-02-04 10:16:27 -05:00
Roman Tkachenko dbd780bf78 Add brief TLS routing description 2021-11-11 17:48:26 -08:00
Russell Jones 562cb02958 Update CHANGELOG.md 2021-11-11 17:48:26 -08:00
Russell Jones 45347212b8 Updated CHANGELOG.md.
Co-authored-by: Roman Tkachenko <roman@gravitational.com>
Co-authored-by: Ben Arent <ben@goteleport.com>
2021-08-09 18:33:50 -07:00
Walt e1cf4de9bd
Fix CHANGELOG header indentation (#7789)
These were underindented, causing headers like "Features" to show
up in the Table of Contents alongside the versions intended to show up.
2021-08-04 09:42:32 -07:00
Nic Klaassen f268ba173e
Stop registering a Kubernetes cluster named after the Teleport cluster (#6786) 2021-05-25 17:50:35 -07:00
Andrew Lytvynov 389531307a changelog: add a note about DynamoDB migration performance in 6.2.0 2021-05-24 23:57:32 +00:00
Russell Jones 9c60d1c21a Updated CHANGELOG.md. 2021-05-20 16:57:33 -07:00
Nic Klaassen 82185f232a
Stop changing kube context by default on tsh login (#6721)
With this change `tsh login` will still always add teleport contexts and credentials to the kubeconfig, but will only update the current context if:
- `tsh login` is called with `--kube-cluster` set, or
- `tsh kube login <kube cluster>` is called.
2021-05-07 11:18:29 -07:00
Joel Wejdenstal 1316e6728a
Implement RFD 24 for alternative DynamoDB event indexing (#6583) 2021-05-06 19:18:28 +02:00
Russell Jones 697f76ceaa Updated CHANGELOG.md. 2021-05-05 11:31:04 -07:00
jane quin 808bc3d272
forward-port 6.1.2 CHANGELOG (#6553) 2021-04-22 18:51:13 -07:00
inertial-frame 0dbc11d838
[v7.0] Backport of editorial changes from v6.1 (#6564)
* docs: backport changes from 6.1

* docs: tics for filename

* docs: spacing

* docs: improve app access

* docs: improve kub access

* docs: improve kub access
2021-04-22 18:16:01 -05:00
inertial-frame a67b522a26 [v6.1] Editorial Pass/Review - Home (#6544)
* docs: correct footnote
* docs: consistent 2fa
* docs: consistent sentence header casing
* docs: port tics
* docs: correct proper noun
* docs: slightly improve prereqs
* docs: reword limitations
* docs: correct wording, typos
* docs: improve getting started page
* docs: improve user manual
* docs: casing in adopters page
* docs: oxford commas
* docs: improved faq
* docs: tsh in tic marks
* docs: admin and prod guide
2021-04-22 13:15:20 -07:00
Gus Luxton 16cfe3003d
Forward-port 6.1.1 CHANGELOG (#6417) 2021-04-12 13:33:05 -07:00
Russell Jones 0ea35df10c
Updated CHANGELOG.md. (#6345)
Co-authored-by: Roman Tkachenko <roman@gravitational.com>
2021-04-09 10:44:01 -07:00
corkrean 2e7b253d55 Update CHANGELOG.md
Corrected a typo.
2021-03-03 17:27:36 -08:00
Russell Jones 5b87e74a05 Updated CHANGELOG.md. 2021-03-03 10:19:36 -08:00
Gus Luxton 0e4dcef23c
Update CHANGELOG.md for 6.0.0-rc.1 (#5689) 2021-02-24 13:56:26 -04:00
Roman Tkachenko 722cdeaadf
Release 6.0.0-alpha.2 (#5389) 2021-01-22 12:15:13 -08:00
Roman Tkachenko 7277e23df9
Release 6.0.0-alpha.1 (#5312) 2021-01-15 11:55:55 -08:00
Gus Luxton a53fc5747e
update CHANGELOG (#5222)
Co-authored-by: Forrest Marshall <forrest@gravitational.com>
2021-01-05 16:19:16 -04:00
Andrew Lytvynov 2ac39d622e
Forward-port CHANGELOG entries for 4.3.8, 4.3.9, 4.4.6, 5.0.2 (#5158)
* Forward-port CHANGELOG entries for 4.3.8, 4.3.9, 4.4.6, 5.0.2
2020-12-17 10:13:07 -08:00
Gus Luxton ededd7f3b1
Update CHANGELOG for 5.0.1 (#5099) 2020-12-14 10:37:35 -04:00
Gus Luxton 9e8db67df8 Update CHANGELOG.md 2020-11-24 11:26:35 -08:00
Russell Jones 5e225522d9 Updated CHANGELOG.md. 2020-11-24 11:26:35 -08:00
Ben Arent 1fdf1e6fc4 Updated CHANGELOG.md. 2020-11-24 11:26:35 -08:00