diff --git a/README.md b/README.md index 68909026d1..942bb3f1c5 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ gotop \[frozen\] | 3.0.0 | A terminal based graphical activity monitor insp [![jp](https://github.com/cloudposse/packages/actions/workflows/jp.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ajp) | 0.2.1 | Command line interface to JMESPath [![json2hcl](https://github.com/cloudposse/packages/actions/workflows/json2hcl.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ajson2hcl) | 0.1.1 | Convert JSON to HCL, and vice versa [![jx](https://github.com/cloudposse/packages/actions/workflows/jx.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ajx) | 3.10.152 | Jenkins-X -[![k3d](https://github.com/cloudposse/packages/actions/workflows/k3d.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ak3d) | 5.6.3 | Little helper to run Rancher Lab's k3s in Docker +[![k3d](https://github.com/cloudposse/packages/actions/workflows/k3d.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ak3d) | 5.7.0 | Little helper to run Rancher Lab's k3s in Docker [![k6](https://github.com/cloudposse/packages/actions/workflows/k6.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ak6) | 0.52.0 | A modern load testing tool, using Go and JavaScript - https://k6.io [![k9s](https://github.com/cloudposse/packages/actions/workflows/k9s.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ak9s) | 0.32.5 | Kubernetes CLI To Manage Your Clusters In Style [![katafygio](https://github.com/cloudposse/packages/actions/workflows/katafygio.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Akatafygio) | 0.8.3 | K8s continuous backup to git diff --git a/docs/badges.md b/docs/badges.md index 2ecfc9873b..52ea4beb2a 100644 --- a/docs/badges.md +++ b/docs/badges.md @@ -56,7 +56,7 @@ gotop \[frozen\] | 3.0.0 | A terminal based graphical activity monitor insp [![jp](https://github.com/cloudposse/packages/actions/workflows/jp.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ajp) | 0.2.1 | Command line interface to JMESPath [![json2hcl](https://github.com/cloudposse/packages/actions/workflows/json2hcl.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ajson2hcl) | 0.1.1 | Convert JSON to HCL, and vice versa [![jx](https://github.com/cloudposse/packages/actions/workflows/jx.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ajx) | 3.10.152 | Jenkins-X -[![k3d](https://github.com/cloudposse/packages/actions/workflows/k3d.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ak3d) | 5.6.3 | Little helper to run Rancher Lab's k3s in Docker +[![k3d](https://github.com/cloudposse/packages/actions/workflows/k3d.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ak3d) | 5.7.0 | Little helper to run Rancher Lab's k3s in Docker [![k6](https://github.com/cloudposse/packages/actions/workflows/k6.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ak6) | 0.52.0 | A modern load testing tool, using Go and JavaScript - https://k6.io [![k9s](https://github.com/cloudposse/packages/actions/workflows/k9s.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Ak9s) | 0.32.5 | Kubernetes CLI To Manage Your Clusters In Style [![katafygio](https://github.com/cloudposse/packages/actions/workflows/katafygio.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Akatafygio) | 0.8.3 | K8s continuous backup to git diff --git a/docs/targets.md b/docs/targets.md index 30313001ef..2921f939df 100644 --- a/docs/targets.md +++ b/docs/targets.md @@ -65,7 +65,7 @@ jp 0.2.1 Command line interface to JMESPath jq OBSOLETE Command-line JSON processor json2hcl 0.1.1 Convert JSON to HCL, and vice versa jx 3.10.152 Jenkins-X -k3d 5.6.3 Little helper to run Rancher Lab's k3s in Docker +k3d 5.7.0 Little helper to run Rancher Lab's k3s in Docker k6 0.52.0 A modern load testing tool, using Go and JavaScript - https://k6.io k9s 0.32.5 Kubernetes CLI To Manage Your Clusters In Style katafygio 0.8.3 K8s continuous backup to git diff --git a/vendor/k3d/VERSION b/vendor/k3d/VERSION index 803d94e16e..42cdd0b540 100644 --- a/vendor/k3d/VERSION +++ b/vendor/k3d/VERSION @@ -1 +1 @@ -5.6.3 +5.7.0 diff --git a/vendor/teleport-4.2/Makefile b/vendor/teleport-4.2/Makefile index d306cd8af7..071346da1b 100644 --- a/vendor/teleport-4.2/Makefile +++ b/vendor/teleport-4.2/Makefile @@ -14,7 +14,10 @@ export PACKAGE_ENABLED = false include ../../tasks/Makefile.vendor_includes -export DOWNLOAD_URL = https://get.gravitational.com/teleport/$(PACKAGE_VERSION)/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +# Approx July 1, 2024, Download URL changed from +# from https://get.gravitational.com/teleport/$(PACKAGE_VERSION)/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +# to https://cdn.teleport.dev/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +export DOWNLOAD_URL = https://cdn.teleport.dev/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz # Starting with version 4.3, Teleport is not compatible with Alpine # so we disable updates # export AUTO_UPDATE_ENABLED = false diff --git a/vendor/teleport-4.3/Makefile b/vendor/teleport-4.3/Makefile index d51516b2e1..2fd3aeb364 100644 --- a/vendor/teleport-4.3/Makefile +++ b/vendor/teleport-4.3/Makefile @@ -7,13 +7,17 @@ export PACKAGE_NAME = $(MASTER_PACKAGE_NAME)-$(MAJOR_VERSION) export PACKAGE_VERSION_PIN = $(MAJOR_VERSION).x export PACKAGE_TYPES_DISABLED = apk +export PACKAGE_ARCHS_DISABLED = arm64 # This version is past end-of-life and will no longer be updated export AUTO_UPDATE_ENABLED = false include ../../tasks/Makefile.vendor_includes -export DOWNLOAD_URL ?= https://get.gravitational.com/teleport/$(PACKAGE_VERSION)/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +# Approx July 1, 2024, Download URL changed from +# from https://get.gravitational.com/teleport/$(PACKAGE_VERSION)/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +# to https://cdn.teleport.dev/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +export DOWNLOAD_URL = https://cdn.teleport.dev/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz export PACKAGE_EXE = teleport tctl tsh export INSTALL_DIR = /usr/share/${MASTER_PACKAGE_NAME}/${MAJOR_VERSION}/bin diff --git a/vendor/teleport-4.4/Makefile b/vendor/teleport-4.4/Makefile index 6a55f3dba9..12d4198913 100644 --- a/vendor/teleport-4.4/Makefile +++ b/vendor/teleport-4.4/Makefile @@ -7,13 +7,17 @@ export PACKAGE_NAME = $(MASTER_PACKAGE_NAME)-$(MAJOR_VERSION) export PACKAGE_VERSION_PIN = $(MAJOR_VERSION).x export PACKAGE_TYPES_DISABLED = apk +export PACKAGE_ARCHS_DISABLED = arm64 # This version is past end-of-life and will no longer be updated export AUTO_UPDATE_ENABLED = false include ../../tasks/Makefile.vendor_includes -export DOWNLOAD_URL ?= https://get.gravitational.com/teleport/$(PACKAGE_VERSION)/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +# Approx July 1, 2024, Download URL changed from +# from https://get.gravitational.com/teleport/$(PACKAGE_VERSION)/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +# to https://cdn.teleport.dev/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +export DOWNLOAD_URL = https://cdn.teleport.dev/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz export PACKAGE_EXE = teleport tctl tsh export INSTALL_DIR = /usr/share/${MASTER_PACKAGE_NAME}/${MAJOR_VERSION}/bin diff --git a/vendor/teleport-5.0/Makefile b/vendor/teleport-5.0/Makefile index 4eb65e44b3..b5549d7651 100644 --- a/vendor/teleport-5.0/Makefile +++ b/vendor/teleport-5.0/Makefile @@ -9,13 +9,17 @@ export PACKAGE_PRERELEASE_ENABLED = false # Starting with version 4.3, Teleport is not compatible with Alpine export PACKAGE_TYPES_DISABLED = apk +export PACKAGE_ARCHS_DISABLED = arm64 # This version is past end-of-life and will no longer be updated export AUTO_UPDATE_ENABLED = false include ../../tasks/Makefile.vendor_includes -export DOWNLOAD_URL ?= https://get.gravitational.com/teleport/$(PACKAGE_VERSION)/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +# Approx July 1, 2024, Download URL changed from +# from https://get.gravitational.com/teleport/$(PACKAGE_VERSION)/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +# to https://cdn.teleport.dev/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +export DOWNLOAD_URL = https://cdn.teleport.dev/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz export PACKAGE_EXE = teleport tctl tsh export INSTALL_DIR = /usr/share/${MASTER_PACKAGE_NAME}/${MAJOR_VERSION}/bin diff --git a/vendor/teleport/Makefile b/vendor/teleport/Makefile index 626195d1df..6fd0e73a73 100644 --- a/vendor/teleport/Makefile +++ b/vendor/teleport/Makefile @@ -9,7 +9,9 @@ include ../../tasks/Makefile.vendor_includes # Package details export VENDOR ?= gravitational -export DOWNLOAD_URL ?= https://get.gravitational.com/teleport/$(PACKAGE_VERSION)/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz +# By version 16, we could just download and republish the packages, but that is extra work for us. +# https://cdn.teleport.dev/teleport-v16.0.3-linux-arm64-bin.tar.gz +export DOWNLOAD_URL ?= https://cdn.teleport.dev/teleport-v$(PACKAGE_VERSION)-$(OS)-$(ARCH)-bin.tar.gz # so we disable updates # export AUTO_UPDATE_ENABLED = false export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary