Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2023
1 parent 02fa96d commit e82a182
Show file tree
Hide file tree
Showing 12 changed files with 780 additions and 168 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
uses: github/codeql-action/init@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
with:
Expand All @@ -59,6 +59,6 @@ jobs:
run: make build-cli-linux-amd

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
uses: github/codeql-action/analyze@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
uses: github/codeql-action/upload-sarif@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions examples/big-bang/yolo/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: yolo-big-bang
description: Deploy Big Bang Core in YOLO mode
# renovate: datasource=gitlab-releases depName=big-bang/bigbang versioning=semver registryUrl=https://repo1.dso.mil/
version: 2.4.1
version: 2.5.0
url: https://p1.dso.mil/products/big-bang
architecture: amd64
yolo: true
Expand Down Expand Up @@ -33,7 +33,7 @@ components:
extensions:
bigbang:
# renovate: datasource=gitlab-releases depName=big-bang/bigbang versioning=semver registryUrl=https://repo1.dso.mil/
version: 2.4.1
version: 2.5.0
valuesFiles:
- credentials.yaml
- ../config/ingress.yaml
Expand Down
4 changes: 2 additions & 2 deletions examples/big-bang/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: big-bang-example
description: Deploy Big Bang Core
# renovate: datasource=gitlab-releases depName=big-bang/bigbang versioning=semver registryUrl=https://repo1.dso.mil/
version: 2.4.1
version: 2.5.0
url: https://p1.dso.mil/products/big-bang
# Big Bang / Iron Bank are only amd64
architecture: amd64
Expand Down Expand Up @@ -44,7 +44,7 @@ components:
extensions:
bigbang:
# renovate: datasource=gitlab-releases depName=big-bang/bigbang versioning=semver registryUrl=https://repo1.dso.mil/
version: 2.4.1
version: 2.5.0
valuesFiles:
# Istio configs
- config/ingress.yaml
Expand Down
2 changes: 1 addition & 1 deletion examples/longhorn/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ components:
charts:
- name: longhorn
url: https://charts.longhorn.io
version: 1.4.0
version: 1.4.2
namespace: longhorn-system
valuesFiles:
- values.yaml
Expand Down
2 changes: 1 addition & 1 deletion examples/variables/simple-terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.5.0"
version = "~> 5.6.0"
}
}
}
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
github.com/anchore/stereoscope v0.0.0-20230609190519-5b5049bf4d3a
github.com/anchore/syft v0.84.0
github.com/anchore/syft v0.84.1
github.com/derailed/k9s v0.27.4
github.com/distribution/distribution v2.8.2+incompatible
github.com/docker/cli v24.0.2+incompatible
github.com/fairwindsops/pluto/v5 v5.17.0
github.com/fatih/color v1.15.0
github.com/fluxcd/helm-controller/api v0.34.2
github.com/fluxcd/helm-controller/api v0.35.0
github.com/fluxcd/source-controller/api v0.36.1
github.com/go-chi/chi/v5 v5.0.8
github.com/go-git/go-git/v5 v5.7.0
Expand All @@ -26,7 +26,7 @@ require (
github.com/google/go-containerregistry v0.15.2
github.com/mholt/archiver/v3 v3.5.1
github.com/moby/moby v24.0.2+incompatible
github.com/opencontainers/image-spec v1.1.0-rc3
github.com/opencontainers/image-spec v1.1.0-rc4
github.com/otiai10/copy v1.12.0
github.com/pkg/errors v0.9.1
github.com/pterm/pterm v0.12.62
Expand All @@ -43,8 +43,8 @@ require (
k8s.io/component-base v0.27.3
k8s.io/klog/v2 v2.100.1
k8s.io/kubectl v0.27.3
oras.land/oras-go/v2 v2.2.0
sigs.k8s.io/kustomize/api v0.13.4
oras.land/oras-go/v2 v2.2.1
sigs.k8s.io/kustomize/api v0.14.0
sigs.k8s.io/kustomize/kyaml v0.14.2
sigs.k8s.io/yaml v1.3.0
)
Expand Down
6 changes: 3 additions & 3 deletions packages/distros/eks/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ components:
files:
- source: eks.yaml
target: eks.yaml
- source: https://github.com/weaveworks/eksctl/releases/download/v0.146.0/eksctl_Darwin_amd64.tar.gz
- source: https://github.com/weaveworks/eksctl/releases/download/v0.147.0/eksctl_Darwin_amd64.tar.gz
target: archives/eksctl_Darwin_x86_64.tar.gz
shasum: 2e3faa90e3adf639aed4dbefd7691f73f4b2a21d64d907e6bdbc086cd79bf275
- source: https://github.com/weaveworks/eksctl/releases/download/v0.146.0/eksctl_Darwin_arm64.tar.gz
- source: https://github.com/weaveworks/eksctl/releases/download/v0.147.0/eksctl_Darwin_arm64.tar.gz
target: archives/eksctl_Darwin_arm64.tar.gz
shasum: d9c21038e87df0a1f6e8a6090c19b55f011b9ca0910c1321e2ef75e56957fa2c
- source: https://github.com/weaveworks/eksctl/releases/download/v0.146.0/eksctl_Linux_amd64.tar.gz
- source: https://github.com/weaveworks/eksctl/releases/download/v0.147.0/eksctl_Linux_amd64.tar.gz
target: archives/eksctl_Linux_x86_64.tar.gz
shasum: 5626aac166bb786992a98a47ce9586890966d523f1a80517eec86a4899323dbb

Expand Down
8 changes: 4 additions & 4 deletions src/injector/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/injector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ tar = "0.4.38"
sha2 = "0.10.7"
hex = "0.4.3"
rouille = "3.6.2"
serde_json = "1.0.99"
serde_json = "1.0.100"
Loading

0 comments on commit e82a182

Please sign in to comment.