Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies (#10)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* Bump Pepr to v0.18.0 in zarf config file

* Rebuild Pepr module

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Rodriguez <[email protected]>
  • Loading branch information
renovate[bot] and Lucas Rodriguez authored Dec 1, 2023
1 parent e9a9367 commit 1092178
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module main
go 1.21.4

require (
github.com/aws/aws-sdk-go v1.48.7
github.com/aws/aws-sdk-go v1.48.10
k8s.io/apimachinery v0.28.4
k8s.io/client-go v0.28.4
k8s.io/klog/v2 v2.110.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/aws/aws-sdk-go v1.48.7 h1:gDcOhmkohlNk20j0uWpko5cLBbwSkB+xpkshQO45F7Y=
github.com/aws/aws-sdk-go v1.48.7/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go v1.48.10 h1:0LIFG3wp2Dt6PsxKWCg1Y1xRrn2vZnW5/gWdgaBalKg=
github.com/aws/aws-sdk-go v1.48.10/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down
12 changes: 6 additions & 6 deletions iam/package-lock.json

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

16 changes: 8 additions & 8 deletions manifests/pepr-module-b95dbd80-e078-5eb9-aaf3-bcb9567417d0.yaml

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@aws-sdk/client-ecr": "^3.408.0",
"@aws-sdk/client-ecr-public": "^3.413.0",
"pepr": "^0.17.0"
"pepr": "^0.18.0"
},
"devDependencies": {
"@jest/globals": "^29.6.4",
Expand Down
2 changes: 1 addition & 1 deletion zarf-config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
# The image reference to use for the Pepr controller
pepr_image_domain: ghcr.io
pepr_image: defenseunicorns/pepr/controller
pepr_image_tag: v0.17.0
pepr_image_tag: v0.18.0

# The image reference to use for the Zarf agent
agent_image_domain: ghcr.io/
Expand Down

0 comments on commit 1092178

Please sign in to comment.