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

fix: validate packages using full resource name #775

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

jacobbmay
Copy link
Contributor

@jacobbmay jacobbmay commented Sep 18, 2024

Description

When deploying a uds package to a cluster that has an existing package resource type (such as an eks-d management cluster with eks-anywhere installed in it) that is higher priority than uds-packages, package validation hangs forever since it is waiting on the wrong resource type.

This PR updates the onDeploy/after actions to wait for packages.uds.dev instead of just packages to avoid this conflict.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@jacobbmay jacobbmay requested a review from a team as a code owner September 18, 2024 16:14
@mjnagel mjnagel merged commit 678ed44 into main Sep 18, 2024
39 of 40 checks passed
@mjnagel mjnagel deleted the package-resource-full-name branch September 18, 2024 17:40
mjnagel pushed a commit that referenced this pull request Sep 18, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.27.1](v0.27.0...v0.27.1)
(2024-09-18)


### Bug Fixes

* validate packages using full resource name
([#775](#775))
([678ed44](678ed44))


### Miscellaneous

* allow service ports to be overridden in test bundles
([#765](#765))
([5f9a920](5f9a920))
* **deps:** update authservice to v1.0.2
([#738](#738))
([3328b08](3328b08))
* **deps:** update githubactions
([#762](#762))
([c7bab2a](c7bab2a))
* **deps:** update grafana curl image to v8.10.1
([#773](#773))
([0d56ef2](0d56ef2))
* **deps:** update istio to v1.23.1
([#744](#744))
([f222ea3](f222ea3))
* **deps:** update neuvector chart to 2.7.9
([#750](#750))
([a97b509](a97b509))
* **deps:** update neuvector updater image to v8.10.1
([#774](#774))
([2afddfc](2afddfc))
* **deps:** update pepr to 0.36.0
([#696](#696))
([2a1591e](2a1591e))
* **deps:** update prometheus-stack
([#743](#743))
([61f7a60](61f7a60))
* **deps:** update test-infra random provider to v3.6.3
([#753](#753))
([009326d](009326d))
* **deps:** update uds-identity-config version to 0.6.3
([#772](#772))
([a2ad936](a2ad936))
* **deps:** update uds-k3d to v0.9.0 (1.30.4 k3s), k3d to 5.7.4
([#770](#770))
([20656e6](20656e6))
* **deps:** update velero kubectl image to v1.31.1
([#763](#763))
([56b3a21](56b3a21))
* **deps:** update velero kubectl to v1.31.1
([#757](#757))
([c15d77e](c15d77e))
* remove unused neuvector exporter
([#768](#768))
([bd4f5cf](bd4f5cf))
* task for custom pepr
([#766](#766))
([e624d73](e624d73))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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