Skip to content

Commit dc05d8b

Browse files
author
dkraus
committed
Ready for release 2.1.11
1 parent 6269af4 commit dc05d8b

4 files changed

Lines changed: 26 additions & 21 deletions

File tree

File renamed without changes.

CHANGELOG/2.1.11/date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Feb 26th, 2024

RELEASE.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,61 @@
1+
2.1.11 [Feb 26th, 2024]:
2+
---
3+
* [FIX] Fix workspace activation. #87
4+
15
2.1.10 [Apr 5th, 2023]:
26
---
37
* [MOD] Change resolve_hostname to false for default, add the --resolve-hostname flag for host create and add --force flag to tool run to process the output of the command regardless of the return code. #79
48

59
2.1.9 [Dec 15th, 2022]:
610
---
7-
* [ADD] Add vuln delete vuln-id
11+
* [ADD] Add vuln delete vuln-id.
812

913

1014
2.1.8 [OCt 27th, 2022]:
1115
---
12-
* [Add] New method to update existing vuln
16+
* [ADD] New method to update existing vuln.
1317

1418
2.1.7 [Sep 13th, 2022]:
1519
---
16-
* Add personal status
17-
* Replace the apply_tag function with plugins parameters
18-
* Update agents docs
20+
* Add personal status.
21+
* Replace the apply_tag function with plugins parameters.
22+
* Update agents docs.
1923

2024
2.1.6 [Jul 26th, 2022]:
2125
---
22-
* Remove workspace from get/list agent and add it to run agent
26+
* Remove workspace from get/list agent and add it to run agent.
2327

2428
2.1.5 [Jun 10th, 2022]:
2529
---
26-
* Now shell mode doesnt exit if it has faraday's url and token but the server is down
27-
* Support multiple tags on import and run
28-
* Update gifs of readme
30+
* Now shell mode doesn't exit if it has faraday's url and token but the server is down.
31+
* Support multiple tags on import and run.
32+
* Update gifs of readme.
2933

3034
2.1.4 [May 23th, 2022]:
3135
---
32-
* Check if token is valid on start in shell mode
36+
* Check if token is valid on start in shell mode.
3337

3438
2.1.3 [May 20th, 2022]:
3539
---
36-
* Now is possible to doesn't resolve hostname by changing resolve_hostname parameter
37-
* Fix the colors in Severity Stats
40+
* Now is possible to doesn't resolve hostname by changing resolve_hostname parameter.
41+
* Fix the colors in Severity Stats.
3842

3943
2.1.2 [Jan 11th, 2022]:
4044
---
41-
* Update Documentation
45+
* Update Documentation.
4246

4347
2.1.1 [Dec 13th, 2021]:
4448
---
45-
* ADD setting to enable/disable auto command detection
46-
* Fix error message when a command dont generate valid output
47-
* FIX tables visualization when host has to many hostnames
48-
* Show if update is available
49+
* ADD setting to enable/disable auto command detection.
50+
* Fix error message when a command dont generate valid output.
51+
* FIX tables visualization when host has to many hostnames.
52+
* Show if update is available.
4953

5054
2.1.0 [Nov 19th, 2021]:
5155
---
52-
* Add fields to executive reports generation command
53-
* Add KAKER_MODE easter egg
54-
* update plugins requirements to 1.5.6
56+
* Add fields to executive reports generation command.
57+
* Add KAKER_MODE easter egg.
58+
* Update plugins requirements to 1.5.6
5559

5660
2.0.2 [Aug 9th, 2021]:
5761
---

faraday_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.10"
1+
__version__ = "2.1.11"

0 commit comments

Comments
 (0)