-
Notifications
You must be signed in to change notification settings - Fork 44
Comparing changes
Open a pull request
base repository: open-cluster-management-io/addon-framework
base: v0.9.3
head repository: open-cluster-management-io/addon-framework
compare: v0.10.0
Commits on Feb 26, 2024
-
Update helm and controller-runtime (#241)
Signed-off-by: Tamal Saha <tamal@appscode.com>
Configuration menu - View commit details
-
Copy full SHA for e9fee64 - Browse repository at this point
Copy the full SHA e9fee64View commit details
Commits on Feb 28, 2024
-
Fix: correct wrong csr controller name. (#242)
Signed-off-by: GitHub <noreply@github.com>
Configuration menu - View commit details
-
Copy full SHA for 85d5e94 - Browse repository at this point
Copy the full SHA 85d5e94View commit details
Commits on Mar 7, 2024
-
🐛 fix deploying ocm error in e2e (#245)
Signed-off-by: zhujian <jiazhu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for eb30ff5 - Browse repository at this point
Copy the full SHA eb30ff5View commit details
Commits on Mar 8, 2024
-
Signed-off-by: zhujian <jiazhu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6c27796 - Browse repository at this point
Copy the full SHA 6c27796View commit details
Commits on Mar 11, 2024
-
🐛 allow arbitrary config fields when calculating config hash (#243)
* allow data field and empty field when calculating config hash Signed-off-by: haoqing0110 <qhao@redhat.com> * hash config fields Signed-off-by: haoqing0110 <qhao@redhat.com> --------- Signed-off-by: haoqing0110 <qhao@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 974d337 - Browse repository at this point
Copy the full SHA 974d337View commit details
Commits on Mar 12, 2024
-
Remove cves reported by govulncheck (#247)
Signed-off-by: Tamal Saha <tamal@appscode.com>
Configuration menu - View commit details
-
Copy full SHA for 6498d0c - Browse repository at this point
Copy the full SHA 6498d0cView commit details -
🌱 Add pull request template (#250)
Signed-off-by: zhujian <jiazhu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0bee558 - Browse repository at this point
Copy the full SHA 0bee558View commit details
Commits on Mar 13, 2024
-
Sort manifests for helm addons (#249)
Signed-off-by: Tamal Saha <tamal@appscode.com>
Configuration menu - View commit details
-
Copy full SHA for d8d4494 - Browse repository at this point
Copy the full SHA d8d4494View commit details
Commits on Mar 14, 2024
-
Add a method to set the hosting cluster for the Helm agent (#246)
The policy addons require setting this since we need the hosting cluster capabilities variables and we can't guarantee that the hosting cluster is static for each addon. Signed-off-by: mprahl <mprahl@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 68f628e - Browse repository at this point
Copy the full SHA 68f628eView commit details -
Add option to use non strict engine for helm addon (#248)
Signed-off-by: Tamal Saha <tamal@appscode.com>
Configuration menu - View commit details
-
Copy full SHA for d22ba0c - Browse repository at this point
Copy the full SHA d22ba0cView commit details
Commits on Mar 21, 2024
-
✨ refactor setting the helm default variable of hostingClusterCapabil…
…ities (#251) * refactor setting the helm default variable of hostingClusterCapabilities Signed-off-by: zhujian <jiazhu@redhat.com> * add deprecated marks Signed-off-by: zhujian <jiazhu@redhat.com> * ignore not found error for getting hosting cluster Signed-off-by: zhujian <jiazhu@redhat.com> --------- Signed-off-by: zhujian <jiazhu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bffb77d - Browse repository at this point
Copy the full SHA bffb77dView commit details -
Start ocm env using clusteradm (#254)
Signed-off-by: Jian Qiu <jqiu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e8778a9 - Browse repository at this point
Copy the full SHA e8778a9View commit details
Commits on Mar 25, 2024
-
Use install strategy in addon example and e2e (#253)
Signed-off-by: Jian Qiu <jqiu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 52eef42 - Browse repository at this point
Copy the full SHA 52eef42View commit details
Commits on Mar 27, 2024
-
🌱 remove duplicate controller and installstrategy (#252)
* remove duplicate controller and installstrategy Signed-off-by: haoqing0110 <qhao@redhat.com> * addon ownerref to pass integration tests Signed-off-by: haoqing0110 <qhao@redhat.com> * modify helloworld addon Signed-off-by: haoqing0110 <qhao@redhat.com> * remove self from annotation Signed-off-by: haoqing0110 <qhao@redhat.com> --------- Signed-off-by: haoqing0110 <qhao@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b0ef02a - Browse repository at this point
Copy the full SHA b0ef02aView commit details -
Expose hosted info to be customized (#255)
Signed-off-by: Jian Qiu <jqiu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0c05624 - Browse repository at this point
Copy the full SHA 0c05624View commit details
Commits on Apr 1, 2024
-
Use default GOPATH and workdir for github actions (#258)
Signed-off-by: zhujian <jiazhu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c37bed7 - Browse repository at this point
Copy the full SHA c37bed7View commit details
Commits on Apr 2, 2024
-
⚠️ check return err for customized agent install namespace (#257)* check return err for customized agent install namespace Signed-off-by: zhujian <jiazhu@redhat.com> * Fix e2e Signed-off-by: zhujian <jiazhu@redhat.com> * Use default namespace if addon deployment config is not configured Signed-off-by: zhujian <jiazhu@redhat.com> --------- Signed-off-by: zhujian <jiazhu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for be542a6 - Browse repository at this point
Copy the full SHA be542a6View commit details
Commits on Apr 16, 2024
-
update sdk-go to remove annotation when it's nil (#261)
Signed-off-by: haoqing0110 <qhao@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ecb7f34 - Browse repository at this point
Copy the full SHA ecb7f34View commit details
Commits on Apr 19, 2024
-
✨ support config work driver. (#256)
* support cloudevents driver for addon manager. Signed-off-by: morvencao <lcao@redhat.com> * remove e2e testing for cloudevents. Signed-off-by: morvencao <lcao@redhat.com> * revert addon manager interface change. Signed-off-by: morvencao <lcao@redhat.com> * add base addon manager. Signed-off-by: morvencao <lcao@redhat.com> * address comments. Signed-off-by: morvencao <lcao@redhat.com> * add e2e test back. Signed-off-by: morvencao <lcao@redhat.com> --------- Signed-off-by: morvencao <lcao@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e703fc5 - Browse repository at this point
Copy the full SHA e703fc5View commit details
Commits on May 16, 2024
-
Fix: add a condition of manifestapplied for hosted addon. (#267)
Signed-off-by: xuezhaojun <zxue@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 286f8d0 - Browse repository at this point
Copy the full SHA 286f8d0View commit details -
Update readme with addon contributions link (#266)
Signed-off-by: Mike Ng <ming@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2376b63 - Browse repository at this point
Copy the full SHA 2376b63View commit details
Commits on May 21, 2024
-
🐛 read config referent from the desired config (#269)
* Get correct desired config GetAddOnDeploymentConfigValues We should get from desiredConfig, it is not directly from configReference which is going to be deprecated. Signed-off-by: Jian Qiu <jqiu@redhat.com> * Interate config reversely Signed-off-by: Jian Qiu <jqiu@redhat.com> --------- Signed-off-by: Jian Qiu <jqiu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e24923d - Browse repository at this point
Copy the full SHA e24923dView commit details
Commits on Jun 3, 2024
-
Fix condition error of ManifestApplied. (#273)
Signed-off-by: xuezhaojun <zxue@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5c95275 - Browse repository at this point
Copy the full SHA 5c95275View commit details
Commits on Jun 17, 2024
-
✨ Support addon health probe for checking workload availability (#275)
Signed-off-by: zhujian <jiazhu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 660e21b - Browse repository at this point
Copy the full SHA 660e21bView commit details
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.