Update proxy and manifests docs to current release - #46
Merged
Conversation
proxy: add Helm/APK/Swift/Homebrew/generic registries, artifact scanning, ECR auth, GCS/Azure storage, JSONL access log, docker and Helm chart install. manifests: add chef, helm, ips, opam, vagrant to ecosystems.
git-pkgs-proxy, git-pkgs-brief, and git-pkgs-forge are in homebrew-core; the tap is no longer needed for these.
Release assets are versioned (git-pkgs_X.Y.Z_linux_amd64.tar.gz), so releases/latest/download with a fixed filename 404s. Resolve the version from the API first for manual installs, and use git-pkgs/actions/setup for the GitHub Actions examples. go.mod/go.sum: record the hextra theme module hugo requires.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings
content/docs/tools/proxy.mdandcontent/docs/modules/manifests.mdup to date with the current tags.proxy: adds Helm, Alpine APK, Swift, Homebrew, and the generic HTTP endpoint to the registry list; adds the artifact-scanning section; mentions ECR auto-refresh auth, JSONL access logging, and circuit-breaker health; adds
gs://andazblob://storage; adds Docker and Helm chart to Installation.manifests: adds chef, helm, ips, opam, vagrant to the supported-ecosystems list (verified against
manifests.Ecosystems()).