-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.2 Bugfix release ### Backend - Emit a more specific error message for cases like #160. - The timeout for calls to `intelmqctl` has been raised to 20s (#164). ### Pages #### Configuration - Underscore is now allowed for new parameter names (#153). #### Monitor * Fix link to monitor page (#157). ### Documentation - Add a FAQ and add a section about the docker issue (#160). - Add instructions for Debian 9, Ubuntu 18.04, and openSUSE Leap 42.3, 15.0 (#168). ### Packaging - Include a positions file matching the default configuration of intelmq (#171). ### Known issues * Missing CSRF protection (#111). * Missing copyright notices (#140). * Graph jumps around on "Add edge" bug component (#148). * new runtime parameters with _ not possible (#153). * wrong error message for new bots with existing ID (#152). * Queue size for deleted queue remains displayed (#158).
- Loading branch information
Showing
13 changed files
with
204 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
intelmq-manager (1.0.1-2) stable; urgency=medium | ||
|
||
* update to version 1.0.2 | ||
|
||
-- Wagner Sebastian <[email protected]> Mon, 24 Sep 2018 17:30:06 +0200 | ||
|
||
intelmq-manager (1.0.1-1) stable; urgency=low | ||
|
||
* update to version 1.0.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,62 @@ | ||
{} | ||
{ | ||
"abusech-domain-parser": { | ||
"x": -304, | ||
"y": 250 | ||
}, | ||
"abusech-feodo-domains-collector": { | ||
"x": -508, | ||
"y": 282 | ||
}, | ||
"cymru-whois-expert": { | ||
"x": 510, | ||
"y": -407 | ||
}, | ||
"deduplicator-expert": { | ||
"x": -107, | ||
"y": 162 | ||
}, | ||
"file-output": { | ||
"x": 504, | ||
"y": -614 | ||
}, | ||
"gethostbyname-1-expert": { | ||
"x": 481, | ||
"y": -198 | ||
}, | ||
"gethostbyname-2-expert": { | ||
"x": 322, | ||
"y": -325 | ||
}, | ||
"malc0de-parser": { | ||
"x": -292, | ||
"y": 48 | ||
}, | ||
"malc0de-windows-format-collector": { | ||
"x": -477, | ||
"y": -46 | ||
}, | ||
"malware-domain-list-collector": { | ||
"x": 230, | ||
"y": 382 | ||
}, | ||
"malware-domain-list-parser": { | ||
"x": 60, | ||
"y": 276 | ||
}, | ||
"spamhaus-drop-collector": { | ||
"x": -88, | ||
"y": 589 | ||
}, | ||
"spamhaus-drop-parser": { | ||
"x": -114, | ||
"y": 381 | ||
}, | ||
"taxonomy-expert": { | ||
"x": 89, | ||
"y": 29 | ||
}, | ||
"url2fqdn-expert": { | ||
"x": 275, | ||
"y": -116 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
FAQ | ||
=== | ||
|
||
Error saving a big configuration in docker | ||
------------------------------------------ | ||
|
||
Problem: When saving a configuration with lots of bots (~30) the reponse is always an error. All files are saved correctly, but not the runtime configuration, which is unchanged. | ||
|
||
Reason: Look at your apache error logs, it may say that it discarded the data because the temporary directory is not writeable. | ||
|
||
Solution: Fix your docker image by making the temporary directoy `/tmp` writeable as it should be. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Release procedure | ||
|
||
Make sure the current state is really final ;) | ||
You can test most of the steps described here locally before doing it real. | ||
|
||
Assumption: You are working on branch maintenance, the next version is a bug fix release. For feature releaese it is slightly different. | ||
|
||
## Documentation | ||
|
||
* CHANGELOG.MD and | ||
* NEWS.MD: Update the latest header, fix the order and remove empty sections if necessary. | ||
* `intelmq-manager/php/config.php`: Update the version. | ||
* `debian/changelog`: Insert a new section for the new version with the tool `dch`. | ||
|
||
## Commit and tag. | ||
Commit your changes, the message should start with `REL: `. Push and create a pull request from maintenance to master. Someone else should review the changes. Eventually fix them, make sure the `REL: ` is the last commit, you can also push that one at last, after the reviews. | ||
|
||
## Tag and release | ||
|
||
Tag the commit with `git tag -s version HEAD`, merge it into master, push the both branches *and* the tag. The tag is just `a.b.c`, not prefixed with `v` (that was necessary only with SVN a long time ago...). | ||
|
||
Go to https://github.com/certtools/intelmq/tags and enter the release notes (changelog) for the new tag, then it's considered a release by github. | ||
|
||
## Tarballs and PyPI | ||
|
||
* Build the source and binary (wheel) distribution: `python3 setup.py sdist bdist_wheel` | ||
* Upload the files including signatures to PyPI with e.g. twine: `twine upload -s dist/intelmq...` | ||
|
||
## Packages | ||
We are currently using the public Open Build Service instance of openSUSE: http://build.opensuse.org/project/show/home:sebix:intelmq | ||
|
||
First, test all the steps first with the [unstable-repository](http://build.opensuse.org/project/show/home:sebix:intelmq:unstable) and check that at least installations succeed. | ||
|
||
* Create the tarballs with the script `create-archives.sh`. | ||
* Update the dsc and spec files for new filenames and versions. | ||
* Update the .changes file | ||
* Build locally for all distributions. | ||
* Commit. | ||
|
||
## Announcements | ||
|
||
Announce the new version at the mailinglists intelmq-users, intelmq-dev. | ||
For bigger releases, probably also at IHAP, Twitter, etc. Ask your favorite social media consultant. | ||
|
||
## Prepare new version | ||
|
||
Increase the version in `intelmq-manager/php/config.php` and declare it as alpha version. | ||
|
||
Add a new empty changelog section: | ||
|
||
``` | ||
### Backend | ||
### Pages | ||
#### Landing page | ||
#### Configuration | ||
#### Management | ||
#### Monitor | ||
#### Check | ||
### Documentation | ||
### Third-party libraries | ||
### Packaging | ||
### Known issues | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters