Skip to content

Releases: afonsoc12/intrusion-monitor

v0.1.0

13 Feb 22:18
v0.1.0
b68c06e
Compare
Choose a tag to compare

v0.1.0 (2022-02-13)

Added

  • New IP API replaces IPStack. No longer requires API_KEY variable.
  • Unit testing
  • Exception handling

Changed

  • Verbosity
  • CI improvements

Commits

  • 241cc29: Prevent dev CI to run on changes of the first level of files (Afonso Costa)
  • c7615a1: Typos corrected (Afonso Costa)
  • afe0ceb: CI added to update DockerHub description (Afonso Costa)
  • de96954: Chnged image location. Set image with URL instead of relative file path (Afonso Costa)
  • e9c8e5d: Added License link to README.md (Afonso Costa)
  • fde5b90: Docker Token updated (Afonso Costa)
  • 906e92c: Minor CI fix (Afonso Costa)
  • d46bba3: Changed to Docker password, since PAT are not compatible (Afonso Costa)
  • cbc6c5c: setup.py no longer has to change long_description image to a URL (Afonso Costa)
  • d39775c: Changed branch name (Afonso Costa)
  • 82e8cd4: CI discard when tagged (Afonso Costa)
  • 69552ff: Refactored entrypoint of library (Afonso Costa) #1
  • 458c45e: Error handling on influxdb database (Afonso Costa) #1
  • 1269605: Changed API provider to ip-api and removed need for API key (Afonso Costa) #1
  • ecb8314: Fixed writing algorithm and enhanced log line cases (Afonso Costa) #1
  • c43d84b: Minor project updates (Afonso Costa) #1
  • c8672fc: Fixed entry_point on setup.py (Afonso Costa) #1
  • f49da03: API must use HTTP for free accounts (Afonso Costa) #1
  • 3a40ac0: Setup black and isort for the project (Afonso Costa) #1
  • f40d4d0: Added unit tests and test data for API calls (Afonso Costa) #1
  • 3124a59: Fixed test_api.py import (Afonso Costa) #1
  • be511ba: Added testing to CI (Afonso Costa) #1
  • 2522844: CI included requests-mock (Afonso Costa) #1
  • 1830ea6: CI changes (Afonso Costa) #1
  • e2a6a25: CI changed to reusable workflow (Afonso Costa)
  • 79db7d6: CI trigger (Afonso Costa)
  • 45af19c: CI changes (Afonso Costa)
  • 485e07d: Fixed CI running for tags on other branches (Afonso Costa)
  • 4287ba3: Fixed names (Afonso Costa)
  • 2312829: Removed job dependency and used workflow dependency (Afonso Costa) #2
  • 41d3af8: Released v0.1.0 (Afonso Costa) #2
  • 775aef2: Fixed the need for independent step (Afonso Costa) #2
  • 221e3c9: Update deploy_master.yml (Afonso Costa) #3
  • e8faf10: Update deploy_releases.yml (Afonso Costa) #3
  • 18ece12: Released v0.1.0 (#3) (Afonso Costa) #3
  • 9e901ff: Another CI fix (Afonso Costa) #4
  • 35638db: Minor change (Afonso Costa) #4
  • 1c5fb68: Ci fix (#4) (Afonso Costa) #4
  • e67d0dc: Minor change (Afonso Costa)
  • a17624e: Fix conflicts (Afonso Costa)
  • dff76db: Fix conflicts (Afonso Costa)
  • 2971591: CI fixes (Afonso Costa)
  • 792445f: CI fixes (Afonso Costa)
  • 82eae1d: CI fixes (Afonso Costa)
  • 53bceba: CI fixes (Afonso Costa)
  • b68c06e: Released v0.1.0 (Afonso Costa)

v0.0.2

04 Apr 22:26
Compare
Choose a tag to compare

v0.0.2 (2021-04-04)

Changed

  • Documentation improved
  • CI improvements
  • Housekeeping

Commits

  • [b5ba752]: Replaced image on PyPI by http asset (instead of local file) (Afonso Costa)
  • [13a4f1c]: Added ghcr.io as package registry (Afonso Costa)
  • [c04bb6b]: Fixed container labels (Afonso Costa)
  • [1466fc7]: Changed ghcr.io token (Afonso Costa)
  • [ded7393]: Changed ghcr.io token (2) (Afonso Costa)
  • [c6fc0a9]: ghcr.io removed from CI (Afonso Costa)
  • [78e251a]: Updated docker-compose templates (Afonso Costa)
  • [1479d9e]: Restored ghcr.io (Afonso Costa)
  • [8ac9018]: Versioneer fixed for pep440-pre (docker tag friendly) (Afonso Costa)
  • [66c3454]: Support for empty environment variables and ensures the required vars are set (Afonso Costa)
  • [86f711a]: LICENSE added to released files (Afonso Costa)
  • [51e88c7]: Documentation improved (Afonso Costa)
  • [2ce2142]: Documentation improved (Afonso Costa)

v0.0.1

03 Apr 18:38
Compare
Choose a tag to compare

v0.0.1 (2021-04-03)

Added

  • First release of intrusion-monitor for testing (only supports watchdog mode)