Skip to content

Commit

Permalink
Merge tag 'v0.2.4' into develop
Browse files Browse the repository at this point in the history
BREAKING CHANGE in API

# -----BEGIN PGP SIGNATURE-----
#
# iQEzBAABCgAdFiEEbyHRF4WOTI97553P3rZOigyk7T4FAmZiYs8ACgkQ3rZOigyk
# 7T4qIgf+KxCyhR3W41BG9MDpIIvFp9YTVQnM0AsB4NrPDoURKedzPrFWnBWbq3ai
# kN9qARWRLI5jr7UvS8TIx3rMr3FyKNIp9iIr7daTAPLmBhEaYuHjMp1ukILVbTa7
# pI6jovk7axDQvBWAlfLmXaD6GzUwh6xVVnnnNHjWFc5oxQdJqZz4+g/t5RJvJY8l
# PKRq5P2nl8ptC3O3q9TdVZO6HVl1PsI+6Jtv4WotMc5l6Zfvd+G2/ixu5eSPTV+C
# giSM77NHIMC04tFeF0bH3kZCJBTWhJtGyfyakr4TaPufX3GD/lGYqdCrvzRKZ7rd
# txai1TL8TbRK8ibHlFLQfS2aKOaAFg==
# =oqs1
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu Jun  6 21:30:55 2024 EDT
# gpg:                using RSA key 6F21D117858E4C8F7BE79DCFDEB64E8A0CA4ED3E
# gpg: Good signature from ""[email protected]" <[email protected]>" [ultimate]
# Primary key fingerprint: 6F21 D117 858E 4C8F 7BE7  9DCF DEB6 4E8A 0CA4 ED3E
  • Loading branch information
unclesp1d3r committed Jun 7, 2024
2 parents 83b8371 + 79379ee commit 125464a
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Log into the Container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,69 @@

<a name="v0.2.4"></a>
## [v0.2.4](https://github.com/unclesp1d3r/CipherSwarm/compare/v0.2.3...v0.2.4)

> 2024-06-06
### Features

* Add bidirectional status on heartbeat
* Update Agent to show errors and benchmarks
* Exposed agent advanced configuration


<a name="v0.2.3"></a>
## [v0.2.3](https://github.com/unclesp1d3r/CipherSwarm/compare/v0.2.2...v0.2.3)

> 2024-06-01
### Bug Fixes

* Add better logic for empty metadata in errors


<a name="v0.2.2"></a>
## [v0.2.2](https://github.com/unclesp1d3r/CipherSwarm/compare/v0.2.1...v0.2.2)

> 2024-06-01
### Bug Fixes

* Fix incorrect AgentError severity enum


<a name="v0.2.1"></a>
## [v0.2.1](https://github.com/unclesp1d3r/CipherSwarm/compare/v0.2.0...v0.2.1)

> 2024-06-01
### Features

* Add API for collecting agent errors
* Add Lazy Preloading throughout the app
* Add minio backend storage

### Documentation

* Updated annotations
* Update README and Changelog
* Add contribution documents

### Code Refactoring

* Add additional database rules
* Add ViewComponentContrib
* Standardize API names ([#103](https://github.com/unclesp1d3r/CipherSwarm/issues/103))

### Style Changes

* Remove Rails/ReversibleMigration cop

### Bug Fixes

* Remove broken viewcomponent generator
* Fix progress bar calculating


<a name="v0.2.0"></a>
## [v0.2.0](https://github.com/unclesp1d3r/CipherSwarm/compare/v0.1.7...v0.2.0)

Expand Down

0 comments on commit 125464a

Please sign in to comment.