Browse Source

Merge branch 'develop' into alex/opencost-1777-rate-codes

Alex Meijer 3 năm trước cách đây
mục cha
commit
05be6f0837
2 tập tin đã thay đổi với 6 bổ sung5 xóa
  1. 1 0
      .github/workflows/pr.yaml
  2. 5 5
      ROADMAP.md

+ 1 - 0
.github/workflows/pr.yaml

@@ -29,4 +29,5 @@ jobs:
         with:
           context: ${{ matrix.location }}/
           file: ${{ matrix.location }}/Dockerfile
+          platforms: linux/amd64,linux/arm64
           push: false

+ 5 - 5
ROADMAP.md

@@ -1,14 +1,14 @@
-The following items are outstanding for the open source cost-model:
+The following items are considered the current OpenCost roadmap.
 
-__2022 roadmap__
+__2023 roadmap__
 
 * Improved testing frameworks for backend APIs as well as frontend UI
 * Add conformance tests to confirm implementation meets standards
 * Deeper billing integrations with other cloud providers, e.g. Alibaba
-* Add external cloud cost monitoring
+* Add external cloud asset cost monitoring ([see the current working group](https://docs.google.com/document/d/1-d-Vvy1VGHW0sXKiTjTplIUEnrElIlnfMU8sUpEehlA/edit#heading=h.vmcygvd1xmbm))
 * More accessible & improved user interface
-* Improved support from open source community helm chart
-* More robust API documentation
+* Continued improvement of the [OpenCost Helm chart](https://github.com/opencost/opencost-helm-chart)
+* More robust [API documentation](https://www.opencost.io/api) and examples.
 * Expose carbon emission ratings
 
 Please contact us at opencost@kubecost.com if you're interest in more detail.