Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new Kustomise env var syntax. #4967

Closed
wants to merge 2 commits into from

Conversation

davinchia
Copy link
Contributor

What

As title.

Pre-merge Checklist

Expand the checklist which is relevant for this PR.

Connector checklist

  • Issue acceptance criteria met
  • PR name follows PR naming conventions
  • Secrets are annotated with airbyte_secret in the connector's spec
  • Credentials added to Github CI if needed and not already present. instructions for injecting secrets into CI.
  • Unit & integration tests added as appropriate (and are passing)
    • Community members: please provide proof of this succeeding locally e.g: screenshot or copy-paste acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • /test connector=connectors/<name> command as documented here is passing.
    • Community members can skip this, Airbyters will run this for you.
  • Code reviews completed
  • Documentation updated
    • README.md
    • docs/SUMMARY.md if it's a new connector
    • Created or updated reference docs in docs/integrations/<source or destination>/<name>.
    • Changelog in the appropriate page in docs/integrations/.... See changelog example
    • docs/integrations/README.md contains a reference to the new connector
    • Build status added to build page
  • Build is successful
  • Connector version bumped like described here
  • New Connector version released on Dockerhub by running the /publish command described here
  • No major blockers
  • PR merged into master branch
  • Follow up tickets have been created
  • Associated tickets have been closed & stakeholders notified

Connector Generator checklist

  • Issue acceptance criteria met
  • PR name follows PR naming conventions
  • If adding a new generator, add it to the list of scaffold modules being tested
  • The generator test modules (all connectors with -scaffold in their name) have been updated with the latest scaffold by running ./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates then checking in your changes
  • Documentation which references the generator is updated as needed.

@davinchia davinchia marked this pull request as ready for review July 24, 2021 06:27
@davinchia
Copy link
Contributor Author

This is blocked by helm/kind-action#45.

@jrhizor
Copy link
Contributor

jrhizor commented Jul 26, 2021

This is precisely why we reverted the env change that was just redone in #4966

env is much more broadly supported compared to envs. I think in the most recent version shows a warning but it will just fail on other versions like it does here in CI.

@davinchia
Copy link
Contributor Author

oops I didn't know that, @jrhizor should we revert it all then?

slight preference for moving to the later version but also okay if we don't do that.

@jrhizor
Copy link
Contributor

jrhizor commented Jul 27, 2021

#4966 (comment)

It looks like we will run into problems on either side. I did have trouble with packaged versions of kubectl, though (in kind/minikube/docker for desktop/etc).

Maybe we should just document the old approach in a comment below the new approach?

@davinchia
Copy link
Contributor Author

yeah this is going to run into problems for kubectl versions < 1.21.

Documenting makes sense. I'll wait till the Kind folks publish their update and then follow up here.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@davinchia
Copy link
Contributor Author

We are moving to Helm.

@davinchia davinchia closed this Sep 28, 2021
@swyxio swyxio deleted the davinchia/update-all-env-vars branch October 12, 2022 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants