Skip to content

Commit

Permalink
release: 2.31.0
Browse files Browse the repository at this point in the history
This release contains a security vulnerability patch.

- Added visible field to Device model to control device visibility on main downloads page

- Fixed the Docker updater script crashing if the version is not published yet on GitHub Packages registry
- Updated library dependencies (server)
	- django-cleanup (8.0.0 -> 8.1.0)
	- sentry-sdk (1.39.2 -> 1.40.3)
	- django (4.2.7 -> 4.2.10)
	- django-ipware (6.0.3 -> 6.0.4) (/server)
- Updated library dependencies (shippy)
	- sentry-sdk (1.39.2 -> 1.40.3) (/shippy)
  • Loading branch information
ericswpark committed Feb 9, 2024
1 parent 160212e commit bd4be47
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,27 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.30.2...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.31.0...HEAD


# [2.31.0] - 2024-02-09

This release contains a security vulnerability patch.

## Added
- Added visible field to Device model to control device visibility on main downloads page

## Changed
- Fixed the Docker updater script crashing if the version is not published yet on GitHub Packages registry
- Updated library dependencies (server)
- django-cleanup (8.0.0 -> 8.1.0)
- sentry-sdk (1.39.2 -> 1.40.3)
- django (4.2.7 -> 4.2.10)
- django-ipware (6.0.3 -> 6.0.4) (/server)
- Updated library dependencies (shippy)
- sentry-sdk (1.39.2 -> 1.40.3) (/shippy)

[2.31.0]: https://github.com/shipperstack/shipper/compare/2.30.2...2.31.0


# [2.30.2] - 2024-01-28
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Security Policy

This document was last updated on 2023-07-06.
This document was last updated on 2024-02-09.

## Supported Versions

Versions 2.15.0 and up are supported.
Versions 2.31.0 and up are supported.

Previous versions may contain security vulnerabilities. If you are running an instance that has a version number lower than the version specified above, we urge you to update as soon as possible, to prevent your instance from getting exploited.

Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.30.2
2.31.0
2 changes: 1 addition & 1 deletion shippy/shippy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.30.2"
__version__ = "2.31.0"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.30.2
2.31.0

0 comments on commit bd4be47

Please sign in to comment.