Skip to content

Commit

Permalink
chore: 3.8.0 release (#871)
Browse files Browse the repository at this point in the history
Co-authored-by: TheCatLady <[email protected]>
  • Loading branch information
some-ci and TheCatLady authored Oct 2, 2023
1 parent 68a9611 commit 28fb985
Show file tree
Hide file tree
Showing 8 changed files with 337 additions and 306 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Update labels
if: success()
uses: crazy-max/ghaction-github-labeler@v4
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
Expand Down
2 changes: 1 addition & 1 deletion compare/cartography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Cartography is designed for:

Both Resoto and Cartography:

- Are open-source ([Apache 2.0 license](https://apache.org/licenses/LICENSE-2.0))
- Are [open-source](https://github.com/someengineering/resoto/blob/main/LICENSE)
- Use a [graph database](/docs/concepts/asset-inventory-graph)
- Take [point-in-time snapshots](/docs/concepts/cloud-data-sync) of your infrastructure
- Reveal [parent-child relationships between assets through the graph](/docs/concepts/asset-inventory-graph#edges)
Expand Down
1 change: 0 additions & 1 deletion compare/steampipe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ The PostgreSQL instance starts and stops with the tool—i.e., Steampipe does no
| **Context** | Provides context for each resource through its [asset inventory graph](/docs/concepts/asset-inventory-graph). | Collects a list of resources, but not their dependencies and relationships.<br /><br />(For example, Steampipe can surface a non-compliant resource, but not the "blast radius" that would result from deleting the resource.) |
| **Performance** | Separates [data ingest](/docs/concepts/cloud-data-sync), transformations, [storage](/docs/concepts/asset-inventory-graph), and [queries](/docs/reference/search) for a scalable approach to analyzing infrastructure. | Works well for ad-hoc queries in smaller environments.<br /><br />For larger infrastructures with hundreds of different accounts or complex queries, triggers a lot of connections and can stall during initialization. Every query opens up a new live connection.<br /><br />Performing data collection in all accounts takes time and is resource intensive.<br /><br />Let's say a user wants to query 100 Google Cloud projects with 85 services and 100 AWS accounts with 380 services. That's $(100 \times 85) + (100 \times 380) = 46,500$ PostgreSQL tables to initialize (all foreign tables containing no data). |
| **Resources** | Supports popular data sources and allows you to [build your own plugins](/docs/development/plugins) to collect data from any source. | Currently supports more platforms and resources than Resoto. |
| **License** | Uses the permissive [Apache 2.0 license](https://apache.org/licenses/LICENSE-2.0). | Licensed under [AGPLv3](https://gnu.org/licenses/agpl-3.0.en.html), a restrictive copy-left license. |
2 changes: 1 addition & 1 deletion latestRelease.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "3.X": "3.7.0" }
{ "3.X": "3.8.0" }
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@rive-app/react-canvas": "4.3.3",
"a11y-react-emoji": "1.2.0",
"clsx": "2.0.0",
"docusaurus-plugin-openapi-docs": "0.0.0-beta.665",
"docusaurus-theme-openapi-docs": "0.0.0-beta.665",
"docusaurus-plugin-openapi-docs": "2.0.0-beta.4",
"docusaurus-theme-openapi-docs": "2.0.0-beta.4",
"formik": "2.4.5",
"github-slugger": "2.0.0",
"hast-util-is-element": "1.1.0",
Expand All @@ -56,7 +56,7 @@
"rehype-katex": "5.0.0",
"remark-kroki-plugin": "0.1.1",
"remark-math": "3.0.1",
"yup": "1.3.1"
"yup": "1.3.2"
},
"devDependencies": {
"@commitlint/cli": "17.7.2",
Expand All @@ -66,7 +66,7 @@
"@tsconfig/docusaurus": "2.0.1",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"asciinema-player": "3.6.1",
"asciinema-player": "3.6.2",
"commitizen": "4.3.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -80,7 +80,7 @@
"lint-staged": "14.0.1",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-css-order": "2.0.0",
"prettier-plugin-css-order": "2.0.1",
"react-lite-youtube-embed": "^2.3.52",
"svgo": "3.0.2",
"typescript": "5.2.2"
Expand Down
32 changes: 32 additions & 0 deletions releases/3.8.0/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
date: 2023-10-02
---

# 3.8.0

## What's Changed

### Features

- [`18d1818a`](https://github.com/someengineering/resoto/commit/18d1818a) <span class="badge badge--secondary">resotolib</span> Support extra args to the webserver (#1793)
- [`f6ac06ef`](https://github.com/someengineering/resoto/commit/f6ac06ef) <span class="badge badge--secondary">resotocore</span> --ca-cert is added to the client context (#1792)

### Fixes

- [`a458c235`](https://github.com/someengineering/resoto/commit/a458c235) <span class="badge badge--secondary">aws|gcp</span> Revert **init**.py changes (#1791)

### Chores

- [`88d8b99f`](https://github.com/someengineering/resoto/commit/88d8b99f) <span class="badge badge--secondary">resoto</span> Bump 3.8.0 (#1790)
- [`38c94e3d`](https://github.com/someengineering/resoto/commit/38c94e3d) <span class="badge badge--secondary">resotolib</span> Refactor CA bundle generation (#1788)
- [`18f75673`](https://github.com/someengineering/resoto/commit/18f75673) <span class="badge badge--secondary">resoto</span> Move to AGPLv3 License (#1787)
- [`14cefe46`](https://github.com/someengineering/resoto/commit/14cefe46) <span class="badge badge--secondary">resotocore</span> Remove unused plugins (#1786)

<!--truncate-->

## Docker Images

- `somecr.io/someengineering/resotocore:3.8.0`
- `somecr.io/someengineering/resotoworker:3.8.0`
- `somecr.io/someengineering/resotoshell:3.8.0`
- `somecr.io/someengineering/resotometrics:3.8.0`
2 changes: 1 addition & 1 deletion src/pages/pricing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Pricing(): JSX.Element {
<span>
Open source (
<Link href="https://github.com/someengineering/resoto/blob/main/LICENSE">
Apache 2.0
AGPLv3
</Link>
)
</span>
Expand Down
Loading

0 comments on commit 28fb985

Please sign in to comment.