Skip to content

Commit

Permalink
Add changelog for 0.30.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspeitz committed Sep 7, 2021
1 parent e320936 commit aae25ab
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 0.30.0-alpha
* *BREAKING* Introduce new version field to config file (jylitalo)
```
# Before
discovery:
jobs:
# After
apiVersion: v1alpha1
discovery:
jobs:
```
* [BUG] Fix issues with nilToZero (eminugurkenar)
* [BUG] Fix race condition setting end time for discovery jobs (cristiangreco)
* Simplify session creation code (jylitalo)
* Major improvement of aws discovery code (jylitalo)
* Major rewrite of the async scraping logic (rabunkosar-dd)
* Add support for AWS/ElasticBeanstalk (andyzasl)
* Upgrade golang to 1.17
* Upgrade golang libraries to newest versions

# 0.29.0-alpha
Okay, private things settled. We have a new organisation for
the project. Lets boost it and get the open PRs merged!
Expand Down

0 comments on commit aae25ab

Please sign in to comment.