Skip to content

Commit

Permalink
fix(): adding Release faridabad changes to master
Browse files Browse the repository at this point in the history
* feat(): release latest changes

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>

* Feature bugs gw (#170)

fix(): support gateways on multiple clusters

---------

Signed-off-by: rahulsawra98 <rahul.sawra@aveshasystems.com>

* feat(): releasing latest changes

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>

* fix(): fix wrong lable

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>

* feat(): triggering CI

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>

* minor fix

* feat(): triggering CI

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>

* fix(): fix netops race condition (#174)

Instead of looping through nodePorts and send it one by one this PR will send multiple nodePorts at once hence in the netops sidecar we can compare the global map after connection context update without hitting any race condition.

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>
Co-authored-by: rahulsawra98 <rahul.sawra@aveshasystems.com>

* feat(): update with latest netops release (#177)

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>

* fix(AM-6407): expose pod count in each reconciliation loop

Signed-off-by: YachikaRalhan <yachika.ralhan@aveshasystems.com>

* fix(): mismatch of labels in gw pods

* Hotfix labels gw (#179)

* Cluster reconciler; refactor cluster updates to controller (#169)

* add cluster reconciler

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* refactor postdashboardscreds and postclusterinfo : move to cluster reconciler

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* add cluster controller tests

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* fix nodeip test cases

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* update go.mod and add lastupdated status

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* fix logger

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* update crd in test file

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* add test case for health status update

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* import slice config crd

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* Revert "import slice config crd"

This reverts commit f16e119.

---------

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* fix(AM-6407): expose pod count in each reconciliation loop

Signed-off-by: YachikaRalhan <yachika.ralhan@aveshasystems.com>

* Feature bugs gw (#170)

fix(): support gateways on multiple clusters

---------

Signed-off-by: rahulsawra98 <rahul.sawra@aveshasystems.com>

* fix(): Revert "Cluster reconciler; refactor cluster updates to controller (#169)" (#173)

This reverts commit ed2b11d.

* fix(): fix netops race condition (#174)

Instead of looping through nodePorts and send it one by one this PR will send multiple nodePorts at once hence in the netops sidecar we can compare the global map after connection context update without hitting any race condition.

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>
Co-authored-by: rahulsawra98 <rahul.sawra@aveshasystems.com>

* feat(): update with latest netops release (#177)

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>

* fix(): mismatch of labels in gw pods

* fix

* revert Makefile

---------

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>
Signed-off-by: YachikaRalhan <yachika.ralhan@aveshasystems.com>
Signed-off-by: rahulsawra98 <rahul.sawra@aveshasystems.com>
Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>
Co-authored-by: Jayadeep KM <6793260+kmjayadeep@users.noreply.github.com>
Co-authored-by: YachikaRalhan <yachika.ralhan@aveshasystems.com>
Co-authored-by: Yachika <36668209+YachikaRalhan@users.noreply.github.com>
Co-authored-by: Richie Sebastian <104349170+richiesebastian@users.noreply.github.com>
Co-authored-by: Rahul Kumar <57394571+Rahul-D78@users.noreply.github.com>

* fix(AM-XXXX): don't panic when nodeip is nil in netop sidecar

* releasing latest changes

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>

* feat(): update Jenkinsfile

---------

Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>
Signed-off-by: rahulsawra98 <rahul.sawra@aveshasystems.com>
Signed-off-by: YachikaRalhan <yachika.ralhan@aveshasystems.com>
Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>
Co-authored-by: Rahul-D78 <rahul.kumar@aveshasystems.com>
Co-authored-by: rahulsawra98 <104886535+rahulsawra98@users.noreply.github.com>
Co-authored-by: rahulsawra98 <rahul.sawra@aveshasystems.com>
Co-authored-by: Rahul Kumar <57394571+Rahul-D78@users.noreply.github.com>
Co-authored-by: YachikaRalhan <yachika.ralhan@aveshasystems.com>
Co-authored-by: Jayadeep KM <6793260+kmjayadeep@users.noreply.github.com>
Co-authored-by: Yachika <36668209+YachikaRalhan@users.noreply.github.com>
  • Loading branch information
8 people authored Mar 3, 2023
1 parent b2402e6 commit 7465ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dockerbuildtestPipeline(
service: 'worker-operator',
buildArguments: [PLATFORM:"amd64"],
run_unit_tests: 'false'

)
2 changes: 1 addition & 1 deletion controllers/slicegateway/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (r *SliceGwReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct
// then lets add the finalizer and update the object. This is equivalent
// registering our finalizer.
// The object is being deleted
//cheanup Gateway related resources
// cheanup Gateway related resources
// Stop reconciliation as the item is being deleted
reconcile, result, err := r.handleSliceGwDeletion(sliceGw, ctx)
if reconcile {
Expand Down

0 comments on commit 7465ffd

Please sign in to comment.