Skip to content

Commit 5ac875b

Browse files
author
Sebastian Wagner
committed
Merge branch 'maintenance' into develop
2 parents 2b1c8e8 + 4e2039c commit 5ac875b

File tree

4 files changed

+9
-25
lines changed

4 files changed

+9
-25
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ CHANGELOG
6363
### Known issues
6464

6565

66-
3.0.1 (unreleased)
66+
3.0.1 (2021-09-02)
6767
------------------
6868

6969
### Configuration
@@ -73,10 +73,6 @@ CHANGELOG
7373
- `intelmq.lib.pipeline`: Fix handling of `load_balance` parameter (PR#2027 by Mikk Margus Möll).
7474
- `intelmq.lib.bot`: Fix handling of parameter `destination_queues` if value is an empty dictionary (PR#2051 by Sebastian Wagner, fixes #2034).
7575

76-
### Development
77-
78-
### Data Format
79-
8076
### Bots
8177
#### Collectors
8278
- `intelmq.bots.collectors.shodan.collector_stream`: Fix access to parameters, the bot wrongly used `self.parameters` (PR#2020 by Mikk Margus Möll).
@@ -123,9 +119,9 @@ CHANGELOG
123119
- Fix management actions (start/stop/status/reload/restart) for groups (PR#2086 by Sebastian Wagner, fixes #2085).
124120
- Do not use hardcoded logging path in `/opt/intelmq`, use the internal default instead (PR#2092 by Sebastian Wagner, fixes #2091).
125121

126-
### Contrib
127-
128122
### Known issues
123+
See [open bug reports](https://github.com/certtools/intelmq/issues?q=is%3Aissue+is%3Aopen+label%3Abug) for a more detailed list.
124+
- ParserBot: erroneous raw line recovery in error handling (#1850).
129125

130126

131127
3.0.0 (2021-07-02)

NEWS.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,13 @@ The [Data format documentation](https://intelmq.readthedocs.io/en/maintenance/de
2929
### Postgres databases
3030

3131

32-
3.0.1 Maintenance release (unreleased)
32+
3.0.1 Maintenance release (2021-09-02)
3333
--------------------------------------
3434

35-
36-
### Requirements
37-
38-
### Tools
39-
4035
### Bots
4136
The malwardomains parser bot was removed. The malwaredomains.com website is offline, therefore the parser can not be used anymore. The `intelmqctl upgrade-config` command warns if you have the feed and the bot in use.
4237
The postgresql output bot was removed. The bot was marked as deprecated in 2019 and announced to be removed in version 3.
4338

44-
### Data Format
45-
46-
### Configuration
47-
48-
### Libraries
49-
50-
### Postgres databases
51-
5239

5340
3.0.0 Major release (2021-07-02)
5441
--------------------------------

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ intelmq (3.1.0~alpha1-1) UNRELEASED; urgency=medium
44

55
-- Sebastian Wagner <wagner@cert.at> Fri, 13 Aug 2021 11:09:58 +0200
66

7-
intelmq (3.0.1~beta1-1) UNRELEASED; urgency=medium
7+
intelmq (3.0.1-1) stable; urgency=medium
88

99
* Update to 3.0.1.
1010

11-
-- Sebastian Wagner <wagner@cert.at> Fri, 02 Jul 2021 18:46:36 +0200
11+
-- Sebastian Wagner <wagner@cert.at> Thu, 02 Sep 2021 10:17:30 +0200
1212

1313
intelmq (3.0.0-1) stable; urgency=medium
1414

docs/user/installation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following instructions assume the following requirements. Python versions >=
2121
Supported and recommended operating systems are:
2222

2323
* CentOS 7 and 8
24-
* Debian 10
24+
* Debian 10 Buster and 11 Bullseye
2525
* openSUSE Leap 15.2, 15.13
2626
* Ubuntu: 18.04, 20.04
2727
* Docker Engine: 18.x and higher
@@ -117,7 +117,8 @@ These are the operating systems which are currently supported by packages:
117117

118118
* **CentOS 7** (run `yum install epel-release` first)
119119
* **CentOS 8** (run `dnf install epel-release` first)
120-
* **Debian 10**
120+
* **Debian 10** Buster
121+
* **Debian 11** Bullseye
121122
* **Fedora 33**
122123
* **Fedora 34**
123124
* **openSUSE Leap 15.2**

0 commit comments

Comments
 (0)