Skip to content

Commit

Permalink
Merge pull request #171 from atlanticwave-sdx/170.sdx-controller-2.0.0
Browse files Browse the repository at this point in the history
Prepare sdx-controller 2.0.0
  • Loading branch information
sajith authored May 31, 2023
2 parents 3ef3b06 + b8c2d7f commit 82dca91
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0] - 2023-05-31

### Added

- Test coverage reporting with coveralls.io (#109)
- Implement BAPM with RabbitMQ (#40)
- Build and publish container images from CI (#124)
- Add code formatting checks on CI (#110)
- Add GitHub Actions for CI (#24, #117, #111)

### Fixed

- Make tests more usable (#94, #133)
- Avoid installing unused packages in bapm-server image (#157)

### Changed

- Use .env file for configuration (#163, #166)
- Update connection handler (#140, #149)
- Return topology correctly (#142)
- Use new pce API (#119)
- Use MongoDB instead of SQLite (#126, #137, #138, #169)
- Dockerfile updates (#121, #112, #148, #166)
- Update pce and datamodel imports (#115)


## [1.0.0] - 2022-06-22

No Changelog entries available.


[2.0.0]: https://github.com/atlanticwave-sdx/sdx-controller/compare/1.0.0...2.0.0
[1.0.0]: https://github.com/atlanticwave-sdx/sdx-controller/compare/d06e415...1.0.0
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ pika >= 1.2.0
dataset
pymongo > 3.0

pce @ git+https://github.com/atlanticwave-sdx/[email protected]
sdxdatamodel @ git+https://github.com/atlanticwave-sdx/[email protected]
pce @ git+https://github.com/atlanticwave-sdx/[email protected]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages, setup

NAME = "swagger_server"
VERSION = "1.0.0"
VERSION = "2.0.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 82dca91

Please sign in to comment.