Skip to content

Commit

Permalink
Add markdown="1" to all release note contributor divs (cockroachdb#15872
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nickvigilante authored Dec 21, 2022
1 parent 7d9b123 commit b2c063f
Show file tree
Hide file tree
Showing 104 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20160728.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Updated [Recommended Production Settings](../v1.0/recommended-production-settings.html) to clarify how CockroachDB allocates file descriptors when the limit is under the recommended amount. [#480](https://github.com/cockroachdb/docs/pull/480)
- [SQL statements](../v1.0/sql-statements.html), [data types](../v1.0/data-types.html), and data definition topics are now available at-a-glance in the sidebar. [#483](https://github.com/cockroachdb/docs/pull/483)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20160728-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20160829.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Updated [Recommended Production Settings](../v1.0/recommended-production-settings.html) to include cache size recommendations for machines running multiple applications and `systemd`-specific instructions for increasing the file descriptors limit. [#532](https://github.com/cockroachdb/docs/pull/532), [#554](https://github.com/cockroachdb/docs/pull/554)
- Fixed errors in the commands for [starting CockroachDB in Docker](../v1.0/start-a-local-cluster-in-docker.html). [#567](https://github.com/cockroachdb/docs/pull/567)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20160829-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20160908.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Each version's release notes now link to the corresponding Mac and Linux binaries. [#604](https://github.com/cockroachdb/docs/pull/604)
- Updated docs on [secure local](../v1.0/secure-a-cluster.html) and [secure distributed](../v1.0/manual-deployment.html) deployment to show how to stop nodes. [#619](https://github.com/cockroachdb/docs/pull/619)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20160908-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20160929.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Changing the name of a table column or index: [`RENAME COLUMN`](../v1.0/rename-column.html) and [`RENAME INDEX`](../v1.0/rename-index.html). [#678](https://github.com/cockroachdb/docs/pull/678), [#679](https://github.com/cockroachdb/docs/pull/679)
- Updated high-level overviews of primary [CockroachDB features](../v1.0/strong-consistency.html) and added related links. [#699](https://github.com/cockroachdb/docs/pull/699)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20160929-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20161027.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- More complex expressions involving window functions are now supported. [#10186](https://github.com/cockroachdb/cockroach/pull/10186)
- Fixed a deadlock that could occur when using the Prometheus metrics endpoint. [#10228](https://github.com/cockroachdb/cockroach/pull/10228)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20161027-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20161103.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added language-specific examples for [`INSERT` statements with `RETURNING`](../v1.0/insert.html#insert-and-return-values). [#813](https://github.com/cockroachdb/docs/pull/813)
- Updated the [SQL Feature Support](../v1.0/sql-feature-support.html) page to reflect support for [views](../v1.0/views.html) (SQL standard) and [interleaved tables](../v1.0/interleave-in-parent.html) (CockroachDB extensions).

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20161103-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20161201.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ We realize that "stop the world" upgrades are overly interruptive and are active
- Updated the [`cockroach zone`](../v1.0/configure-replication-zones.html) command documentation to reflect the correct YAML structure. [#902](https://github.com/cockroachdb/docs/pull/902)
- Fixed the Rust code samples on [Build an App](../v1.0/build-a-rust-app-with-cockroachdb.html). [#863](https://github.com/cockroachdb/docs/pull/863)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20161201-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20161208.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Requests no longer get stuck forever after a timeout. [#12000](https://github.com/cockroachdb/cockroach/pull/12000)
- Comparisons of SQL tuples now work for all types. [#10475](https://github.com/cockroachdb/cockroach/pull/10475)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20161208-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20170105.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Raft traffic to that node is suspended until it becomes responsive again. [#1263
- Added documentation on the [`SHOW USERS`](../v1.0/show-users.html) statement. [#939](https://github.com/cockroachdb/docs/pull/939)
- Clarified that [password-based authentication](../v1.0/create-and-manage-users.html#user-authentication) cannot be used for the `root` user. [#938](https://github.com/cockroachdb/docs/pull/938)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20170105-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20170112.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added a Java code sample for transaction retry logic to the [Build a Java App with CockroachDB](../v1.0/build-a-java-app-with-cockroachdb.html) tutorial. [#987](https://github.com/cockroachdb/docs/pull/987)
- Added documentation on [SQL type conversions](../v1.0/data-types.html#data-type-conversions-casts). [#977](https://github.com/cockroachdb/docs/pull/977)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20170112-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20170126.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Updated the [`cockroach zone`](../v1.0/configure-replication-zones.html) documentation to explain how node-level locality settings and zone configuration constraints influence the location of replicas, and added [scenario-based examples](../v1.0/configure-replication-zones.html#scenario-based-examples). [#1027](https://github.com/cockroachdb/docs/pull/1027)
- Updated cluster topology guidance in [Recommended Production Settings](../v1.0/recommended-production-settings.html#cluster-topology). [#1027](https://github.com/cockroachdb/docs/pull/1027)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20170126-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20170209.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- New FAQ on [how CockroachDB is both highly available and strongly consistent without violating the CAP theorem](../v1.0/frequently-asked-questions.html#how-is-cockroachdb-both-highly-available-and-strongly-consistent). [#1061](https://github.com/cockroachdb/docs/pull/1061)
- Expanded documentation on [simple `CASE` expressions](../v1.0/sql-expressions.html#simple-case-expressions) and [searched `CASE` expressions](../v1.0/sql-expressions.html#searched-case-expressions). [#1036](https://github.com/cockroachdb/docs/pull/1036)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20170209-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20170216.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- The [Build a Java App with CockroachDB](../v1.0/build-a-java-app-with-cockroachdb.html) tutorial now covers using the Hibernate ORM in addition to the jdbc driver. [#1100](https://github.com/cockroachdb/docs/pull/1100)
- The [Start a Cluster in Docker](../v1.0/start-a-local-cluster-in-docker.html) tutorial now offers OS-specific instructions, with specific improvements for running on Windows. [#1095](https://github.com/cockroachdb/docs/pull/1095)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20170216-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20170309.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added details about [using the `BIT` type to constrain integers](../v1.0/int.html#size) based on their corresponding binary values. [#1116](https://github.com/cockroachdb/docs/pull/1116)
- Added details about [building a binary](../v1.0/install-cockroachdb.html) that excludes enterprise functionality covered by the CockroachDB Community License (CCL). [#1130](https://github.com/cockroachdb/docs/pull/1130)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20170309-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20170323.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added OS-specific instructions for [starting a local CockroachDB cluster in Docker](../v1.0/start-a-local-cluster-in-docker.html). [#1167](https://github.com/cockroachdb/docs/pull/1167)
- Improved the [install from binary instructions](../v1.0/install-cockroachdb.html) to include moving the binary into the `PATH`. [#1196](https://github.com/cockroachdb/docs/pull/1196)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20170323-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20170413.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Updated the [build from source](../v1.0/install-cockroachdb.html) instructions to use a source tarball instead of the `cockroach` GitHub repository. The source tarball downloads faster and doesn't need to be extracted in the `GOPATH`. Developers who want to contribute to CockroachDB should use the instructions in [CONTRIBUTING.md](https://github.com/cockroachdb/cockroach/blob/master/CONTRIBUTING.md) instead. [#1209](https://github.com/cockroachdb/docs/issues/1209)
- Added Google Cloud Spanner to the [CockroachDB in Comparison](../v1.0/cockroachdb-in-comparison.html) chart. [#1264](https://github.com/cockroachdb/docs/pull/1264)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20170413-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/beta-20170420.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Expanded the [`TRUNCATE`](../v1.0/truncate.html) documentation to cover using `CASCADE` to truncate dependent tables. [#1297](https://github.com/cockroachdb/docs/pull/1297)
- Minor improvements to the [`ROLLBACK`](../v1.0/rollback-transaction.html) documentation. [#1296](https://github.com/cockroachdb/docs/pull/1296)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="beta-20170420-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/v1.0-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Documented the known list of [differences between PostgreSQL and CockroachDB](../v1.0/porting-postgres.html) for identical SQL input, with porting instructions. [#1328](https://github.com/cockroachdb/docs/pull/1328)
- Expanded best practices when [using the `--locality` setting](../v1.0/recommended-production-settings.html) to replicate evenly across datacenters. [#1334](https://github.com/cockroachdb/docs/pull/1334)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v1-0-rc-1-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.0/v1.0-rc.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Release Date: {{ include.release_date | date: "%B %-d, %Y" }}
- Added an FAQ on different [ways to log SQL queries](../v1.0/sql-faqs.html). [#1359](https://github.com/cockroachdb/docs/pull/1359)
- Updated [local deployment tutorials](../v1.0/start-a-local-cluster.html) to have nodes listen only on `localhost`. This ensures these tutorials work even on machines whose hostnames aren’t resolvable. [#1358](https://github.com/cockroachdb/docs/pull/1358)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v1-0-rc-2-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v1.1/v1.1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This release includes several bug fixes and stability improvements.
- Fixed a bug that caused SQL connection errors during node startup. [#22663][#22663]
- Fixed a bug that included [decommissioned nodes](../v1.1/remove-nodes.html) in cluster stats aggregates. [#22864][#22864]

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v1-1-6-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v19.1.0-beta.20190225.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ docker pull cockroachdb/cockroach-unstable:v19.1.0-beta.20190225

- Documented the built-in [`ycsb` workload](../v19.1/cockroach-workload.html). [#4343][#4343]

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-1-0-beta-20190225-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v19.1.0-beta.20190304.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $ docker pull cockroachdb/cockroach-unstable:v19.1.0-beta.20190304
- Documented CockroachDB's partial support for the [Intellij IDEA](../v19.1/intellij-idea.html). [#4391](https://github.com/cockroachdb/docs/pull/4391)
- Clarified the guidance on [preparing to decommission nodes](../v19.1/remove-nodes.html). [#4406](https://github.com/cockroachdb/docs/pull/4406)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-1-0-beta-20190304-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v19.1.0-beta.20190318.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ docker pull cockroachdb/cockroach-unstable:v19.1.0-beta.20190318
- Documented the `bytea_output` session variable, and fixed the documentation on bytes/string conversions. [#4452](https://github.com/cockroachdb/docs/pull/4452)
- Updated [Configure Replication Zones](../v19.1/configure-replication-zones.html) documentation to reflect that unset variables in a replication zone now inherit their values from the parent zone. [#4446](https://github.com/cockroachdb/docs/pull/4446)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-1-0-beta-20190318-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v19.1.0-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $ docker pull cockroachdb/cockroach-unstable:v19.1.0-rc.1
- Corrected the syntax for [per-replica replication zone constraints](../v19.1/configure-replication-zones.html#scope-of-constraints). [#4569](https://github.com/cockroachdb/docs/pull/4569)
- Added more thorough documentation on [CockroachDB dependencies](../v19.1/recommended-production-settings.html#dependencies). [#4567](https://github.com/cockroachdb/docs/pull/4567)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-1-0-rc-1-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v19.1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ docker pull cockroachdb/cockroach-unstable:v19.1.10
- Updated the Releases navigation in the sidebar to expose the latest Production and Testing releases. [#7550][#7550]
- Fixed scrollbar visibility on Chrome. [#7487][#7487]

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-1-10-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v19.1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ docker pull cockroachdb/cockroach:v19.1.2

- Stack memory used by CockroachDB is now marked as non-executable, improving security and compatibility with SELinux. [#38011][#38011]

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-1-2-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v19.1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ docker pull cockroachdb/cockroach:v19.1.8
- Fixed an internal error that could happen in the planner when table statistics were collected manually using [`CREATE STATISTICS`](../v19.1/create-statistics.html) for different columns at different times. [#44443][#44443]
- CockroachDB no longer repeatedly looks for non-existing jobs, which may cause high memory usage, when cleaning up schema changes. [#44824][#44824]

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-1-8-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v2.2.0-alpha.20181119.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $ docker pull cockroachdb/cockroach-unstable:v2.2.0-alpha.20181119
- Reduced the amount of allocated memory by pooling allocations of `rocksDBBatch` and `RocksDBBatchBuilder` objects. [#30523][#30523]
- Cache zone configuration values to avoid repetitive deserialization. [#30143][#30143]

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v2-2-0-alpha-20181119-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v2.2.0-alpha.20181217.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $ docker pull cockroachdb/cockroach-unstable:v2.2.0-alpha.20181217
- Fixed a method in the [Build a C# (.NET) App with CockroachDB](../v19.1/build-a-csharp-app-with-cockroachdb.html) code samples. [#4161](https://github.com/cockroachdb/docs/pull/4161)
- Expanded the [Build a Rust App with CockroachDB](../v19.1/build-a-rust-app-with-cockroachdb.html) tutorial to cover secure clusters. [#4127](https://github.com/cockroachdb/docs/pull/4127)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v2-2-0-alpha-20181217-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v2.2.0-alpha.20190114.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Mutation statements like [`UPDATE`](../v19.1/update.html) and [`INSERT`](../v19.
- Updated the [Production Checklist](../v19.1/recommended-production-settings.html) with more current hardware recommendations and additional guidance on storage, file systems, and clock synch. [#4153](https://github.com/cockroachdb/docs/pull/4153)
- Expanded the [SQLAlchemy tutorial](../v19.1/build-a-python-app-with-cockroachdb-sqlalchemy.html) to provide code for transaction retries and best practices for using SQLAlchemy with CockroachDB. [#4142](https://github.com/cockroachdb/docs/pull/4142)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v2-2-0-alpha-20190114-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.1/v2.2.0-alpha.20190211.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $ docker pull cockroachdb/cockroach-unstable:v2.2.0-alpha.20190211
- Added a note that when a table that was previously [split](../v19.1/split-at.html) is truncated, the table must be pre-split again. [#4274](https://github.com/cockroachdb/docs/pull/4274)
- Updated the [SQL Performance Best Practices](../v19.1/performance-best-practices-overview.html#interleave-tables) with caveats around interleaving tables. [#4273](https://github.com/cockroachdb/docs/pull/4273)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v2-2-0-alpha-20190211-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.2/v19.2.0-alpha.20190606.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $ docker pull cockroachdb/cockroach-unstable:v19.2.0-alpha.20190606

- Stack memory used by CockroachDB is now marked as non-executable, improving security and compatibility with SELinux. [#37939][#37939]

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-2-0-alpha-20190606-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.2/v19.2.0-alpha.20190701.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $ docker pull cockroachdb/cockroach-unstable:v19.2.0-alpha.20190701

- Only check `CN` on first certificate in file. [#38163][#38163] {% comment %}doc{% endcomment %}

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-2-0-alpha-20190701-contributors">Contributors</h3>

Expand Down
2 changes: 1 addition & 1 deletion _includes/releases/v19.2/v19.2.0-alpha.20190805.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ docker pull cockroachdb/cockroach-unstable:v19.2.0-alpha.20190805
- Documented a [known limitation](../v19.2/known-limitations.html) about hanged requests to a restarted node that needs Raft snapshots. [#5018](https://github.com/cockroachdb/docs/pull/5018)
- Updated the [`BACKUP`](../v19.2/backup.html) and [`RESTORE`](../v19.2/restore.html) docs to specify that the `system.users` table is not included with a backup. To restore the table, you must explicitly include it. [#5072](https://github.com/cockroachdb/docs/pull/5072)

<div class="release-note-contributors">
<div class="release-note-contributors" markdown="1">

<h3 id="v19-2-0-alpha-20190805-contributors">Contributors</h3>

Expand Down
Loading

0 comments on commit b2c063f

Please sign in to comment.