Skip to content

Commit 645cd4e

Browse files
committed
chore: release v4.21.0
1 parent 9356aa7 commit 645cd4e

5 files changed

Lines changed: 19 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
11
# Changes (Release notes)
22

3-
* 4.22.0.pre
3+
* 4.21.0
44

55
* New Features:
66
* `config`: New command: `transferd` to list and install specific version of `asperatransferd` and `ascp`
77
* `config`: New command: `token` to list and flush cached tokens.
8-
* Issues Fixed:
9-
* `config`: #180 problem in `ascp install`
10-
* `aoc`: #184 token cache shall be different per aoc org.
11-
* Breaking Changes:
12-
* **global** : Ruby minimum versions is now 3.1 (mainly due to switch to openssl 3). Future minimum is 3.2. Recommended is 3.4.
13-
* `transferd`: Use of Aspera Transfer Daemon requires minimum version 1.1.4. agent `trsdk` renamed `transferd`.
14-
* `ascp`: Default SDK version is now 1.1.4. Removes support for ascp4.
15-
16-
* 4.21.0
17-
18-
* New Features:
198
* `faspex5`: New command: `admin contact reset_password`
209
* `config`: New command: `tokens` with `list`, `show`, `flush` (replace `flush_tokens`)
2110
* `aoc`: #178 packages can be browsed, and individual files can be downloaded now.
2211
* Issues Fixed:
12+
* `config`: #180 problem in `ascp install`
13+
* `aoc`: #184 token cache shall be different per aoc org.
2314
* `config`: Soft links in transfer SDK archive are correctly extracted
2415
* `aoc`: Fix `packages delete` not working.
2516
* `direct` agent: #174 Race condition fix with `ascp`: timeout waiting mgt port connect (select not readable)
2617
* `config`: #175 `ascli config preset set GLOBAL version_check_days 0` causes a bad `config.yaml` to be written
2718
* `preview`: #177 fix bug that prevents preview generation to work.
2819
* Breaking Changes:
20+
* **global** : Ruby minimum versions is now 3.1 (mainly due to switch to openssl 3). Future minimum is 3.2. Recommended is 3.4.
21+
* `transferd`: Use of Aspera Transfer Daemon requires minimum version 1.1.4. agent `trsdk` renamed `transferd`.
22+
* `ascp`: Default SDK version is now 1.1.4. Removes support for ascp4.
2923
* **global** : Options `transpose_single` and `multi_table` replaced with single option `multi_single` and values: `no`, `yes`, `single`.
3024
* **global** : Column name for single object is now `field` instead of `key`.
3125
* **global** : Ruby minimum versions is now 2.7 (2.6 previously, that removes macOS default ruby support, but newer ruby version can be installed on macOS)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Do not edit this README.md, edit docs/README.erb.md, for details, read docs/READ
55
markdownlint-disable MD033 MD003 MD053
66
cspell:ignore Serban Antipolis
77
PANDOC_META_BEGIN
8-
subtitle: "ascli 4.22.0.pre"
8+
subtitle: "ascli 4.21.0"
99
PANDOC_META_END
1010
-->
1111

@@ -15,7 +15,7 @@ PANDOC_META_END
1515

1616
## Introduction
1717

18-
Version : 4.22.0.pre
18+
Version : 4.21.0
1919

2020
Laurent/2016-2025
2121

@@ -112,7 +112,7 @@ Once the gem is installed, `ascli` shall be accessible:
112112

113113
```console
114114
$ ascli --version
115-
4.22.0.pre
115+
4.21.0
116116
```
117117

118118
### First use
@@ -508,7 +508,7 @@ gem install bigdecimal -v '~> 3.1.9'
508508
Once you have Ruby and rights to install gems, install the `aspera-cli` gem and its dependencies:
509509

510510
```bash
511-
gem install aspera-cli --pre
511+
gem install aspera-cli
512512
```
513513

514514
To upgrade to the latest version:
@@ -785,7 +785,7 @@ ascli -v
785785
```
786786

787787
```text
788-
4.22.0.pre
788+
4.21.0
789789
```
790790

791791
In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container.
@@ -3729,7 +3729,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1m&size=0&inc=2&seq=seque
37293729
```text
37303730
ascli -h
37313731
NAME
3732-
ascli -- a command line tool for Aspera Applications (v4.22.0.pre)
3732+
ascli -- a command line tool for Aspera Applications (v4.21.0)
37333733
37343734
SYNOPSIS
37353735
ascli COMMANDS [OPTIONS] [ARGS]

docs/Manual.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
markdownlint-disable MD033 MD003 MD053
55
cspell:ignore Serban Antipolis
66
PANDOC_META_BEGIN
7-
subtitle: "ascli 4.22.0.pre"
7+
subtitle: "ascli 4.21.0"
88
PANDOC_META_END
99
-->
1010
<p><a href="https://badge.fury.io/rb/aspera-cli"><img
@@ -17,7 +17,7 @@
1717
alt="CII Best Practices" /></a></p>
1818
<h1 data-number="1" id="introduction"><span
1919
class="header-section-number">1</span> Introduction</h1>
20-
<p>Version : 4.22.0.pre</p>
20+
<p>Version : 4.21.0</p>
2121
<p>Laurent/2016-2025</p>
2222
<p>This gem provides the <code>ascli</code> CLI (Command Line Interface)
2323
to IBM Aspera software.</p>
@@ -136,7 +136,7 @@ <h1 data-number="2" id="quick-start"><span
136136
<p>Once the gem is installed, <code>ascli</code> shall be
137137
accessible:</p>
138138
<pre class="console"><code>$ ascli --version
139-
4.22.0.pre</code></pre>
139+
4.21.0</code></pre>
140140
<h2 data-number="2.1" id="first-use"><span
141141
class="header-section-number">2.1</span> First use</h2>
142142
<p>Once installation is completed, you can proceed to the first use with
@@ -516,7 +516,7 @@ <h2 data-number="3.3" id="ruby-gem-aspera-cli"><span
516516
<p>Once you have Ruby and rights to install gems, install the
517517
<code>aspera-cli</code> gem and its dependencies:</p>
518518
<div class="sourceCode" id="cb39"><pre
519-
class="sourceCode bash"><code class="sourceCode bash"><span id="cb39-1"><a href="#cb39-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> install aspera-cli <span class="at">--pre</span></span></code></pre></div>
519+
class="sourceCode bash"><code class="sourceCode bash"><span id="cb39-1"><a href="#cb39-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> install aspera-cli</span></code></pre></div>
520520
<p>To upgrade to the latest version:</p>
521521
<div class="sourceCode" id="cb40"><pre
522522
class="sourceCode bash"><code class="sourceCode bash"><span id="cb40-1"><a href="#cb40-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> update aspera-cli</span></code></pre></div>
@@ -768,7 +768,7 @@ <h3 data-number="3.6.2" id="container-details"><span
768768
<p>Then, you can execute the container like a local command:</p>
769769
<div class="sourceCode" id="cb65"><pre
770770
class="sourceCode bash"><code class="sourceCode bash"><span id="cb65-1"><a href="#cb65-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ascli</span> <span class="at">-v</span></span></code></pre></div>
771-
<pre class="text"><code>4.22.0.pre</code></pre>
771+
<pre class="text"><code>4.21.0</code></pre>
772772
<p>In order to keep persistency of configuration on the host, you should
773773
specify your user’s configuration folder as a volume for the container.
774774
To enable write access, a possibility is to run as <code>root</code> in
@@ -5381,7 +5381,7 @@ <h2 data-number="4.28" id="usage"><span
53815381
class="header-section-number">4.28</span> Usage</h2>
53825382
<pre class="text"><code>ascli -h
53835383
NAME
5384-
ascli -- a command line tool for Aspera Applications (v4.22.0.pre)
5384+
ascli -- a command line tool for Aspera Applications (v4.21.0)
53855385

53865386
SYNOPSIS
53875387
ascli COMMANDS [OPTIONS] [ARGS]

docs/Manual.pdf

-1.24 KB
Binary file not shown.

lib/aspera/cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module Aspera
44
module Cli
55
# for beta add extension : .beta1
66
# for dev version add extension : .pre
7-
VERSION = '4.22.0.pre'
7+
VERSION = '4.21.0'
88
end
99
end

0 commit comments

Comments
 (0)