Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Lazy] Update base components #411

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lazy.ansible/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ system:
mount: []
docker: false
goss:
# @schema {"enum": [null, "0.4.2", "0.3.23"]}
# @schema {"enum": [null, "0.4.4", "0.3.23"]}
version: ~
apt:
# @schema {"items": {"type": "string"}}
Expand Down
4 changes: 2 additions & 2 deletions lazy.ansible/.manala/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG DEBIAN_FRONTEND="noninteractive"
ARG MANALA_USER_ID="1000"
ARG MANALA_GROUP_ID="1000"

ARG GOSU_VERSION="1.16"
ARG GOMPLATE_VERSION="3.11.5"
ARG GOSU_VERSION="1.17"
ARG GOMPLATE_VERSION="3.11.7"
ARG DIRENV_VERSION="2.33.0"

# The 'container' environment variable tells systemd that it's running inside a
Expand Down
2 changes: 1 addition & 1 deletion lazy.ansible/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ system:
- .env.2
docker: true
goss:
version: 0.4.2
version: 0.4.4
apt:
packages:
- jq
Expand Down
4 changes: 2 additions & 2 deletions lazy.ansible/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ command:
gosu --version:
exit-status: 0
stdout:
- "1.16"
- "1.17"
gomplate --version:
exit-status: 0
stdout:
- gomplate version 3.11.5
- gomplate version 3.11.7
# Direnv
direnv --version:
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion lazy.kubernetes/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ system:
mount: []
docker: false
goss:
# @schema {"enum": [null, "0.4.2", "0.3.23"]}
# @schema {"enum": [null, "0.4.4", "0.3.23"]}
version: ~
apt:
# @schema {"items": {"type": "string"}}
Expand Down
4 changes: 2 additions & 2 deletions lazy.kubernetes/.manala/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG DEBIAN_FRONTEND="noninteractive"
ARG MANALA_USER_ID="1000"
ARG MANALA_GROUP_ID="1000"

ARG GOSU_VERSION="1.16"
ARG GOMPLATE_VERSION="3.11.5"
ARG GOSU_VERSION="1.17"
ARG GOMPLATE_VERSION="3.11.7"
ARG DIRENV_VERSION="2.33.0"

# The 'container' environment variable tells systemd that it's running inside a
Expand Down
10 changes: 5 additions & 5 deletions lazy.kubernetes/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ system:
- .env.2
docker: true
goss:
version: 0.4.2
version: 0.4.4
apt:
packages:
- jq
- jq
git:
config: |
# Git config
Expand All @@ -25,8 +25,8 @@ system:
helm:
version: 3.13.1
plugins:
- url: https://github.com/databus23/helm-diff
version: 3.8.1
- url: https://github.com/databus23/helm-diff
version: 3.8.1
helmfile:
version: 0.157.0
k9s:
Expand Down Expand Up @@ -58,4 +58,4 @@ system:
gcloud:
version: 454.0.0
components:
- gke-gcloud-auth-plugin
- gke-gcloud-auth-plugin
4 changes: 2 additions & 2 deletions lazy.kubernetes/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ command:
gosu --version:
exit-status: 0
stdout:
- "1.16"
- "1.17"
gomplate --version:
exit-status: 0
stdout:
- gomplate version 3.11.5
- gomplate version 3.11.7
# Direnv
direnv --version:
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion lazy.symfony/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ system:
mount: []
docker: false
goss:
# @schema {"enum": [null, "0.4.2", "0.3.23"]}
# @schema {"enum": [null, "0.4.4", "0.3.23"]}
version: ~
apt:
# @schema {"items": {"type": "string"}}
Expand Down
4 changes: 2 additions & 2 deletions lazy.symfony/.manala/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG DEBIAN_FRONTEND="noninteractive"
ARG MANALA_USER_ID="1000"
ARG MANALA_GROUP_ID="1000"

ARG GOSU_VERSION="1.16"
ARG GOMPLATE_VERSION="3.11.5"
ARG GOSU_VERSION="1.17"
ARG GOMPLATE_VERSION="3.11.7"
ARG DIRENV_VERSION="2.33.0"

# The 'container' environment variable tells systemd that it's running inside a
Expand Down
2 changes: 1 addition & 1 deletion lazy.symfony/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ system:
- .env.2
docker: true
goss:
version: 0.4.2
version: 0.4.4
apt:
packages:
- jq
Expand Down
4 changes: 2 additions & 2 deletions lazy.symfony/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ command:
gosu --version:
exit-status: 0
stdout:
- "1.16"
- "1.17"
gomplate --version:
exit-status: 0
stdout:
- gomplate version 3.11.5
- gomplate version 3.11.7
# Direnv
direnv --version:
exit-status: 0
Expand Down
Loading