github PaladinCloud/CE 1.1.0

latest releases: 3.0.6, 3.0.5, 3.0.4...
2 years ago

Summary

  • Added two policies for GCP
  • UI Angular Upgrade and bug fixes
  • Existing policy updates
  • Infra updates

Details

AWS Event Bus Limit:

  • By default, AWS has a soft limit on the number of rules that can be created against the default bus. Currently, this limit is set to 300.
  • We have crossed the limit in this release. If any of the users try to redeploy or install Paladin Cloud from this release, the installation will be failed due to the limit.
  • So we are requesting you to raise a support ticket with AWS to increase the Rule limit on the EventBridge bus from 300 to a bigger limit. (400/500 depending on your use cases)
  • We are working on avoiding this by using the custom event busses. This is under development and we are actively working on it to include in the next release.
  • New installations or redeployment of the existing applications need to follow the above process before the start of the process.

Policy Updates

  • We have added a new collector for AWS.
  • We have added two policies for GCP.
  • We also changed the cf_Policy table metadata along with the existing policy description updates.
  • As per the current process, redeploy will not update the existing data in the DB tables.
  • New data will be inserted during the redeploy process.
  • To get the existing updates, users who are using the Paladin Cloud optionally can follow the below process:
    • Connect to the MYSQL instance, which was installed as part of the installation
    • Truncate the two tables cf_Policy and cf_RuleInstance. The fresh data would be inserted into these tables during the redeploy process.
  • We are working on improving the data migration process.

UI Updates

  • We have upgraded the Angular library version from v4 to v13.x.
  • Please follow the below steps if you are planning the redeploy process:
  • Please remove the node_modules, dist folders and package-lock.json file.
  • This should not cause any loss to the user experience. Please raise an issue in case you are facing any issues.
  • We also added some bug fixes in this release.

Infra Updates

  • Upgraded the Lambda runtime from python3.6 to python3.8
  • Added the tags for the missing resources created via the installation process.

Known Issues

  • We have added two policies for the AWS autoscaling group in this release. They are not fully functional yet. We will be fixing the same in the upcoming release.

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

Don't miss a new CE release

NewReleases is sending notifications on new releases.