diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 813a717..001ac3b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = True message = release(project): {current_version} → {new_version} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 580bf53..cf40020 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: run: docker compose up -d -t 0 traefik clickhouse minio postgres redis - name: Install caracal run: | - sudo curl -L -o /usr/bin/caracal https://github.com/dioptra-io/caracal/releases/download/v0.15.1/caracal-linux-amd64 + sudo curl -L -o /usr/bin/caracal https://github.com/dioptra-io/caracal/releases/download/v0.15.3/caracal-linux-amd64 sudo chmod +x /usr/bin/caracal - name: Install package run: poetry install diff --git a/dockerfiles/iris-agent.dockerfile b/dockerfiles/iris-agent.dockerfile index 33bfc10..01d41fe 100644 --- a/dockerfiles/iris-agent.dockerfile +++ b/dockerfiles/iris-agent.dockerfile @@ -36,7 +36,7 @@ RUN apt-get update \ zstd \ && rm -rf /var/lib/apt/lists/* -RUN curl -L https://github.com/dioptra-io/caracal/releases/download/v0.15.2/caracal-linux-amd64 > /usr/bin/caracal \ +RUN curl -L https://github.com/dioptra-io/caracal/releases/download/v0.15.3/caracal-linux-amd64 > /usr/bin/caracal \ && chmod +x /usr/bin/caracal WORKDIR /app diff --git a/docs/dev.md b/docs/dev.md index abfb88d..8e5b13d 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -21,7 +21,7 @@ To be able to access them from your own machine, you need to add the following e You also need caracal in your $PATH if you intend to run Iris locally: ```bash # Use caracal-macos-amd64 for macOS -curl -L https://github.com/dioptra-io/caracal/releases/download/v0.15.2/caracal-linux-amd64 > /usr/bin/caracal +curl -L https://github.com/dioptra-io/caracal/releases/download/v0.15.3/caracal-linux-amd64 > /usr/bin/caracal chmod +x /usr/bin/caracal ``` diff --git a/iris/__init__.py b/iris/__init__.py index 72f26f5..0b2f79d 100644 --- a/iris/__init__.py +++ b/iris/__init__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.1.3" diff --git a/pyproject.toml b/pyproject.toml index 52d47fc..4e1eb4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iris" -version = "1.1.2" +version = "1.1.3" description = "Resilient Internet-scale measurement system." license = "MIT" authors = [