Skip to content

Commit

Permalink
udpated changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
opaduchak committed May 20, 2024
1 parent 654c61e commit cc453c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.

20.0.0 (2024-05-20)
===================

- Glide was replaced with go's built-in dependency manager
- Docker image was upgraded to use go 1.22
- Dockerfile was restructured using multi stage build, which reduced image size from 400+mb to 20mb
- Manifest v2 schema 2 was used to be compatible with newer docker versions
- Update readme

19.0.1 (2019-08-20)
===================

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ If you need the `develop` one, use `quay.io/centerforopenscience/fakecas:develop

## Pre-docker-compose

Starting [19.0.0](https://github.com/CenterForOpenScience/fakecas/milestone/1), fakeCAS no longer provides downloadable binrary executables. Here is the last version [0.11.1](https://github.com/CenterForOpenScience/fakecas/releases/tag/0.11.1) that provides such a binary. However, the binary does not work with OSF starting [19.23.0](https://github.com/CenterForOpenScience/osf.io/releases/tag/19.23.0).
Starting [19.0.0](https://github.com/CenterForOpenScience/fakecas/milestone/1), fakeCAS no longer provides downloadable binary executables. Here is the last version [0.11.1](https://github.com/CenterForOpenScience/fakecas/releases/tag/0.11.1) that provides such a binary. However, the binary does not work with OSF starting [19.23.0](https://github.com/CenterForOpenScience/osf.io/releases/tag/19.23.0).

# Develop fakeCAS

Please take a look at the [Dockerfile](https://github.com/cslzchen/fakecas/blob/develop/Dockerfile) for how to develop fakeCAS locally. On macOS, use [`brew`](https://github.com/Homebrew/brew) to install [`go`](https://github.com/golang/go) and [`glide`](https://github.com/Masterminds/glide).
Please take a look at the [Dockerfile](https://github.com/cslzchen/fakecas/blob/develop/Dockerfile) for how to develop fakeCAS locally. On macOS, use [`brew`](https://github.com/Homebrew/brew) to install [`go`](https://github.com/golang/go).
After installing go, pull dependencies using `go install` and run fakeCAS locally unsing `go run ./fakeCas.go`

0 comments on commit cc453c3

Please sign in to comment.