Skip to content

Commit

Permalink
Merge pull request #59 from PaperMtn/release/4.3.0
Browse files Browse the repository at this point in the history
Release/4.3.0
  • Loading branch information
PaperMtn authored Oct 27, 2024
2 parents ba42e10 + d29c65b commit 475e642
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## [4.3.0] - 2024-10-x
## [4.3.0] - 2024-10-27
### Changed
- Timestamps are now in UTC across all logging for consistency
- Refactor some commonly used functions into a utils module
- More general code cleanup and refactoring

### Fixed
- Fixed a few bugs with models for User, Workspace and Messages not picking up all values

### Added
- GitHub actions for Python tests and Docker build and run testing
- Implemented unit tests for models

## [4.2.0] - 2024-09-27
### Added
- Added enumeration of conversations with populated Canvases attached. These can contain sensitive information, and are worth reviewing.
Expand Down
19 changes: 0 additions & 19 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
# syntax=docker/dockerfile:1

#FROM python:3.12-slim-bullseye
#WORKDIR /opt/slack-watchman
#COPY . /opt/slack-watchman
#RUN pip install poetry
#ENV PYTHONPATH=/opt/slack-watchman \
# SLACK_WATCHMAN_TOKEN="" \
# SLACK_WATCHMAN_COOKIE="" \
# SLACK_WATCHMAN_URL=""
#RUN poetry config virtualenvs.create false && \
# poetry install --no-dev && \
# chmod -R 700 . && \
# poetry build && \
# pip install dist/*.whl
#STOPSIGNAL SIGINT
#WORKDIR /opt/slack-watchman
#ENTRYPOINT ["slack-watchman"]

# syntax=docker/dockerfile:1
FROM python:3.12-slim-bullseye AS builder
WORKDIR /opt/slack-watchman
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slack-watchman"
version = "4.2.0"
version = "4.3.0"
description = "Monitoring and enumerating Slack for exposed secrets"
authors = ["PaperMtn <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 475e642

Please sign in to comment.