UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • big-bang/product/packages/anchore-enterprise
  • bhearn/anchore-enterprise
  • trkdashin/anchore-enterprise-trackappversion
3 results
Show changes
Commits on Source (2)
......@@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [2.7.0-bb.3] - 2024-07-23
### Changed
- Fixed Mismatch between analyzer Service selector and Pod Labels
## [2.7.0-bb.2] - 2024-07-19
### Changed
......
# anchore
![Version: 2.7.0-bb.2](https://img.shields.io/badge/Version-2.7.0--bb.2-informational?style=flat-square) ![AppVersion: 5.7.0](https://img.shields.io/badge/AppVersion-5.7.0-informational?style=flat-square)
![Version: 2.7.0-bb.3](https://img.shields.io/badge/Version-2.7.0--bb.3-informational?style=flat-square) ![AppVersion: 5.7.0](https://img.shields.io/badge/AppVersion-5.7.0-informational?style=flat-square)
Anchore Enterprise is a complete container security workflow solution for professional teams. Easily integrating with CI/CD systems,
it allows developers to bolster security without compromising velocity and enables security teams to audit and verify compliance in real-time.
......
name: anchore
version: 2.7.0-bb.2
version: 2.7.0-bb.3
apiVersion: v2
appVersion: 5.7.0
kubeVersion: ">=1.23.x || >=1.23.x-x"
......
No preview for this file type
No preview for this file type
......@@ -14,5 +14,5 @@ spec:
protocol: TCP
appProtocol: http
selector:
app.kubernetes.io/name: {{ template "enterprise.analyzer.fullname" . }}
app.kubernetes.io/name: {{ template "enterprise.fullname" . }}
app.kubernetes.io/component: {{ $component }}
\ No newline at end of file