Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                                | from                                      | to         |
| ----------- | ------------------------------------------------------ | ----------------------------------------- | ---------- |
| npm         | @commitlint/cli                                        | 18.6.0                                    | 18.6.1     |
| npm         | @commitlint/config-conventional                        | 18.6.0                                    | 18.6.2     |
| github-tags | actions/setup-node                                     | v4.0.0                                    | v4.0.2     |
| github-tags | actions/upload-artifact                                | v3.1.3                                    | v4.3.1     |
| helm        | base                                                   | 1.19.3                                    | 1.20.3     |
| helm        | core                                                   | 2.6.5                                     | 2.7.3      |
| helm        | crd                                                    | 2.6.5                                     | 2.7.3      |
| github-tags | defenseunicorns/uds-cli                                | 0.4.1                                     | v0.9.0     |
| github-tags | defenseunicorns/uds-cli                                | v0.4.1                                    | v0.9.0     |
| github-tags | defenseunicorns/uds-k3d                                | 0.2.1-multi                               | v0.4.0     |
| github-tags | defenseunicorns/uds-k3d                                | 0.2.1                                     | v0.4.0     |
| github-tags | defenseunicorns/zarf                                   | v0.31.1                                   | v0.32.3    |
| docker      | docker.io/curlimages/curl                              | 7.85.0                                    | 8.6.0      |
| docker      | docker.io/grafana/grafana                              | 10.1.5                                    | 9799770991 |
| docker      | docker.io/grafana/loki                                 | 2.9.2                                     | 2.9.4      |
| docker      | docker.io/grafana/promtail                             | 2.9.2                                     | 2.9.4      |
| docker      | docker.io/istio/pilot                                  | 1.19.3-distroless                         | 1.20.3     |
| docker      | docker.io/istio/proxyv2                                | 1.19.3-distroless                         | 1.20.3     |
| docker      | docker.io/jimmidyson/configmap-reload                  | v0.8.0                                    | v0.9.0     |
| docker      | docker.io/library/busybox                              | 1.31.1                                    | 1.36.1     |
| docker      | docker.io/neuvector/controller                         | 5.2.3                                     | 8241.2     |
| docker      | docker.io/neuvector/enforcer                           | 5.2.3                                     | 8241.2     |
| docker      | docker.io/neuvector/manager                            | 5.2.3                                     | 8241.2     |
| docker      | docker.io/nginxinc/nginx-unprivileged                  | 1.24-alpine                               | 1.25.4     |
| github-tags | dorny/paths-filter                                     | v2                                        | v3         |
| helm        | gateway                                                | 1.19.3                                    | 1.20.3     |
| docker      | ghcr.io/defenseunicorns/packages/init                  | v0.31.1                                   | v0.32.3    |
| docker      | ghcr.io/defenseunicorns/packages/uds-k3d               | 0.2.1                                     | 0.4.0      |
| docker      | ghcr.io/kiwigrid/k8s-sidecar                           | 1.25.2                                    | 1.25.4     |
| github-tags | google-github-actions/release-please-action            | v3                                        | v4         |
| helm        | grafana                                                | 7.0.6                                     | 7.3.0      |
| helm        | istiod                                                 | 1.19.3                                    | 1.20.3     |
| helm        | kube-prometheus-stack                                  | 54.0.1                                    | 56.7.0     |
| helm        | loki                                                   | 5.36.3                                    | 5.43.1     |
| helm        | metrics-server                                         | 3.11.0                                    | 3.12.0     |
| helm        | monitor                                                | 2.6.5                                     | 2.7.3      |
| npm         | pepr                                                   | 0.18.1                                    | 0.26.0     |
| helm        | prometheus-operator-crds                               | 7.0.0                                     | 9.0.1      |
| helm        | promtail                                               | 6.15.3                                    | 6.15.5     |
| docker      | quay.io/prometheus-operator/prometheus-config-reloader | v0.69.1                                   | v0.71.2    |
| docker      | quay.io/prometheus-operator/prometheus-operator        | v0.69.1                                   | v0.71.2    |
| docker      | quay.io/prometheus/node-exporter                       | v1.6.1                                    | v1.7.0     |
| docker      | quay.io/prometheus/prometheus                          | v2.47.2                                   | v2.49.1    |
| docker      | registry.k8s.io/ingress-nginx/kube-webhook-certgen     | v20221220-controller-v1.5.1-58-g787ea74b6 | v20230626  |
| docker      | registry.k8s.io/metrics-server/metrics-server          | v0.6.4                                    | v0.7.0     |
| npm         | ts-jest                                                | 29.1.1                                    | 29.1.2     |
| npm         | typescript                                             | 5.2.2                                     | 5.3.3      |
  • Loading branch information
renovate[bot] committed Feb 18, 2024
1 parent 66121fb commit 65a9bb4
Show file tree
Hide file tree
Showing 19 changed files with 309 additions and 344 deletions.
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.3
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@v0.9.0
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@18.6.2
npm install --save-dev @commitlint/cli@18.6.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.9.0/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.9.0/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.3/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: v0.4.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.3

- 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: v0.4.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.3

- name: core
path: ../../build/
Expand Down
Loading

0 comments on commit 65a9bb4

Please sign in to comment.