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

docs(deps): Specify minimum kustomize version #3199

Merged
merged 4 commits into from
Dec 3, 2023

Conversation

kzap
Copy link
Contributor

@kzap kzap commented Nov 30, 2023

This is quality of life improvement. The use of openapi in kustomize requires we use atleast v4.5.5

openapi:
path: https://raw.githubusercontent.com/argoproj/argo-schema-generator/main/schema/argo_all_k8s_kustomize_schema.json

Adding a line to the contributor docs to indicate what version of kustomize we need.

I was considering scripting to download a known version of kustomize but that felt too complicated vs some documentation for the developer.

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
  • The title of the PR is (a) conventional with a list of types and scopes found here, (b) states what changed, and (c) suffixes the related issues number. E.g. "fix(controller): Updates such and such. Fixes #1234".
  • I've signed my commits with DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My builds are green. Try syncing with master if they are not.
  • My organization is added to USERS.md.

Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2270a50) 81.84% compared to head (a6bc972) 81.85%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3199      +/-   ##
==========================================
+ Coverage   81.84%   81.85%   +0.01%     
==========================================
  Files         134      134              
  Lines       20558    20558              
==========================================
+ Hits        16825    16828       +3     
+ Misses       2869     2866       -3     
  Partials      864      864              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Nov 30, 2023

Go Published Test Results

2 085 tests   2 085 ✔️  2m 47s ⏱️
   118 suites         0 💤
       1 files           0

Results for commit a6bc972.

♻️ This comment has been updated with latest results.

@kzap kzap changed the title fix(tests): Install kustomize v5.2.1 for tests chore(docs): Specify minimum kustomize version Nov 30, 2023
@kzap kzap changed the title chore(docs): Specify minimum kustomize version docs(deps): Specify minimum kustomize version Nov 30, 2023
…g a different version of kustomize

Signed-off-by: Andre Marcelo-Tanner <[email protected]>
@kzap kzap marked this pull request as ready for review November 30, 2023 04:46
Copy link
Contributor

github-actions bot commented Nov 30, 2023

E2E Tests Published Test Results

    4 files      4 suites   3h 34m 23s ⏱️
103 tests   89 ✔️   6 💤   8
438 runs  389 ✔️ 24 💤 25

For more details on these failures, see this check.

Results for commit a6bc972.

♻️ This comment has been updated with latest results.

Copy link

sonarcloud bot commented Dec 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.3% 0.3% Duplication

@zachaller zachaller merged commit 1600e27 into argoproj:master Dec 3, 2023
22 checks passed
ashutosh16 pushed a commit to ashutosh16/argo-rollouts that referenced this pull request Dec 8, 2023
* Tests require atleast kustomize v4.5.5, install v5.2.1 if we are using a different version of kustomize

Signed-off-by: Andre Marcelo-Tanner <[email protected]>

* revert version upgrade and just rely on docs

Signed-off-by: Andre Marcelo-Tanner <[email protected]>

---------

Signed-off-by: Andre Marcelo-Tanner <[email protected]>
Signed-off-by: ashutosh16 <[email protected]>
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.

2 participants