upjet-provider-template icon indicating copy to clipboard operation
upjet-provider-template copied to clipboard

A template for Upjet-based crossplane providers.

Results 14 upjet-provider-template issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

### What problem are you facing? Currently, the https://github.com/upbound/upjet dependency in this repo needs to be updated manually. We had better consume the latest upjet in this repo so that...

enhancement

### Description of your changes Fixes # I have: - [ ] Read and followed Crossplane's [contribution process]. - [ ] Run `make reviewable test` to ensure this PR is...

### Description of your changes Fixes #34 I have: - [ ] Read and followed Crossplane's [contribution process]. - [ ] Run `make reviewable test` to ensure this PR is...

### Description of your changes enable renovate for this repo after this PR is merged Fixes #36 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run...

### Description of your changes skip ci workflow publish artifacts to avoid failed ci run in use as template or forks when `UPBOUND_MARKETPLACE_PUSH_ROBOT_USR` is not set in env helps in...

### Description of your changes implement latest changes from upjet add management policies (https://github.com/upbound/upjet/pull/248) Fixes # I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make...

### What problem are you facing? ### How could Upbound help solve your problem? Epic #

enhancement

The lint github action runs go-lint against the repository. In my repository, the lint check is currently failing, but it does not output file names or line numbers, so the...

bug

### What problem are you facing? The commandline Arguments we can pass to providers are inconsistent across the different providers out there. https://github.com/upbound/upjet-provider-template/blob/main/cmd/provider/main.go#L36 vs https://github.com/upbound/provider-gcp/blob/main/cmd/provider/appengine/zz_main.go#L54 vs https://github.com/upbound/provider-terraform/blob/main/cmd/provider/main.go#L50 It would be...

enhancement