Karaage

Latest version: v6.2.3

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 33 of 42

1.2.2

===========================

* Support parsing log files before sending.
* Updates to sample config file.

1.2.1

===========================

* Initial release.


!/bin/sh
set -ex
TAG_1="6.2.1"
TAG_2="6.2.2"

COMMIT_1=$(git rev-list -n1 "$TAG_1")
COMMIT_2=$(git rev-list -n1 "$TAG_2")

PATH="$PWD/node_modules/.bin:$PATH"
sentry-cli releases --org linux-penguins new -p karaage-spartan "karaage$TAG_2"
sentry-cli releases --org linux-penguins set-commits --commit "Karaage-Cluster/karaage$COMMIT_1..$COMMIT_2" "karaage$TAG_2"
sentry-cli releases --org linux-penguins deploys "karaage$TAG_2" new -e spartan


==========
Change log
==========
All notable changes to this project will be documented in this file. The format
is based on `Keep a Changelog`_ and this project
adheres to `Semantic Versioning`_.

.. _`Keep a Changelog`: http://keepachangelog.com/
.. _`Semantic Versioning`: http://semver.org/

1.0.8

------------------

Changed
~~~~~~~
* Allow overriding SSL CIPHERS.

1.0.7

------------------

Changed
~~~~~~~
* Bump dependancies.

1.0.6

------------------

Changed
~~~~~~~
* Bump dependancies.
* Switch from pipenv to poetry.

1.0.5

------------------

Changed
~~~~~~~
* Bump dependancies.

Page 33 of 42

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.