Skip to content

Commit

Permalink
docs: 1.2.0 release docs (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
fargito authored Apr 16, 2021
1 parent c84bb3b commit 5878845
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 13 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] — 2021-04-16

- [Security] : Bump Python version to 3.8 (@fargito)
- [Security] : Bump Django version to 3.2 (@fargito)
- [Security] : Update all frontend packages (@fargito)
- [Security] : Bump Redis version to 6.2 (@fargito)
- [Bugfix]: add environment to postgresql (@MParvin)

## [1.1.5] — 2020-07-04

- [Accessibility] : improve accessibility
Expand Down Expand Up @@ -70,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

🎉Initial release! 🎉

[unreleased]: https://github.com/theodo/falco/compare/1.1.5...HEAD
[unreleased]: https://github.com/theodo/falco/compare/1.2.0...HEAD
[1.2.0]: https://github.com/theodo/falco/compare/1.2.0...1.1.5
[1.1.5]: https://github.com/theodo/falco/compare/1.1.5...1.1.4
[1.1.4]: https://github.com/theodo/falco/compare/1.1.4...1.1.3
[1.1.3]: https://github.com/theodo/falco/compare/1.1.3...1.1.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can try a demo version by logging in to https://falco.theo.do with the crede

You can deploy Falco on Heroku by clicking on the following button:

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.5)
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.2.0)

You will need to provide your credit card details to Heroku, but you will be under the free tier by default. You can find more details on why they are needed and Heroku’s pricing policy [in the docs](https://getfal.co).

Expand Down
22 changes: 12 additions & 10 deletions docs/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ In addition, the Free Tier of the PostgreSQL addon used in Falco [currently allo

To sum up:

| Falco features | Free Tier | Upgraded dyno ($14/month) | Upgraded Postgres ($9/month) | Both upgrades ($16/month) |
|-----------------------------------|-----------|--------------------------|------------------------------|---------------------------|
| Running audits automatically |||||
| Visualizing and comparing results |||||
| Always-up instance |||||
| Running *lots* of audits |||||
| Falco features | Free Tier | Upgraded dyno ($14/month) | Upgraded Postgres ($9/month) | Both upgrades ($16/month) |
| --------------------------------- | --------- | ------------------------- | ---------------------------- | ------------------------- |
| Running audits automatically | | | | |
| Visualizing and comparing results | | | | |
| Always-up instance | | | | |
| Running _lots_ of audits | | | | |

You are free to upgrade or downgrade at any time—beware though that should you have more than 10.000 rows in the database, you will have to delete old audits to qualify again for the free Postgres tier.

Expand All @@ -41,11 +41,13 @@ Click on the following button to trigger the deployment of your Falco instance:
import Link from "@docusaurus/Link";

<Link
className="button button--primary button--lg"
href={"https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.5"}
style={{marginBottom: '20px'}}
className="button button--primary button--lg"
href={
"https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.2.0"
}
style={{ marginBottom: "20px" }}
>
Deploy to Heroku
Deploy to Heroku
</Link>

Then, choose a name for your instance (like `falco-mycompany`), pick the region closest to you, and follow Heroku’s instructions.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function Home() {
"button button--primary button--lg",
styles.addFocus
)}
href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.5"
href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.2.0"
target="_blank"
>
Deploy to Heroku
Expand Down

0 comments on commit 5878845

Please sign in to comment.