Skip to content

Commit

Permalink
REL-1381 v23.1.28 (was 23.1.27): [Docs] Adjust release notes for down…
Browse files Browse the repository at this point in the history
…load/SH (#19011)

* In releases.yml, removed cloud attributes to show download links.

* In new-release-downloads-docker-image.md, added markdown="1" to  div class="clearfix" to render markdown correctly.
  • Loading branch information
florence-crl authored Oct 14, 2024
1 parent b44031b commit 9234bd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6888,10 +6888,3 @@
docker_arm_limited_access: false
source: true
previous_release: v23.1.27
cloud_only: true
cloud_only_message_short: 'Available only for select CockroachDB Cloud clusters'
cloud_only_message: >
This version is currently available only for select
CockroachDB Cloud clusters. To request to upgrade
a CockroachDB self-hosted cluster to this version,
[contact support](https://support.cockroachlabs.com/hc/requests/new).
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Experimental downloads are not qualified for production use and not eligible for
{% capture onclick_string %}onclick="{{ experimental_download_js }}"{% endcapture %}
{% capture linux_arm_button_text_addendum %}{% if r.linux.linux_arm_experimental == true %}<br />(Experimental){% endif %}{% if r.linux.linux_arm_limited_access == true %}<br />(Limited Access){% endif %}{% endcapture %}

<div><div class="clearfix">
<div><div class="clearfix" markdown="1">

<table style="max-width: 90%;">
<thead>
Expand Down

0 comments on commit 9234bd1

Please sign in to comment.