This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Release v0.7.0-rc.1
Pre-release
Pre-release
github-actions
released this
26 Apr 06:59
·
313 commits
to main
since this release
0.7.0-rc.1 - 2024-04-25
Note: This release contains breaking changes. The list of important changes will be compiled and available in v0.7.0
release.
Bug Fixes
- fix(helm): PostgreSQL DB config for API Server by @chrisgacsal in PR #935
- fix(uibackend): repeated items in impact dashboard by @paralta in PR #943
- fix(gcp): installation scripts by @adamtagscherer in PR #954
- fix(gcp): nil pointer exception by @adamtagscherer in PR #960
- fix(cli): don't return error if home dir doesn't exist by @adamtagscherer in PR #1107
- fix(ui): abort scan from the ui by @adamtagscherer in PR #1141
- fix(testenv): missing replace in go.mod by @chrisgacsal in PR #1153
- fix: missing replace in go.mod by @chrisgacsal in PR #1154
- fix: path to images by @paralta in PR #1188
- fix: rm pinning for images with latest tag by @chrisgacsal in PR #1211
- fix: license-cache target by @paralta in PR #1251
- fix: nginx config for gateway service by @chrisgacsal in PR #1275
- fix: yara tools by @chrisgacsal in PR #1345
- fix: add -C flag to go commands in Makefile by @adamtagscherer in PR #1350
- fix: Yara Rule Server version in Azure deployment by @chrisgacsal in PR #1378
- fix: make scanner images consistent across providers by @paralta in PR #1379
- fix: rename asset to target in cloud init by @adamtagscherer in PR #1382
- fix: subst spaces with commas in GO_BUILD_TAGS by @akijakya in PR #1394
- fix: race condition in workflow by @chrisgacsal in PR #1417
- fix: Nil pointer error if
ContainerImageInfo.Id
field is not set by @csatib02 in PR #1500 - fix: error returned by mount by @chrisgacsal in PR #1555
- fix: add missing modules to renovate ignore by @paralta in PR #1574
- fix: bugs around aborting scan by @akijakya in PR #1583
Documentation
- docs: add rfc for e2e type safety by @gallotamas in PR #946
- docs: change asset-findings relationships rfc by @ramizpolic in PR #1042
- docs: multiple go modules rfc by @paralta in PR #1105
- docs: extend misconfiguration scanners rfc by @ramizpolic in PR #1114
- docs(aws): update cfn quick-create link to latest release by @paralta in PR #1122
- docs: fix rfc approver details by @ramizpolic in PR #1252
- docs: remove documentation already available at openclarity.io by @paralta in PR #1297
Features
- feat(k8s): Discover container images and running containers by @Tehsmash in PR #711
- feat(k8s): Asset scan support by @Tehsmash in PR #864
- feat(helm): add multiple service types to gateway by @chrisgacsal in PR #962
- feat: add docker bake by @akijakya in PR #1111
- feat(ui): add label to ContainerInfo detail page by @adamtagscherer in PR #1136
- feat: configure goheader lint by @paralta in PR #1158
- feat: add windows registry sbom analyzer by @ramizpolic in PR #1196
- feat: provider v2 by @chrisgacsal in PR #1299
- feat: add initial version of workflow library by @chrisgacsal in PR #1381
- feat(aws): add healthz checks to cloudformation template by @paralta in PR #1481
- feat(gcp): add healthcheck to GCP installer by @adamtagscherer in PR #1501
- feat: healthchecks in Azure installer, names for VMClarity roles by @akijakya in PR #1503
- feat: pluggable scanners by @adamtagscherer in PR #1510
- feat(cli): add OS signal handling by @chrisgacsal in PR #1543
- feat: support long running processes by @chrisgacsal in PR #1547
- feat: add support for umount to fsutils/mount by @chrisgacsal in PR #1549
- feat(docker): scan dir asset by @paralta in PR #1564
- feat: integrate plugin as family by @paralta in PR #1600
- feat: add gcp e2e test env by @adamtagscherer in PR #1601
Miscellaneous Tasks
- build: fix Scanner image version in Docker bundle by @chrisgacsal in PR #933
- ci: add missing orchestrator dev image to cleanup by @chrisgacsal in PR #955
- ci: group dependency updates by @chrisgacsal in PR #995
- build: bump Go version to v1.21.4 by @chrisgacsal in PR #996
- ci: group containerd updates by @chrisgacsal in PR #1006
- chore: update tools by @chrisgacsal in PR #1020
- ci: add linting for Azure/Bicep package by @chrisgacsal in PR #1026
- chore: repo to work with local go.work file by @akijakya in PR #1073
- ci: fix caching for license check by @chrisgacsal in PR #1161
- ci: verify go modules by @chrisgacsal in PR #1163
- chore: Configure Renovate by @renovate in PR #1167
- ci: use Docker Bake for build and push by @akijakya in PR #1185
- ci: fix success check by @chrisgacsal in PR #1280
- build: push multiarch images by @paralta in PR #1320
- ci: improve renovatebot config by @chrisgacsal in PR #1323
- build: improve release notes generation by @chrisgacsal in PR #1325
- ci: pin Alpine image version for testing by @chrisgacsal in PR #1329
- build: add go vet to checks by @chrisgacsal in PR #1347
- build: fix build tags for go vet and test by @chrisgacsal in PR #1407
- revert(deps): update module github.com/anchore/syft to v1 by @chrisgacsal in PR #1420
- ci: add Make targets for fixing Renovate updates by @chrisgacsal in PR #1480
- ci: rm tools from runner to free up disk space by @chrisgacsal in PR #1488
- ci: mv runner disk cleanup before cache restore by @chrisgacsal in PR #1544
Refactor
- refactor(api): scanners statuses of AssetScan by @adamtagscherer in PR #825
- refactor(gcp): use labels instead of network tags by @adamtagscherer in PR #961
- refactor(docker): change gateway port to 8080 by @paralta in PR #967
- refactor(ui): improve findings impact dashboard by @paralta in PR #972
- refactor: pin Docker Compose schema version by @chrisgacsal in PR #975
- refactor(api): rework AssetScan General status by @adamtagscherer in PR #981
- refactor(ui): switch to vite for building and bundling by @gallotamas in PR #1012
- refactor: prefix uibackend envs by @akijakya in PR #1025
- refactor!: prefix apiserver envs by @akijakya in PR #1030
- refactor(api): refactor Scan status property by @adamtagscherer in PR #1048
- refactor(api): asset scan estimation statuses by @adamtagscherer in PR #1074
- refactor: add kubeclarity code and remove dependency by @paralta in PR #1076
- refactor(deps): replace uuid package by @paralta in PR #1081
- refactor(api): refactor scan estimation status api object by @adamtagscherer in PR #1089
- refactor: code inspection improvements by @paralta in PR #1095
- refactor: create new utils module by @paralta in PR #1120
- refactor(uibackend): create new uibackend module by @paralta in PR #1126
- refactor: create new testenv module by @paralta in PR #1131
- refactor(api): create new api client, server and types modules by @paralta in PR #1147
- refactor(cli): create cli module by @paralta in PR #1150
- refactor: split cr-discovery into multiple modules by @chrisgacsal in PR #1151
- refactor: create orchestrator and provider modules by @paralta in PR #1155
- refactor: check licenses in multiple modules by @paralta in PR #1160
- refactor: general improvements after multiple module creation by @paralta in PR #1164
- refactor: remove demo and grpclog by @paralta in PR #1168
- refactor: create new core module by @paralta in PR #1169
- refactor: remove pkg folder from modules by @paralta in PR #1170
- refactor: adjust renovate config by @chrisgacsal in PR #1186
- refactor: rm golang.org/x/exp dependency by @chrisgacsal in PR #1202
- refactor: core/to pkg by @chrisgacsal in PR #1205
- refactor: rm pinning container images by digest by @chrisgacsal in PR #1246
- refactor: aws provider to provider v2 by @paralta in PR #1324
- refactor(docker): docker provider to provider v2 by @paralta in PR #1384
- refactor: remove dependabot config by @paralta in PR #1431
- refactor: add filtering to utils/lsblk by @chrisgacsal in PR #1548
- refactor: add scanner module by @paralta in PR #1565
- refactor: fix plugin configuration and remove proxy by @paralta in PR #1598
Testing
- test(uibackend): add e2e tests for ui backend by @paralta in PR #871
- test(e2e): add K8s support to testenv by @chrisgacsal in PR #965
- test: fix make test target by @chrisgacsal in PR #1149
- test(deps): update module github.com/compose-spec/compose-go/v2 to v2.0.0-rc.8 by @renovate in PR #1338
- test(deps): update github.com/zregvart/helm/v3 digest to 358a649 by @renovate in PR #1524
- test(aws): implement aws test environment by @paralta in PR #1456
- test(testenv): fix broken tests by @chrisgacsal in PR #1148
- test(e2e): fix image load for Kind cluster by @chrisgacsal in PR #1001
Dependency Updates
View all dependency changes
- chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.22.1 to 1.22.2 by @dependabot in PR #932
- chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in PR #931
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.22.2 to 1.22.3 by @dependabot in PR #930
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/pricing from 1.23.0 to 1.23.1 by @dependabot in PR #929
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.130.0 to 1.130.1 by @dependabot in PR #928
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.130.1 to 1.131.0 by @dependabot in PR #936
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.22.3 to 1.23.0 by @dependabot in PR #937
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.131.0 to 1.132.0 by @dependabot in PR #940
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.132.0 to 1.133.0 by @dependabot in PR #942
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.23.0 to 1.24.0 by @dependabot in PR #941
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.24.0 to 1.25.0 by @dependabot in PR #945
- chore(deps): bump github.com/oapi-codegen/runtime from 1.0.0 to 1.1.0 by @dependabot in PR #944
- chore(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4 by @dependabot in PR #949
- chore(deps): bump github.com/aws/smithy-go from 1.16.0 to 1.17.0 by @dependabot in PR #952
- chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.22.2 to 1.23.0 by @dependabot in PR #953
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.133.0 to 1.134.0 by @dependabot in PR #951
- chore(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4 by @dependabot in PR #948
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.25.0 to 1.25.1 by @dependabot in PR #950
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/pricing from 1.23.1 to 1.23.2 by @dependabot in PR #947
- chore(deps): bump google.golang.org/api from 0.150.0 to 0.151.0 by @dependabot in PR #956
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.134.0 to 1.135.0 by @dependabot in PR #958
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.25.1 to 1.25.2 by @dependabot in PR #957
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.135.0 to 1.136.0 by @dependabot in PR #963
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.25.2 to 1.25.3 by @dependabot in PR #964
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.136.0 to 1.137.0 by @dependabot in PR #970
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/pricing from 1.23.2 to 1.23.3 by @dependabot in PR #971
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.137.0 to 1.137.1 by @dependabot in PR #973
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.25.4 to 1.25.5 by @dependabot in PR #974
- chore(deps): bump google.golang.org/api from 0.151.0 to 0.152.0 by @dependabot in PR #980
- chore(deps): bump github.com/aptible/supercronic from 0.2.27 to 0.2.28 by @dependabot in PR #979
- chore(deps): bump freshclam-mirror to v0.3.0 by @chrisgacsal in PR #999
- chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in PR #1002
- chore(deps): bump github.com/containers/image/v5 from 5.19.0 to 5.29.0 by @dependabot in PR #1003
- chore(deps): bump golang from 1.21.4-bullseye to 1.21.5-bullseye by @dependabot in PR #1008
- chore(deps): bump github.com/CiscoM31/godata from 1.0.8 to 1.0.9 by @dependabot in PR #1010
- chore(deps): bump google.golang.org/api from 0.152.0 to 0.153.0 by @dependabot in PR #1011
- chore(deps): bump github.com/openclarity/yara-rule-server from 0.1.1-0.20231003081737-acb3afa89a18 to 0.2.0 by @dependabot in PR #1023
- chore(deps): bump github.com/openclarity/yara-rule-server from 0.2.0 to 0.2.1 by @dependabot in PR #1029
- chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in PR #1033
- chore(deps): bump github.com/aptible/supercronic from 0.2.28 to 0.2.29 by @dependabot in PR #1053
- chore(deps): bump google.golang.org/grpc from 1.60.0 to 1.60.1 by @dependabot in PR #1058
- chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in PR #1057
- chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 by @dependabot in PR #1059
- chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 by @dependabot in PR #1063
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in PR #1064
- chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 by @dependabot in PR #1065
- chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in PR #1068
- chore(deps): bump github.com/oapi-codegen/runtime from 1.1.0 to 1.1.1 by @dependabot in PR #1069
- chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in PR #1070
- chore(deps): bump golang from 1.21.5-bullseye to 1.21.6-bullseye by @dependabot in PR #1072
- chore(deps): use helm version with ORASv2 by @chrisgacsal in PR #1075
- chore(deps): bump the containerd group with 1 update by @dependabot in PR #1079
- chore(deps): replace uuid package by @paralta in PR #1081
- chore(deps): use go-viper fork of mapstructure by @akijakya in PR #1082
- chore(deps): bump OTEL dependencies by @chrisgacsal in PR #1083
- chore(deps): bump github.com/go-openapi/strfmt from 0.21.7 to 0.22.0 by @dependabot in PR #1088
- chore(deps): bump github.com/aquasecurity/trivy from 0.44.1 to 0.48.3 by @dependabot in PR #1087
- chore(deps): bump github.com/jinzhu/copier from 0.3.5 to 0.4.0 by @dependabot in PR #1091
- chore(deps): bump github.com/go-openapi/runtime from 0.26.0 to 0.26.2 by @dependabot in PR #1094
- chore(deps): bump github.com/evanphx/json-patch from 5.7.0+incompatible to 5.8.0+incompatible by @dependabot in PR #1093
- chore(deps): bump github.com/evanphx/json-patch from 5.8.0+incompatible to 5.8.1+incompatible by @dependabot in PR #1099
- chore(deps): bump github.com/containers/image/v5 from 5.29.0 to 5.29.1 by @dependabot in PR #1103
- chore(deps): bump actions/cache from 3 to 4 by @dependabot in PR #1100
- chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.0 by @dependabot in PR #1104
- chore(deps): bump vite from 5.0.6 to 5.0.12 in /ui by @dependabot in PR #1110
- chore(deps): bump github.com/onsi/gomega from 1.31.0 to 1.31.1 by @dependabot in PR #1112
- chore(deps): bump github.com/getkin/kin-openapi from 0.122.0 to 0.123.0 by @dependabot in PR #1116
- chore(deps): bump github.com/go-openapi/runtime from 0.26.2 to 0.27.0 by @dependabot in PR #1117
- chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in PR #1118
- chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in PR #1119
- chore(deps): bump github.com/go-openapi/runtime from 0.27.0 to 0.27.1 by @dependabot in PR #1129
- chore(deps): bump google.golang.org/api from 0.157.0 to 0.158.0 by @dependabot in PR #1128
- chore(deps): bump github.com/deepmap/oapi-codegen/v2 from 2.0.1-0.20231204155340-1f53862bcc64 to 2.1.0 by @dependabot in PR #1130
- chore(deps): bump github.com/evanphx/json-patch from 5.8.1+incompatible to 5.9.0+incompatible by @dependabot in PR #1132
- chore(deps): bump google.golang.org/api from 0.158.0 to 0.160.0 by @dependabot in PR #1135
- chore(deps): bump google.golang.org/api from 0.160.0 to 0.161.0 by @dependabot in PR #1138
- chore(deps): bump google.golang.org/api from 0.161.0 to 0.162.0 by @dependabot in PR #1159
- chore(deps): bump github.com/CiscoM31/godata from 1.0.9 to 1.0.10 by @dependabot in PR #1145
- chore(deps): bump github.com/anchore/stereoscope from 0.0.0-20230727211946-d1f3d766295e to 0.0.1 by @dependabot in PR #1142
- chore(deps): bump github.com/containers/image/v5 from 5.29.1 to 5.29.2 by @dependabot in PR #1146
- ci(deps): pin dependencies by @renovate in PR #1173
- build(deps): update dependency mikefarah/yq to v4.40.5 by @renovate in PR #1178
- chore(deps): update docker.io/nginxinc/nginx-unprivileged docker tag to v1.25.3 by @renovate in PR #1179
- chore(deps): update ghcr.io/openclarity/grype-server docker tag to v0.7.2 by @renovate in PR #1180
- fix(deps): update github.com/anchore/clio digest to cb94e40 by @renovate in PR #1249
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/pricing to v1.25.0 by @renovate in PR #1250
- chore(deps): bump nginx from
84c52df
to2f5b3c6
by @dependabot in PR #1269 - chore(deps): update helm release postgresql to v14.0.5 by @renovate in PR #1256
- fix(deps): update module cloud.google.com/go/compute to v1.24.0 by @renovate in PR #1261
- build(deps): update dependency azure/bicep to v0.25.53 by @renovate in PR #1263
- fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/storage/azblob to v1.3.0 by @renovate in PR #1262
- fix(deps): update module google.golang.org/api to v0.164.0 by @renovate in PR #1265
- fix(deps): update module github.com/aquasecurity/go-dep-parser digest to 423cd04 by @renovate in PR #1271
- fix(deps): update module google.golang.org/grpc to v1.61.1 by @renovate in PR #1272
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate in PR #1273
- fix(deps): update module github.com/anchore/grype to v0.74.6 by @renovate in PR #1288
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/pricing to v1.26.1 by @renovate in PR #1289
- fix(deps): update module google.golang.org/api to v0.165.0 by @renovate in PR #1293
- test(deps): update module github.com/compose-spec/compose-go/v2 to v2.0.0-rc.6 by @renovate in PR #1279
- ci(deps): update actions/download-artifact action to v4.1.2 by @renovate in PR #1282
- ci(deps): update docker/bake-action action to v4.1.0 by @renovate in PR #1284
- ci(deps): update actions/upload-artifact action to v4.3.1 by @renovate in PR #1283
- test(deps): update kubernetes by @renovate in PR #1290
- chore(deps): update helm release postgresql to v14.1.0 by @renovate in PR #1298
- test(deps): update module github.com/compose-spec/compose-go/v2 to v2.0.0-rc.7 by @renovate in PR #1296
- build(deps): update dependency mikefarah/yq to v4.41.1 by @renovate in PR #1308
- chore(deps): update nginx:1.25.4 docker digest to c26ae74 by @renovate in PR #1305
- build(deps): update module github.com/golangci/golangci-lint to v1.56.2 by @renovate in PR #1306
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/pricing to v1.26.2 by @renovate in PR #1307
- chore(deps): update docker.io/swaggerapi/swagger-ui docker tag to v5.11.7 by @renovate in PR #1309
- chore(deps): update swaggerapi/swagger-ui docker tag to v5.11.7 by @renovate in PR #1311
- chore(deps): update helm release postgresql to v14.1.1 by @renovate in PR #1310
- build(deps): update dependency orhun/git-cliff to v2 by @renovate in PR #1318
- build(deps): update dependency orhun/git-cliff to v2.0.3 by @renovate in PR #1336
- build(deps): update dependency helm/helm to v3.14.2 by @renovate in PR #1340
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate in PR #1330
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate in PR #1341
- fix(deps): update module google.golang.org/grpc to v1.62.0 by @renovate in PR #1344
- fix(deps): update module google.golang.org/api to v0.166.0 by @renovate in PR #1339
- test(deps): update module helm.sh/helm/v3 to v3.14.2 by @renovate in PR #1343
- build(deps): update dependency orhun/git-cliff to v2.0.4 by @renovate in PR #1357
- chore(deps): update helm release postgresql to v14.2.2 by @renovate in PR #1348
- chore(deps): update module helm.sh/helm/v3 to v3.14.2 [security] by @renovate in PR #1355
- chore(deps): update docker.io/swaggerapi/swagger-ui docker tag to v5.11.8 by @renovate in PR #1358
- chore(deps): update swaggerapi/swagger-ui docker tag to v5.11.8 by @renovate in PR #1359
- fix(deps): update module google.golang.org/api to v0.167.0 by @renovate in PR #1361
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate in PR #1362
- chore(deps): update helm release postgresql to v14.2.3 by @renovate in PR #1360
- build(deps): update dependency mikefarah/yq to v4.42.1 by @renovate in PR #1364
- build(deps): update dependency norwoodj/helm-docs to v1.13.0 by @renovate in PR #1365
- chore(deps): update nginx docker digest to c7a6ad6 by @renovate in PR #1268
- chore(deps): update nginx:1.25.3 docker digest to c7a6ad6 by @renovate in PR #1270
- chore(deps): update swaggerapi/swagger-ui docker tag to v5.11.4 by @renovate in PR #1277
- chore(deps): update docker.io/swaggerapi/swagger-ui docker tag to v5.11.4 by @renovate in PR #1278
- chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.25.4 by @renovate in PR #1302
- chore(deps): update nginx:1.25.4 docker digest to 4505e44 by @renovate in PR #1300
- build(deps): update dependency helm/helm to v3.14.1 by @renovate in PR #1286
- chore(deps): update swaggerapi/swagger-ui docker tag to v5.11.6 by @renovate in PR #1295
- chore(deps): update docker.io/swaggerapi/swagger-ui docker tag to v5.11.6 by @renovate in PR #1294
- build(deps): update module github.com/rhysd/actionlint to v1.6.27 by @renovate in PR #1363
- fix(deps): update module github.com/anchore/grype to v0.74.7 by @renovate in PR #1370
- ci(deps): update actions/download-artifact action to v4.1.3 by @renovate in PR #1371
- ci(deps): update docker/setup-buildx-action digest to 0d103c3 by @renovate in PR #1373
- ci(deps): update docker/setup-buildx-action action to v3.1.0 by @renovate in PR #1374
- ci(deps): update actions/cache digest to ab5e6d0 by @renovate in PR #1385
- ci(deps): update actions/download-artifact action to v4.1.4 by @renovate in PR #1390
- build(deps): update dependency crate-ci/typos to v1.19.0 by @renovate in PR #1391
- ci(deps): update actions/cache action to v4.0.1 by @renovate in PR #1387
- fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5 to v5.1.0 by @renovate in PR #1375
- build(deps): update dependency orhun/git-cliff to v2.1.2 by @renovate in PR #1396
- build(deps): update dependency norwoodj/helm-docs to v1.13.1 by @renovate in PR #1395
- fix(deps): update go-openapi packages by @renovate in PR #1400
- fix(deps): update github.com/aquasecurity/trivy-db digest to db9bf07 by @renovate in PR #1399
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate in PR #1402
- fix(deps): update module google.golang.org/api to v0.168.0 by @renovate in PR #1404
- fix(deps): bump dependencies with security updates by @chrisgacsal in PR #1406
- fix(deps): update module google.golang.org/grpc to v1.62.1 by @renovate in PR #1409
- fix(deps): update module github.com/containerd/containerd to v1.7.14 by @renovate in PR #1435
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.150.1 by @renovate in PR #1447
- chore(deps): update swaggerapi/swagger-ui docker tag to v5.11.9 by @renovate in PR #1398
- chore(deps): update docker.io/swaggerapi/swagger-ui docker tag to v5.11.9 by @renovate in PR #1397
- chore(deps): update helm release postgresql to v14.2.4 by @renovate in PR #1401
- test(deps): update module github.com/onsi/ginkgo/v2 to v2.16.0 by @renovate in PR #1405
- fix(deps): update module cloud.google.com/go/compute to v1.25.0 by @renovate in PR #1403
- fix(deps): update module google.golang.org/api to v0.169.0 by @renovate in PR #1430
- chore(deps): update helm release postgresql to v14.3.0 by @renovate in PR #1410
- fix(deps): update module github.com/containers/image/v5 to v5.30.0 by @renovate in PR #1408
- test(deps): update module github.com/docker/compose/v2 to v2.24.7 by @renovate in PR #1413
- test(deps): update module google.golang.org/protobuf to v1.33.0 [security] by @renovate in PR #1416
- fix(deps): update module gorm.io/driver/postgres to v1.5.7 by @renovate in PR #1433
- fix(deps): update go-openapi packages by @renovate in PR #1434
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.149.2 by @renovate in PR #1425
- fix(deps): update module google.golang.org/api to v0.170.0 by @renovate in PR #1463
- ci(deps): update actions/github-script action to v7.0.1 by @renovate in PR #1440
- ci(deps): update docker/login-action action to v3.1.0 by @renovate in PR #1453
- test(deps): update module helm.sh/helm/v3 to v3.14.3 [security] by @renovate in PR #1454
- test(deps): update module google.golang.org/api to v0.169.0 by @renovate in PR #1462
- fix(deps): update module github.com/containerd/nerdctl to v1.7.5 by @renovate in PR #1465
- fix(deps): update module gorm.io/gorm to v1.25.8 by @renovate in PR #1469
- fix(deps): update module github.com/onsi/gomega to v1.32.0 by @renovate in PR #1470
- fix(deps): update module github.com/anchore/clio digest to fb5fc4c by @renovate in PR #1392
- fix(deps): update module github.com/docker/docker to v25.0.5+incompatible [security] by @renovate in PR #1484
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.152.0 by @renovate in PR #1476
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.154.0 by @renovate in PR #1502
- ci(deps): update docker/setup-buildx-action action to v3.2.0 by @renovate in PR #1461
- chore(deps): update swaggerapi/swagger-ui docker tag to v5.12.0 by @renovate in PR #1452
- ci(deps): update docker/bake-action action to v4.3.0 by @renovate in PR #1460
- test(deps): update module github.com/onsi/ginkgo/v2 to v2.17.0 by @renovate in PR #1471
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate in PR #1464
- test(deps): update kubernetes to v0.29.3 by @renovate in PR #1466
- ci(deps): update actions/cache action to v4.0.2 by @renovate in PR #1475
- build(deps): update module github.com/golangci/golangci-lint to v1.57.0 by @renovate in PR #1478
- test(deps): update github.com/zregvart/helm/v3 digest to dda9052 by @renovate in PR #1468
- chore(deps): update helm release postgresql to v15 by @renovate in PR #1472
- test(deps): update docker to v25.0.5+incompatible by @renovate in PR #1477
- build(deps): update module github.com/golangci/golangci-lint to v1.57.1 by @renovate in PR #1486
- test(deps): update module github.com/distribution/reference to v0.6.0 by @renovate in PR #1506
- chore(deps): update docker.io/swaggerapi/swagger-ui docker tag to v5.12.3 by @renovate in PR #1504
- fix(deps): update github.com/aquasecurity/trivy-db digest to 0ccb5f0 by @renovate in PR #1507
- test(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1 by @renovate in PR #1496
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/pricing to v1.28.0 by @renovate in PR #1495
- chore(deps): update helm release postgresql to v15.1.2 by @renovate in PR #1489
- test(deps): update docker by @renovate in PR #1499
- fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.27.9 by @renovate in PR #1492
- fix(deps): update module google.golang.org/api to v0.171.0 by @renovate in PR #1493
- test(deps): update github.com/zregvart/helm/v3 digest to 2f3bd30 by @renovate in PR #1494
- build(deps): update dependency mikefarah/yq to v4.43.1 by @renovate in PR #1497
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.149.2 by @renovate in PR #1393
- fix(deps): update github.com/anchore/clio digest to 378d8c0 by @renovate in PR #1174
- fix(deps): update github.com/aquasecurity/go-dep-parser digest to 8cc7d40 by @renovate in PR #1175
- fix(deps): update gorm.io by @renovate in PR #1181
- fix(deps): update module github.com/onsi/gomega to v1.31.1 by @renovate in PR #1190
- fix(deps): update module github.com/aquasecurity/trivy to v0.49.1 by @renovate in PR #1183
- fix(deps): update module google.golang.org/api to v0.163.0 by @renovate in PR #1238
- fix(deps): update module github.com/anchore/grype to v0.74.5 by @renovate in PR #1182
- fix(deps): update module gopkg.in/yaml.v2 to v3 by @renovate in PR #1245
- fix(deps): update azure sdk to v5 (major) by @renovate in PR #1243
- fix(deps): update github.com/anchore/stereoscope digest to 681f671 by @renovate in PR #1247
- fix(deps): update module github.com/tdewolff/parse/v2 to v2.7.11 by @renovate in PR #1248
- fix(deps): update module github.com/aquasecurity/trivy-db to v1 by @renovate in PR #1244
- fix(deps): update module github.com/tdewolff/parse/v2 to v2.7.12 by @renovate in PR #1314
- fix(deps): update module github.com/containerd/nerdctl to v1.7.4 by @renovate in PR #1317
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.148.0 by @renovate in PR #1315
- fix(deps): update module github.com/anchore/stereoscope digest to 6171ee2 by @renovate in PR #1312
- fix(deps): update module github.com/openclarity/yara-rule-server to v0.3.0 by @renovate in PR #1346
- fix(deps): bump freshclam-mirror to v0.3.1 by @chrisgacsal in PR #1352
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate in PR #1356
- fix(deps): update module github.com/anchore/syft to v0.105.1 by @renovate in PR #1369
- fix(deps): update module github.com/go-openapi/strfmt to v0.22.1 by @renovate in PR #1377
- fix(deps): update module github.com/aquasecurity/trivy to v0.50.1 by @renovate in PR #1509
- fix(deps): update module gorm.io/gorm to v1.25.9 by @renovate in PR #1512
- fix(deps): update module google.golang.org/api to v0.172.0 by @renovate in PR #1511
- fix(deps): update azure sdk by @renovate in PR #1521
- fix(deps): update github.com/aquasecurity/trivy-db digest to 5bfbd97 by @renovate in PR #1520
- fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azcore to v1.11.1 by @renovate in PR #1527
- fix(deps): update module google.golang.org/grpc to v1.63.0 by @renovate in PR #1530
- fix(deps): update module golang.org/x/net to v0.23.0 [security] by @renovate in PR #1531
- fix(deps): update www.velocidex.com/golang/regparser digest to 2169ac0 by @renovate in PR #1532
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.156.0 by @renovate in PR #1534
- fix(deps): update module golang.org/x/sync to v0.7.0 by @renovate in PR #1535
- fix(deps): update github.com/anchore/clio digest to 3c4abf8 by @renovate in PR #1550
- chore(deps): update docker.io/aquasec/trivy docker tag to v0.50.1 by @renovate in PR #1508
- build(deps): update module github.com/golangci/golangci-lint to v1.57.2 by @renovate in PR #1513
- test(deps): update module github.com/docker/compose/v2 to v2.26.1 by @renovate in PR #1515
- chore(deps): update docker.io/swaggerapi/swagger-ui docker tag to v5.13.0 by @renovate in PR #1516
- build(deps): update dependency orhun/git-cliff to v2.2.0 by @renovate in PR #1518
- chore(deps): update helm release postgresql to v15.2.0 by @renovate in PR #1519
- build(deps): update dependency crate-ci/typos to v1.20.1 by @renovate in PR #1522
- build(deps): update dependency crate-ci/typos to v1.20.4 by @renovate in PR #1525
- chore(deps): update helm release postgresql to v15.2.1 by @renovate in PR #1523
- build(deps): update dependency crate-ci/typos to v1.20.7 by @renovate in PR #1553
- ci(deps): update scottbrenner/cfn-lint-action action to v2.4.1 by @renovate in PR #1554
- chore(deps): update golang docker tag to v1.22.2 by @renovate in PR #1528
- fix(deps): update module github.com/containerd/containerd to v1.7.15 by @renovate in PR #1538
- fix(deps): update module google.golang.org/grpc to v1.63.2 by @renovate in PR #1562
- fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 by @renovate in PR #1576
- fix(deps): update module github.com/anchore/grype to v0.76.0 by @renovate in PR #1578
- fix(deps): update module google.golang.org/api to v0.173.0 by @renovate in PR #1580
- fix(deps): update module google.golang.org/api to v0.174.0 by @renovate in PR #1585
- chore(deps): update dependency helm/helm to v3.14.4 by @renovate in PR #1557
- build(deps): update dependency orhun/git-cliff to v2.2.1 by @renovate in PR #1559
- build(deps): update dependency azure/bicep to v0.26.170 by @renovate in PR #1558
- build(deps): update dependency crate-ci/typos to v1.20.8 by @renovate in PR #1567
- build(deps): update dependency crate-ci/typos to v1.20.9 by @renovate in PR #1579
- test(deps): update module helm.sh/helm/v3 to v3.14.4 by @renovate in PR #1570
- ci(deps): update docker/setup-buildx-action action to v3.3.0 by @renovate in PR #1572
- test(deps): update docker to v26.0.1+incompatible by @renovate in PR #1563
- test(deps): update aws-sdk-go-v2 monorepo by @renovate in PR #1537
- test(deps): update kubernetes to v0.29.4 by @renovate in PR #1581
- test(deps): update module golang.org/x/crypto to v0.22.0 by @renovate in PR #1575
- test(deps): update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.157.0 by @renovate in PR #1586
- test(deps): update module github.com/docker/docker to v26.0.2+incompatible [security] by @renovate in PR #1593
- test(deps): update module github.com/hashicorp/go-getter to v1.7.4 [security] by @renovate in PR #1594
- test(deps): update module golang.org/x/net to v0.23.0 [security] by @renovate in PR #1596
New Contributors
Full Changelog: v0.6.0...v0.7.0-rc.1