This repository was archived by the owner on May 5, 2026. It is now read-only.
add provider-helm, kubernetes, azure, gcp models and provider update …#18
Merged
stevendborrelli merged 1 commit intoupbound:mainfrom May 5, 2026
Merged
Conversation
…tooling - Add four new CRD model packages: provider-helm v1.2.0, provider-kubernetes v1.2.1, provider-upjet-azure v2.5.0, provider-upjet-gcp v2.5.0 - Bump provider-upjet-aws to v2.5.0 and annotate all providers with crossplane-provider metadata (repository, version, crdDir, fetchStrategy) - Add scripts/update-provider.ts to bump a single provider version, rewrite its CRD input list (URL fetch or glob), and emit a changeset - Add scripts/check-provider-updates.ts to query GitHub releases for all providers and auto-update any that are behind; exits 1 when updates are found so CI can open a PR - Extend scripts/new-crd-package.ts with --repository, --provider-version, and --fetch-strategy flags to wire new packages into automated update checks - Add glob pattern expansion to crd-generate CLI so clone-based packages can reference CRDs via *.yaml patterns instead of enumerating every file - Update CONTRIBUTING.md and README.md to document the new providers and update-provider / check-provider-updates workflows Signed-off-by: humoflife <markus.schweig@upbound.io>
9f42460 to
b2a0a83
Compare
Member
|
Thank you @humoflife, this is a great contribution! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description of your changes
Fixes #
scripts/update-provider.ts: added.version(false)to the yargs chain before declaring the--versionoption. Without this, yargs treats--versionas its built-in flag (returning a booleantrue), which causedtag.startsWith is not a functionat runtime.I have:
make reviewableto ensure this PR is ready for review.backport release-x.ylabels to auto-backport this PR, as appropriate.How has this code been tested
All six tests passed on macOS (Node 24, pnpm 10.25.0).
provider-helm,provider-kubernetes)provider-upjet-awsprebuild*.yamlglobupdate-providerno-opprovider-helm@v1.2.0andprovider-kubernetes@v1.2.1are currentcheck-provider-updatesvs GitHub APInew-crd-packagewith new flagscrossplane-providerblock written correctly into generatedpackage.json