Skip to content

Commit a08fb5c

Browse files
authored
Merge pull request #1144 from projectsyn/renovate/gojsonnet-0.x
Update dependency gojsonnet to v0.21.0
2 parents a95cbc6 + 5633b9d commit a08fb5c

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
&& mkdir -p /app/.config
2222

2323

24-
ARG GO_VERSION=1.24.3
25-
RUN curl -fsSL -o go.tar.gz https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz \
26-
&& tar -C /usr/local -xzf go.tar.gz \
27-
&& rm go.tar.gz \
28-
&& go version
29-
3024
COPY pyproject.toml poetry.lock ./
3125

3226
RUN poetry config virtualenvs.create false \

docs/modules/ROOT/pages/explanation/running-commodore.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ We recommend that you install Python and the `venv` module with your preferred p
2222
* Additionally, a few of the Commodore Python package dependencies require a working C compiler, the Python 3 development package, and the FFI development package.
2323
On Linux distributions you'll want packages `python3-dev` or `python3-devel` and `libffi-dev` or `libffi-devel` respectively.
2424
Please refer to your operating system's documentation for instructions to setup a working C compiler.
25-
* Installing the `gojsonnet` Python package requires a working Go compiler.
25+
* Installing the `gojsonnet` Python package may require a working Go compiler on some operating systems.
26+
gojsonnet 0.21 and newer (Commodore v1.27.6 and newer) are available as prebuilt wheels for Linux and macOS.
2627
Please check your operating system's documentation for instructions to setup a working Go compiler.
2728
* On some Linux distributions, you may need to install the Python `wheel` package manually.
2829
* jsonnet-bundler from https://github.com/projectsyn/jsonnet-bundler/releases[projectsyn/jsonnet-bundler/releases] in your `$PATH` as `jb`.

poetry.lock

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ oauthlib = "3.2.2"
4242
pyjwt = "2.10.1"
4343
PyGithub = "2.6.1"
4444
reclass-rs = "0.8.0"
45-
gojsonnet = "0.20.0"
45+
gojsonnet = "0.21.0"
4646

4747
[tool.poetry.dev-dependencies]
4848
tox = "3.28.0"

0 commit comments

Comments
 (0)