-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
44 lines (35 loc) · 1.83 KB
/
Copy pathNOTICE
File metadata and controls
44 lines (35 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Nova (Nudgebee fork)
Copyright 2024-2026 Nudgebee, Inc.
This product is a fork of:
Nova
https://github.com/FairwindsOps/nova
Copyright 2019-2024 FairwindsOps, Inc.
Licensed under the Apache License, Version 2.0.
This product includes software originally developed by FairwindsOps, Inc.
The original source is licensed under the Apache License, Version 2.0,
a copy of which is included in the LICENSE file in this repository.
------------------------------------------------------------------------
Modifications by Nudgebee
------------------------------------------------------------------------
Significant modifications made by Nudgebee, Inc. since the fork point
(June 2024) include, but are not limited to:
* Discovery of the source Helm repository URL for installed releases
via ArtifactHub's helm-exporter API. Implemented in
pkg/helm/helm_repo_exporter.go (adapted from upstream's
pkg/helm/artifacthub_cached.go; carries dual FairwindsOps + Nudgebee
copyright) and pkg/helm/findscore.go.
* Inclusion of installed and latest chart timestamps in the JSON
output (pkg/output/output.go, pkg/helm/chartrepo.go,
pkg/helm/findscore.go).
* Removal of the upstream "Fairwinds Insights" CLI upsell message.
* A multi-stage Dockerfile that builds nova from source.
* GitHub Actions workflows for image build and publish.
* Dependency upgrades.
A more detailed list of changes is maintained in CHANGELOG.md.
The names "Nova" and "FairwindsOps", and the FairwindsOps logo, are
trademarks of FairwindsOps, Inc. Nudgebee is not affiliated with,
endorsed by, or sponsored by FairwindsOps, Inc.
The original Nova logo image (`img/logo.png`), inherited from upstream,
was removed from the working tree prior to the first Nudgebee release
and is not used in any released build. The file may still be present
in earlier git history.