Skip to content

Commit

Permalink
bump: version 1.0.0 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alycejenni committed Apr 9, 2024
1 parent 70ec070 commit e041bc4
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_nhm"
version = "1.0.0"
version = "2.0.0"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand Down
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
## v2.0.0 (2024-04-04)

### Fix

- fix subnet address on docker config
- use a compatible version of node-sass

### Docs

- update readme

### Style

- reformat ansible yaml
- unignore and reformat build scripts
- run pre-commit on ansible files
- run pre-commit on frontend files
- run pre-commit on api files

### Build System(s)

- get server ips from vault
- update production servers
- switch server OS to ubuntu
- remove separate install of flower
- explicitly add nginx user to lb image
- add data migration to upsert tag data
- use p10k cli script name
- move requirements into separate file again
- update node docker image
- add cli script to pyproject.toml
- move commitizen config to root
- add black args to pc config
- use mariadb and jammy for db docker
- use jammy for lb docker
- add pre-commit
- migrate to pyproject.toml
- update python images

### Chores/Misc

- add workflow files (bump and sync)
- delete some old files

## v1.0.0 (2023-04-26)

### Fix

- add password salt env var
- add phpass to security config

### Build System(s)

- increase monit disk space check to 90GB
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phenome10k"
version = "1.0.0"
version = "2.0.0"
description = "Hosting of 3D biological models for the academic and educational community."
requires-python = ">=3.8"
license = { text = "GPL-3.0-or-later" }
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phenome-10k",
"version": "1.0.0",
"version": "2.0.0",
"description": "Hosting of 3D biological models for the academic and educational community.",
"main": "index.js",
"author": "Paul Kiddle <p.kiddle@nhm.ac.uk>",
Expand Down

0 comments on commit e041bc4

Please sign in to comment.