Skip to content

Commit 35f807b

Browse files
cloudpossebotosterman
authored andcommitted
Automated Package Updates (#280)
* update packages * fix sops download url
1 parent 4a62bb4 commit 35f807b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ goofys 0.23.1 a high-performance, POSIX-ish Amazon S3 fil
265265
gosu 1.11 Simple Go-based setuid+setgid+setgroups+exec
266266
gotop 3.0.0 A terminal based graphical activity monitor inspired by gtop and vtop
267267
helm 3.0.0 The Kubernetes Package Manager
268-
helmfile 0.92.3 Deploy Kubernetes Helm Charts
268+
helmfile 0.93.1 Deploy Kubernetes Helm Charts
269269
htmltest 0.10.3 :white_check_mark: Test generated HTML for problems
270270
hugo 0.59.1 The world’s fastest framework for building websites.
271271
json2hcl 0.0.6 Convert JSON to HCL, and vice versa
@@ -292,7 +292,7 @@ sentry-cli 1.49.0 A command line utility to work with Sentry.
292292
shellcheck 0.7.0 ShellCheck, a static analysis tool for shell scripts
293293
shfmt 2.6.4 A shell parser, formatter and interpreter (POSIX/Bash/mksh)
294294
slack-notifier 0.2.0 Command line utility to send messages with attachments to Slack channels via Incoming Webhooks
295-
sops 3.4.0 Secrets management stinks, use some sops!
295+
sops 3.5.0 Secrets management stinks, use some sops!
296296
stern 1.11.0 ⎈ Multi pod and container log tailing for Kubernetes
297297
sudosh 0.2.0 Shell wrapper to run a login shell with `sudo` as the current user for the purpose of audit logging
298298
teleport 3.2.14 Privileged access management for elastic infrastructure.

docs/targets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ goofys 0.23.1 a high-performance, POSIX-ish Amazon S3 fil
2929
gosu 1.11 Simple Go-based setuid+setgid+setgroups+exec
3030
gotop 3.0.0 A terminal based graphical activity monitor inspired by gtop and vtop
3131
helm 3.0.0 The Kubernetes Package Manager
32-
helmfile 0.92.3 Deploy Kubernetes Helm Charts
32+
helmfile 0.93.1 Deploy Kubernetes Helm Charts
3333
htmltest 0.10.3 :white_check_mark: Test generated HTML for problems
3434
hugo 0.59.1 The world’s fastest framework for building websites.
3535
json2hcl 0.0.6 Convert JSON to HCL, and vice versa
@@ -56,7 +56,7 @@ sentry-cli 1.49.0 A command line utility to work with Sentry.
5656
shellcheck 0.7.0 ShellCheck, a static analysis tool for shell scripts
5757
shfmt 2.6.4 A shell parser, formatter and interpreter (POSIX/Bash/mksh)
5858
slack-notifier 0.2.0 Command line utility to send messages with attachments to Slack channels via Incoming Webhooks
59-
sops 3.4.0 Secrets management stinks, use some sops!
59+
sops 3.5.0 Secrets management stinks, use some sops!
6060
stern 1.11.0 ⎈ Multi pod and container log tailing for Kubernetes
6161
sudosh 0.2.0 Shell wrapper to run a login shell with `sudo` as the current user for the purpose of audit logging
6262
teleport 3.2.14 Privileged access management for elastic infrastructure.

vendor/helmfile/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.92.3
1+
0.93.1

vendor/sops/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include ../../tasks/Makefile.apk
33

44
# Package details
55
export VENDOR ?= mozilla
6-
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/$(PACKAGE_VERSION)/$(PACKAGE_NAME)-$(PACKAGE_VERSION).$(OS)
6+
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)-v$(PACKAGE_VERSION).$(OS)
77
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
88

99
install:

vendor/sops/RELEASE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0
1+
1

vendor/sops/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0
1+
3.5.0

0 commit comments

Comments
 (0)