From 233f06efb8bc47345dbd195e50ab541070f4c95f Mon Sep 17 00:00:00 2001 From: tamirmich Date: Tue, 27 Jun 2023 23:56:41 +0300 Subject: [PATCH] upgrade logzio sender to 1.1.8 (#90) --- .github/workflows/git-secrets.yml | 32 ------------------------------- .pre_commit_config.yaml | 8 ++++++++ README.md | 3 +++ pom.xml | 8 ++++---- 4 files changed, 15 insertions(+), 36 deletions(-) delete mode 100644 .github/workflows/git-secrets.yml create mode 100644 .pre_commit_config.yaml diff --git a/.github/workflows/git-secrets.yml b/.github/workflows/git-secrets.yml deleted file mode 100644 index c94768c..0000000 --- a/.github/workflows/git-secrets.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: git-secrets -# Controls when the workflow will run -# Triggers the workflow on push or pull request events but only for the main branch -on: [push] -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "main" - git-secrets: - # The type of runner that the job will run on - runs-on: ubuntu-22.04 - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - - name: Check Out Source Code - uses: actions/checkout@v3 - - name: Set up Python 3.8 - uses: actions/setup-python@v4 - with: - python-version: 3.8 - - name: Installing dependencies - run: - sudo apt-get install less openssh-server - - name: Installing scanning tool - run: | - eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" - ln -s "$(which echo)" /usr/local/bin/say - brew install git-secrets - git secrets --install - git secrets --register-aws - - name: Running scanning tool - run: - eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" - git secrets --scan \ No newline at end of file diff --git a/.pre_commit_config.yaml b/.pre_commit_config.yaml new file mode 100644 index 0000000..8c77c37 --- /dev/null +++ b/.pre_commit_config.yaml @@ -0,0 +1,8 @@ +repos: + - repo: https://github.com/cycodehq-public/cycode-cli + rev: 0.1.6 + hooks: + - id: cycode + language_version: python3 + stages: + - commit \ No newline at end of file diff --git a/README.md b/README.md index 3a35eb8..d6f43bc 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,9 @@ Will send a log to Logz.io that looks like this: ``` ### Release notes + - 1.0.29 + - Updated LogzioSender version to `1.1.8`: + - Fix an issue where log is not being truncated properly between size of 32.7k to 500k. - 1.0.28 - Added exceedMaxSizeAction parameter for handling oversized logs - Updated LogzioSender version, fixing IndexOutOfBounds error with bigqueue diff --git a/pom.xml b/pom.xml index c186c84..4a2faa1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.logz.logback logzio-logback-appender - 1.0.28 + 1.0.29 jar Logz.io Logback Appender @@ -22,8 +22,8 @@ - Roi Rav-Hon - roi@logz.io + Tamir Michaeli + tamir.michaeli@logz.io Logz.io http://logz.io @@ -36,7 +36,7 @@ - 1.1.7 + 1.1.8