Skip to content

Commit 08bc3bd

Browse files
committed
tools: prepare release 2.9 with ESP-IDFv4.2
1 parent 7fa1ce1 commit 08bc3bd

File tree

7 files changed

+33
-15
lines changed

7 files changed

+33
-15
lines changed

.github/workflows/test-offline-installer-dispatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
idf_version:
77
description: 'IDF Version'
88
required: true
9-
default: 'v4.2.1'
9+
default: 'v4.3'
1010
idf_short_version:
1111
description: 'IDF Version - only major and minor numbers without any "v" contained in name of desktop link'
1212
required: true
13-
default: '4.2'
13+
default: '4.3'
1414
installer_url:
1515
description: 'Installer URL'
1616
required: true
17-
default: 'https://github.com/espressif/idf-installer/releases/download/offline-2.8-beta-07/esp-idf-tools-setup-offline-2.8-beta-07.exe'
17+
default: 'https://github.com/espressif/idf-installer/releases/download/offline-2.9/esp-idf-tools-setup-offline-2.9.exe'
1818
components:
1919
description: 'Comma separated list of installer components from IdfToolsSetup.iss'
2020
required: true

.github/workflows/test-online-installer-dispatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
idf_version:
77
description: 'IDF Version'
88
required: true
9-
default: 'v4.2.1'
9+
default: 'v4.3'
1010
idf_short_version:
1111
description: 'IDF Version - only major and minor numbers without any "v" contained in name of desktop link'
1212
required: true
13-
default: '4.2.1'
13+
default: '4.3'
1414
installer_url:
1515
description: 'Installer URL'
1616
required: true
17-
default: 'https://github.com/espressif/idf-installer/releases/download/online-2.8-beta-06/esp-idf-tools-setup-online-2.8-beta-06.exe'
17+
default: 'https://github.com/espressif/idf-installer/releases/download/online-2.9/esp-idf-tools-setup-online-2.9.exe'
1818
components:
1919
description: 'Comma separated list of installer components from IdfToolsSetup.iss'
2020
required: true

.github/workflows/test-online-installer-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2
1414
- name: Download Installer
15-
run: Invoke-WebRequest https://github.com/espressif/idf-installer/releases/download/online-2.8-beta-06/esp-idf-tools-setup-online-2.8-beta-06.exe -OutFile installer.exe
15+
run: Invoke-WebRequest https://github.com/espressif/idf-installer/releases/download/online-2.9/esp-idf-tools-setup-online-2.9.exe -OutFile installer.exe
1616
shell: pwsh
1717
- name: Run installer
1818
run: ./src/PowerShell/Install-Idf.ps1 -IdfVersion "master" -Components "ide/powershell/windowsterminal,ide/powershell/desktop,ide/cmd/desktop,driver/ftdi,driver/silabs"

Build-Installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function PrepareOfflineBranches {
138138
git -C "$BundleDir" fetch
139139
} else {
140140
"Performing full clone."
141-
git clone -q --shallow-since=2020-01-01 --jobs 8 --recursive https://github.com/espressif/esp-idf.git "$BundleDir"
141+
git clone -q --shallow-since=2020-06-01 --jobs 8 --recursive https://github.com/espressif/esp-idf.git "$BundleDir"
142142

143143
# Remove hidden attribute from .git. Inno Setup is not able to read it.
144144
attrib "$BundleDir\.git" -s -h

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ ESP-IDF Tools Installer for Windows download page: https://dl.espressif.com/dl/e
1212

1313
| ESP-IDF Tools Installer | Online | Offline |
1414
| ----------------------- | ------ | ------- |
15-
| 2.9 (Beta) | [Download](https://github.com/espressif/idf-installer/releases) | |
16-
| 2.8 - 2021-05-03 | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-online-2.8.exe) 3.2 MB [![test-online-installer](https://github.com/espressif/idf-installer/actions/workflows/test-online-installer-scheduled.yml/badge.svg)](https://github.com/espressif/idf-installer/actions/workflows/test-online-installer-scheduled.yml) | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-offline-2.8.exe) 1.3 GB with ESP-IDF 4.2.1, 4.1.1, Eclipse + IDF Plugin v2.1.0 [![test-offline-installer](https://github.com/espressif/idf-installer/actions/workflows/test-offline-installer-dispatch.yml/badge.svg)](https://github.com/espressif/idf-installer/actions/workflows/test-offline-installer-dispatch.yml) |
15+
| 2.10 (Beta) | [Download](https://github.com/espressif/idf-installer/releases) | |
16+
| 2.9 - 2021-06-15 | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-online-2.9.exe) 3 MB [![test-online-installer](https://github.com/espressif/idf-installer/actions/workflows/test-online-installer-scheduled.yml/badge.svg)](https://github.com/espressif/idf-installer/actions/workflows/test-online-installer-scheduled.yml) | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-offline-2.9.exe) 1.3 GB with ESP-IDF 4.3, 4.2.1, Eclipse + IDF Plugin v2.1.0 |
17+
| 2.8 - 2021-05-03 | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-online-2.8.exe) 3.2 MB | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-offline-2.8.exe) 1.3 GB with ESP-IDF 4.2.1, 4.1.1, Eclipse + IDF Plugin v2.1.0 [![test-offline-installer](https://github.com/espressif/idf-installer/actions/workflows/test-offline-installer-dispatch.yml/badge.svg)](https://github.com/espressif/idf-installer/actions/workflows/test-offline-installer-dispatch.yml) |
1718
| 2.7 - 2021-04-08 | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-online-2.7.exe) 3.1 MB | N/A |
1819
| 2.6 - 2021-03-09 | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-online-2.6.exe) 2.1 MB | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-offline-2.6.exe) 1.2 GB with ESP-IDF 4.2, 4.1.1, Eclipse + IDF Plugin v2.0.0 |
1920
| 2.5 - 2021-02-09 | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-online-2.5.exe) 19 MB | [Download](https://dl.espressif.com/dl/esp-idf-tools-setup-offline-2.5.exe) 793 MB with ESP-IDF 4.2, 4.1.1 |

src/Resources/download/index.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,22 +142,22 @@ <h1 class="text-center">ESP-IDF Windows Installer Download</h1>
142142
<h2 class="text-center">Open Source IoT Development Framework for ESP32</h2>
143143
<div id="section-download">
144144
<div class="download-button">
145-
<form class="download-form" method="get" action="https://dl.espressif.com/dl/esp-idf-tools-setup-online-2.8.exe">
145+
<form class="download-form" method="get" action="https://dl.espressif.com/dl/esp-idf-tools-setup-online-2.9.exe">
146146
<button>
147147
<i class="fa fa-download" aria-hidden="true"></i>
148148
<div>Online installer</div>
149149
<div>Windows 7, 8, 10</div>
150-
<div>Size: 3.1 MB</div>
150+
<div>Size: 3 MB</div>
151151
</button>
152152
</form>
153153
</div>
154154
<div class="download-button">
155-
<form method="get" action="https://dl.espressif.com/dl/esp-idf-tools-setup-offline-2.8.exe">
155+
<form method="get" action="https://dl.espressif.com/dl/esp-idf-tools-setup-offline-2.9.exe">
156156
<button class="button-offline">
157157
<i class="fa fa-download" aria-hidden="true"></i>
158158
<div>Offline installer</div>
159159
<div>Windows 7, 8, 10</div>
160-
<div>Size: 1.2 GB</div>
160+
<div>Size: 1.3 GB</div>
161161
</button>
162162
</form>
163163
</div>
@@ -185,6 +185,23 @@ <h2 class="text-center">Looking for a specific release?</h2>
185185
<span class="release-notes">Click for more</span>
186186
</div>
187187
<ol class="list-row-container menu">
188+
<!-- Release 2.9 -->
189+
<li>
190+
<span class="release-number">Installer 2.9</span>
191+
<span class="release-date">2021-06-15</span>
192+
<span class="release-download">
193+
<span><a href="https://dl.espressif.com/dl/esp-idf-tools-setup-online-2.9.exe">Download Online Installer</a> - 3 MB</span>
194+
</span>
195+
<span class="release-notes"><a href="https://github.com/espressif/idf-installer/wiki/Release-notes-2.9">Release Notes</a></span>
196+
</li>
197+
<li>
198+
<span class="release-number">&nbsp;</span>
199+
<span class="release-date">&nbsp;</span>
200+
<span class="release-download">
201+
<span><a href="https://dl.espressif.com/dl/esp-idf-tools-setup-offline-2.9.exe">Download Offline Installer</a> - 1.3 GB</span>
202+
</span>
203+
</li>
204+
188205
<!-- Release 2.8 -->
189206
<li>
190207
<span class="release-number">Installer 2.8</span>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1+
v4.3
12
v4.2.1
2-
v4.1.1

0 commit comments

Comments
 (0)