You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The source code for CockroachDB is hosted in the <ahref="https://github.com/cockroachdb/cockroach/releases/"class="binary-link">cockroachdb/cockroach</a> repository on Github.</p>
213
-
<tableclass="release-table">
214
-
<thead>
215
-
<tr>
216
-
<td>Version</td>
217
-
<td>Date</td>
218
-
<td>Source</td>
219
-
</tr>
220
-
</thead>
221
-
<tbody>
222
-
{% for r in testing_releases %}
223
-
<tr>
224
-
<td>
225
-
{{ r.release_name }}
226
-
</td>
227
-
<td>{{ r.release_date }}</td>
228
-
<td>
229
-
{% if r.source == true %}
230
-
<aclass="external"href="https://github.com/cockroachdb/cockroach/releases/tag/{{ r.release_name }}"class="binary-link">View on Github</a>
To view or download the source code for CockroachDB {{ release.release_name }} on Github, visit <atarget="_blank"rel="noopener"href="https://github.com/cockroachdb/cockroach/releases/tag/{{ release.release_name }}">{{ release.release_name }} source tag</a>.
<p>The source code for CockroachDB is hosted in the <a href="https://github.com/cockroachdb/cockroach/releases/" class="binary-link">cockroachdb/cockroach</a> repository on Github.</p>
520
-
<table class="release-table">
521
-
<thead>
522
-
<tr>
523
-
<td>Version</td>
524
-
525
-
<td>Date</td>
526
-
<td>Source</td>
527
-
</tr>
528
-
</thead>
529
-
<tbody>
530
-
{% for r in unsupported_releases %}
531
-
{% assign current_patch_string = '' %}
532
-
{% assign current_patch = nil %}
533
-
{% assign in_lts = false %}
534
-
{% if has_lts_releases == true and s == "Production" %}
Copy file name to clipboardExpand all lines: src/current/releases/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ All CockroachDB binaries released on or after the day 24.3.0 is released onward,
93
93
94
94
All CockroachDB binaries released prior to the release date of 24.3.0 are variously licensed under the Business Source License 1.1 (BSL), the CockroachDB Community License (CCL), and other licenses specified in the source code.
95
95
96
-
To review the CCL, refer to the [CockroachDB Community License](https://www.cockroachlabs.com/cockroachdb-community-license) page. You can find the applicable Business Source License or third party licenses by reviewing these in the `licenses` folder for the applicable version of CockroachDB in the GitHub repository [cockroachdb/cockroach](https://github.com/cockroachdb/cockroach). See individual files for details.
96
+
To review the CCL, refer to the [CockroachDB Community License](https://www.cockroachlabs.com/cockroachdb-community-license) page.
97
97
98
98
In late 2024, Cockroach Labs retired its Core offering to consolidate on a single CockroachDB Enterprise offering under the CockroachDB Software License. This license is available at no charge for individual users and small businesses, and offers all users, free and paid, the full breadth of CockroachDB capabilities. For details, refer to the [CockroachDB licensing update](https://www.cockroachlabs.com/enterprise-license-update/) and [Licensing FAQs]({% link {{site.versions["stable"]}}/licensing-faqs.md %}).
0 commit comments