v0.7.0
What's Changed
- Make sure node controller has appropriate access to namespaces by @redhatrises in #207
- Remove controller-manager uid and gid settings by @redhatrises in #198
- Docs: Node: Improve troubleshooting steps by @isimluk in #205
- Addressing inability to upgrade the operator by @isimluk in #209
- Update faq.md by @isimluk in #210
- Do not log pod not found, when we are about to delete it by @isimluk in #211
- Refactoring of Falcon API errors handling by @isimluk in #212
- Add version flag and print version in logs by @redhatrises in #206
- Set WATCH_NAMESPACE to cluster scope and fail on MulitNamespace InstallMode by @redhatrises in #213
- Revert "Set WATCH_NAMESPACE to cluster scope and fail on MulitNamespace InstallMode" by @isimluk in #220
- typo fix by @isimluk in #218
- Frontdoor: Documentation for GKE node upgrade process by @vasiminamdar in #214
- Bump version on the main branch by @isimluk in #222
- Fix typo in GCP service name by @redhatrises in #226
- Chores: Update gofalcon dependency (to improve readability of some of the errors) by @isimluk in #223
- Initial minimalistic cloudformation to deploy falcon-operator on Quickstart EKS by @isimluk in #227
- Chores: CI: increase the logging detail in golangci-lint action by @isimluk in #232
- WIP: Node: Allow use of custom pull secret for deployment from custom registry by @isimluk in #231
- WIP: Make operator cluster scoped and add troubleshooting docs by @redhatrises in #224
- fix: allow the toleration of control-plane nodes by default by @domdepasquale in #233
- Ignore .DS_Store folders by @redhatrises in #234
- Fix: "Failed to create new Configmap ... already exists" by @isimluk in #236
- Chores: CI: run the CI also on the maintenance branches by @isimluk in #237
- Chores: update some golang dependencies by @isimluk in #238
- Deployment using AWS CloudFormation by @isimluk in #240
- We cannot support deployment method confined to a single namespace by @isimluk in #242
- Fix display name for marketplace by @redhatrises in #243
- Falcon Gov Cloud support by @isimluk in #245
- Chores: go.mod dependency updates by @isimluk in #246
- Update DS labels for restarting DS when a change is detected by @redhatrises in #244
- Add FalconNodeSensor resource condition status by @redhatrises in #247
- Chores: Update containerd dependency by @isimluk in #251
- Update CSV description by @redhatrises in #249
- Add ENV variable for DS image by @redhatrises in #250
- Do not create pull token secrets when using partner enforced product image by @isimluk in #252
- Use a finalizer to clean up after CR removal for daemonset by @redhatrises in #248
- Validating Image Pull Policy inputs by @jsullivan-CS in #258
- Provide a little more clarity on status error messages by @redhatrises in #255
- Update SDK to 1.21.0 by @jsullivan-CS in #257
- Update OLM CSV Webform UX by @redhatrises in #253
- Don't download kustomize if it already exists by @redhatrises in #260
- Add ability to configure daemonset update strategy by @redhatrises in #259
- If DS strategy is empty, default to RollingUpdate by @redhatrises in #262
- Update SDK to 1.22.0 by @jsullivan-CS in #261
- Update SDK version in bundle files by @redhatrises in #264
- Enable annotations in the CR for the DS service account by @redhatrises in #263
- Add initial release script by @redhatrises in #265
- Add arch and os support labels to CSV by @redhatrises in #267
- Bump kube-rbac-proxy image we use by @isimluk in #268
- Fix/doc updates by @domdepasquale in #254
- Allow release script to work on macos by @redhatrises in #274
- fix: allow node and falcon config to be omitted. fixes #272 by @domdepasquale in #273
- Use upstream fix for kustomize in Makefile by @redhatrises in #269
- Also terminate cleanup pods when CrashLoopBackOff is detected by @redhatrises in #276
- Nodesensor: Gracefull exit from infinite loop by @isimluk in #278
- chores: bump various go dependencies by @isimluk in #275
- Minor status conditions logic update by @redhatrises in #279
- fix: don't deploy secrets to kube-public by @domdepasquale in #280
- nodesensor: Allow users to deploy older versions of the sensor by @isimluk in #282
- chore: ci: dependabot for gh actions by @isimluk in #283
- Bump actions/checkout from 2 to 3 by @dependabot in #285
- Bump actions/setup-go from 2 to 3 by @dependabot in #287
- Bump golangci/golangci-lint-action from 2 to 3 by @dependabot in #284
- Bump github/codeql-action from 1 to 2 by @dependabot in #286
- Add profiling endpoint by @jsullivan-CS in #291
- Fix profiling endpoint by @jsullivan-CS in #292
- Fix breakout conditions in Daemonset cleanup loop by @jsullivan-CS in #295
- Simplify RestartDaemonSet by @jsullivan-CS in #296
- Add pod deletecollection permissions to operator by @jsullivan-CS in #299
- Enable Single Namespace in the CSV by @redhatrises in #298
- fix: add missing EOF by @domdepasquale in #300
- update license to a align with CrowdStrike legal by @domdepasquale in #290
- docs: update version string to match working release by @domdepasquale in #301
- fix: manager configmap by @domdepasquale in #302
- Chores: CI: Check for broken references in the documentation by @isimluk in #304
- tests: add e2e tests by @redhatrises in #310
- tests: add version and common tests by @redhatrises in #306
- tests: add config_cache tests by @redhatrises in #307
- tests: add node daemonset and configmap tests by @redhatrises in #308
- tests: add node controller tests by @redhatrises in #309
- Changing ordering of items by @isimluk in #311
- Prefer null value to empty string "" when setting env variables by @isimluk in #312
- fix: deployment test by @redhatrises in #314
- fix: ensure falconstore is a file when initContainer runs by @redhatrises in #315
- Update User Agent to reference falcon-operator by @redhatrises in #313
- build(deps): bump helm/kind-action from 1.3.0 to 1.4.0 by @dependabot in #316
- Refactor container controller by @jsullivan-CS in #305
- Bumping to 0.7.0 by @jsullivan-CS in #318
New Contributors
- @vasiminamdar made their first contribution in #214
- @domdepasquale made their first contribution in #233
- @jsullivan-CS made their first contribution in #258
Full Changelog: v0.5.0...v0.7.0