Format: Keep a Changelog
- RapidFort Release 1.1.165
- Update RapidFort Service Entry configuration to make it local.
- Update RapidFort Service Entry configuration to make it local.
- Pass KeyCloak Admin Credentials.
- Remove rf user from KeyCloak Database.
- Update DB Initialization update for bash variable check.
- Update DB Initialization update for helm hook.
- Update DB Initialization to stop overwriting db.
- Update DB Connection SSL Cert input which creates secret in external db seed job.
- Update DB Connection SSL Cert input which creates secret.
- Update For DB Connection with centralize Params reference from values.yaml
- Update For SSL Connection with SSL Certificate
- Update DB Connection to set SSL=True.
- hotfix Helm chart deployment support with External RDS.
- Helm chart deployment support with External RDS.
- Update init container for permission set for lock-redis
- Update mtls for mysql and redis
- RapidFort Release 1.1.89 for Keycloak Update and removal of Init Containers
- update runner service for critical hot fix
- update runner service for hot fix
- update storage class creation and provide existing storage class
- convert istio permissive to strict
- remove init containers
- Update Rapidfort Helm chart for init containers
- update Rapidfort image(s) for new release.
- update place holder to be appropriate with comments
- update frontrow image tag.
- Update with release images.
- Update Docker Image for File Upload, Runner and Vulns DB for fips fix
- Update Docker Image for Init Container
- Update volume ownership and container security policy for aggregator service
- RapidFort Release 1.1.43-1
- Update Container security policy.
- Change the Service account name.
- Change the Service account name.
- Change the Default AWS Values.
- RapidFort Release 1.1.41-1 with Rapidfort helm chart version 1.2.0 for resource allocation.
- RapidFort Release 1.1.41-1 with Rapidfort helm chart version 1.2.1 along with updated values and istio config.
- RapidFort Release 1.1.41 with Rapidfort helm chart version 1.2.0
- RapidFort Release 1.1.40 Patch for RapidFort Deployment storage
- RapidFort Release 1.1.40 Patch for RapidFort Deployment
- RapidFort Release 1.1.40 Patch for RapidFort CLI Service
- RapidFort Release 1.1.40 Patch for Image Hardening
- RapidFort Release 1.1.40 Patch for Image Hardening
- RapidFort Release 1.1.40 Patch for RF-SCAN
- RapidFort Release 1.1.40
- Update Helm Chart for release patch for redis service creation
- Update Helm Chart for Release 1.1.34
- Update Helm chart for addning annotation using global service account
- Update Helm chart for addning annotation using global value
- Update Helm chart for MYSQL Address for keycloak
- Update Helm chart for adding annotation for service account iam role access
- Update Helm chart to support External DB.
- Update gatekeeper policy for runner service.
- Updating the README to point at the main RapidFort documentation.
- Updated Rapidfort Flux Helm Chart.
- Updated Rapidfort Bigbang Helmchart for supporting External RDS Database Connection.
- Updated Rapidfort Bigbang Helmchart for support to the fluxcd based deployment.
- Updated to RF 1.1.28
- Updated to RF 1.1.27
- Updated to RF 1.1.25
- Updated to RF 1.1.24
- Updated to RF 1.1.23
- Updated to RF 1.1.20
- Updated to RF 1.1.19
- Updated to RF 1.1.16
- Added new hostPath mount to runner (/tmp)
- Updated CODEOWNERS
- update RF to 1.1.11
- update mysql chart to 9.1.7
- update all mysql images to 8.0.29
- change redis chart to bb redis upstream
- update all redis6 images to 6.2.7
- Update to RF 1.1.10
- Changed Keycloak dockerhub image (16.1.1) to IB image (18.0.0-legacy)
- PVC-ified RF microservices
- Each chart gets its own pvc per volume needed, no sharing of volumes as of now
- Removed docker.sock from rf-scan
- Edited keycloak deployment to remove unused volume
- MySQL-BB chart now persists data properly and uses suggested IB default config values
- Updated Rapidfort to 1.1.9
- Added internal communication mode for runner
- Change name of secret referenced by runner in values to
rf-runner-secret
- Added test values to allow runner to run in pipeline using internal comms
- Change name of secret referenced by runner in values to
- Added netpols to support runner functionality, vdb and external
- Added fake values for CI
- Added util for syncing tags from amazon ecr to gitlab container registry
- Reformatted values comments so they get imported into the helmdocs readme
- Optimized initContainer commands to speed up initContainer dependency chaining
- added
--connect-timeout=10
flag to Keycloak initContainer mysql command - wrapped the rfapi initContainer redis command in the timeout command
- added
--connect-timeout 10 --max-time 15
to runner initContainer curl
- added
- Fixed a gitignore issue that stopped mysql-bb from working
- This readded secrets.yaml to that chart
- Fixed the rfapi virtualservice ingress matching
- Changed initContainers to use IB images
Updated to RapidFort version 1.1.8
This is the first release of the chart using the proper RapidFort upstream chart collection.
- Moved to kpt upstream tracking
- Translated package to rapidfort parent chart from github
- Fixed netpols to work with containerPort 8080
- Replace existing redis chart with the BB approved package
- Reconfigure rfapi to use the new redis service endpoint
- Replace existing mysql chart with upstream - use IB approved
8.0.28
image - Modify
rf-secret
for configurable/templatedDB_URL
- update keycloak initContainer
- Add configmap at parent chart for DB initialization
- Add job for external db initialization
- Updated to latest charts from RF (Apr 7 2022)
- Fixed some weirdness around the authUrl value w/ volumes for keycloak
- Commented stub init container
- Fixed an invalid yaml key in runner values
- Support for BB pipelines
- Updated all
hpa
s tov2beta2
fromv2beta1
- This required a slight yaml change in the
spec.metrics.resource
- This required a slight yaml change in the
- Value-ified all hardcoded references to images in templates
- iso-master/deployment
- keycloak/tests/test-connection
- keycloak/deployment
- redis/tests/test-connection
- rfapi/tests/test-connection
- rfvdb/tests/test-connection
- rfvdb/deployment
- runner/deployment
- Added .gitignore to .helmignore
- Updated parent
chart.yaml
toapiVersion
v2
- Added dependencies on local charts to parent
chart.yaml
- Overrode all subchart image locations to possible locations in approved registries
- Added initContainers back for proper internal dependency chaining
- keycloak depends on mysql
- Added explanatory comments for all secrets
- Added sender email variable to work around SES stuff
- Added PVCs and references to them for iso-master, rf-scan
- Added RF_APP_ADMIN to customize email for RF deployment
- Added conditional for RF_DEBUG in runner
- Added rf-secret
- Values come from the parent chart values
- Keycloak stuff is all dependent on stuff already in init.yaml so no security issues (for now)
- Added capability to disable dependent charts
- Added new initContainer image references
- Added environment variable overrides where necessary
- Added a gitignore to keep secrets from being committed