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

chore(deps): update all dependencies - autoclosed #3

Closed
wants to merge 1 commit into from
Closed
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 .github/actions/save-logs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
sudo chown $USER /tmp/uds-*.log || echo ""
shell: bash

- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: debug-log
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.31.1
version: v0.32.6
download-init-package: true

- name: Use Node.js latest
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20

Expand All @@ -27,4 +27,4 @@ runs:
- name: Install UDS CLI
shell: bash
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
run: brew install defenseunicorns/tap/uds@0.4.1
run: brew install defenseunicorns/tap/uds@0.10.2
6 changes: 3 additions & 3 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2

- name: Install commitlint
run: |
npm install --save-dev @commitlint/config-conventional@18.6.0
npm install --save-dev @commitlint/cli@18.6.0
npm install --save-dev @commitlint/config-conventional@19.1.0
npm install --save-dev @commitlint/cli@19.2.1
- name: Lint PR title
run: echo "${{ github.event.pull_request.title }}" | npx commitlint
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-conditionals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Uses a custom action to filter paths for source packages.
- name: Check src paths
id: path-filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: .github/filters.yaml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Create release tag
id: tag
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
command: manifest # use configs in release-please-config.json
- id: release-flag
Expand Down
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"yaml.schemas": {
// renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.4.1/uds.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.2/uds.schema.json": [
"uds-bundle.yaml"
],

// renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.4.1/tasks.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.2/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
],
// renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.31.1/zarf.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.6/zarf.schema.json": [
"zarf.yaml"
]
},
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-istio/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ zarf-packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
ref: 0.2.1
ref: 0.6.0
overrides:
uds-dev-stack:
minio:
Expand All @@ -31,7 +31,7 @@ zarf-packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
ref: v0.31.1
ref: v0.32.6

- name: core-istio
path: ../../build/
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ zarf-packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
ref: 0.2.1
ref: 0.6.0
overrides:
uds-dev-stack:
minio:
Expand All @@ -31,7 +31,7 @@ zarf-packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
ref: v0.31.1
ref: v0.32.6

- name: core
path: ../../build/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"k3d-setup": "k3d cluster delete pepr-dev && k3d cluster create pepr-dev --k3s-arg '--debug@server:0'"
},
"dependencies": {
"pepr": "0.18.1"
"pepr": "0.28.7"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"ts-jest": "29.1.2",
"typescript": "5.4.3"
},
"jest": {
"preset": "ts-jest",
Expand Down
2 changes: 1 addition & 1 deletion src/grafana/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidecar:
# -- The Docker registry
registry: ghcr.io
repository: kiwigrid/k8s-sidecar
tag: 1.25.2
tag: 1.26.1
dashboards:
enabled: true
label: grafana_dashboard
Expand Down
10 changes: 5 additions & 5 deletions src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components:
charts:
- name: grafana
url: https://grafana.github.io/helm-charts/
version: 7.0.6
version: 7.3.7
namespace: grafana
valuesFiles:
- values/values.yaml
Expand All @@ -20,7 +20,7 @@ components:
version: 0.1.0
localPath: chart
images:
- docker.io/grafana/grafana:10.1.5
- docker.io/curlimages/curl:7.85.0
- docker.io/library/busybox:1.31.1
- ghcr.io/kiwigrid/k8s-sidecar:1.25.2
- docker.io/grafana/grafana:9799770991
- docker.io/curlimages/curl:8.7.1
- docker.io/library/busybox:1.36.1
- ghcr.io/kiwigrid/k8s-sidecar:1.26.1
6 changes: 3 additions & 3 deletions src/istio/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pilot:
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.19.3-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.20.4-tetratefips-v0
global:
proxy_init:
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.19.3-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.20.4-tetratefips-v0
proxy:
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.19.3-tetratefips-v0
image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.20.4-tetratefips-v0
14 changes: 7 additions & 7 deletions src/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ components:
charts:
- name: base
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
version: 1.21.0
namespace: istio-system
- name: istiod
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
version: 1.21.0
namespace: istio-system
valuesFiles:
- "values/values.yaml"
Expand All @@ -31,16 +31,16 @@ components:
- "manifests/envoy-filters.yaml"
- "manifests/peer-authentication.yaml"
images:
- "docker.io/istio/pilot:1.19.3-distroless"
- "docker.io/istio/proxyv2:1.19.3-distroless"
- "docker.io/istio/pilot:1.21.0"
- "docker.io/istio/proxyv2:1.21.0"

- name: istio-admin-gateway
description: "Deploy an admin gateway"
required: true
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
version: 1.21.0
releaseName: admin-ingressgateway
namespace: istio-admin-gateway
- name: uds-istio-config
Expand All @@ -56,7 +56,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
version: 1.21.0
releaseName: tenant-ingressgateway
namespace: istio-tenant-gateway
- name: uds-istio-config
Expand All @@ -72,7 +72,7 @@ components:
charts:
- name: gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
version: 1.21.0
releaseName: passthrough-ingressgateway
namespace: istio-passthrough-gateway
- name: uds-istio-config
Expand Down
4 changes: 2 additions & 2 deletions src/loki/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ loki:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/loki
tag: 2.9.2
tag: 2.9.6
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
Expand All @@ -19,4 +19,4 @@ gateway:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/nginx/nginx-alpine
tag: 1.25.2
tag: 1.25.3
6 changes: 3 additions & 3 deletions src/loki/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ components:
charts:
- name: loki
url: https://grafana.github.io/helm-charts/
version: 5.36.3
version: 5.47.2
namespace: loki
valuesFiles:
- ./values/values.yaml
Expand All @@ -18,5 +18,5 @@ components:
version: 0.2.0
localPath: chart
images:
- docker.io/grafana/loki:2.9.2
- docker.io/nginxinc/nginx-unprivileged:1.24-alpine
- docker.io/grafana/loki:2.9.6
- docker.io/nginxinc/nginx-unprivileged:1.25.4
4 changes: 2 additions & 2 deletions src/metrics-server/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components:
charts:
- name: metrics-server
url: https://kubernetes-sigs.github.io/metrics-server
version: 3.11.0
version: 3.12.0
namespace: metrics-server
valuesFiles:
- "values/values.yaml"
Expand All @@ -19,4 +19,4 @@ components:
version: 0.1.0
localPath: chart
images:
- registry.k8s.io/metrics-server/metrics-server:v0.6.4
- registry.k8s.io/metrics-server/metrics-server:v0.7.1
12 changes: 6 additions & 6 deletions src/neuvector/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ components:
charts:
- name: crd
url: https://neuvector.github.io/neuvector-helm/
version: 2.6.5
version: 2.7.3
namespace: neuvector
gitPath: charts/crd
- name: core
url: https://neuvector.github.io/neuvector-helm/
version: 2.6.5
version: 2.7.3
namespace: neuvector
gitPath: charts/core
valuesFiles:
- values/values.yaml
- name: monitor
url: https://neuvector.github.io/neuvector-helm/
version: 2.6.5
version: 2.7.3
namespace: neuvector
gitPath: charts/monitor
valuesFiles:
Expand All @@ -33,9 +33,9 @@ components:
version: 0.1.0
localPath: chart
images:
- docker.io/neuvector/controller:5.2.3
- docker.io/neuvector/manager:5.2.3
- docker.io/neuvector/controller:8241.2
- docker.io/neuvector/manager:8241.2
- docker.io/neuvector/updater:latest
- docker.io/neuvector/scanner:latest
- docker.io/neuvector/enforcer:5.2.3
- docker.io/neuvector/enforcer:8241.2
- docker.io/neuvector/prometheus-exporter:latest
12 changes: 6 additions & 6 deletions src/prometheus-stack/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ alertmanager:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/prometheus/alertmanager
tag: v0.26.0
tag: v0.27.0
kube-state-metrics:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/kubernetes/kube-state-metrics
tag: v2.10.1
tag: v2.11.0
securityContext:
enabled: true
fsGroup: 65532
Expand All @@ -20,12 +20,12 @@ prometheus:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/prometheus/prometheus
tag: v2.47.2
tag: v2.51.1
prometheus-node-exporter:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/prometheus/node-exporter
tag: v1.6.1
tag: v1.7.0
prometheusOperator:
admissionWebhooks:
containerSecurityContext:
Expand All @@ -48,9 +48,9 @@ prometheusOperator:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/prometheus-operator/prometheus-operator
tag: v0.69.1
tag: v0.72.0
prometheusConfigReloader:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/prometheus-operator/prometheus-config-reloader
tag: v0.69.1
tag: v0.72.0
Loading
Loading