Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Nov 28, 2024
1 parent 94c18d6 commit 2b25cb3
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

### v1.0.0 / 2024-11-28

- Migrate to OpenShift 4
- Add memorystore package
- Add express-session package
- Add Ansible in VS Code
- Init passport-tequila
- Remove starting v in image tag
- Update Trivy to 0.57.1
- Bump body-parser and express
- Bump path-to-regexp and express
- Bump send and express
- Bump serve-static and express
- Bump axios from 1.6.0 to 1.7.4
- Bump cookie, express and express-session

### v0.9.4 / 2024-07-08

- Boost ranking for people with multiple names
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ all:
- dev-search-api.epfl.ch
routes_availability: private
secrets: '{{ lookup("file", "/keybase/team/epfl_search/api/dev/secrets.yml") | from_yaml }}'
tag: 0.9.4
tag: 1.0.0
4 changes: 2 additions & 2 deletions ansible/inventory/prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all:
hosts:
search-staging-openshift:
search-production-openshift:
ansible_connection: local
ansible_host: localhost
openshift_namespace: svc0012p-search-engine
Expand All @@ -12,4 +12,4 @@ all:
- search-api.epfl.ch
routes_availability: public
secrets: '{{ lookup("file", "/keybase/team/epfl_search/api/prod/secrets.yml") | from_yaml }}'
tag: 0.9.4
tag: 1.0.0
2 changes: 1 addition & 1 deletion ansible/inventory/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ all:
- staging-search-api.epfl.ch
routes_availability: private
secrets: '{{ lookup("file", "/keybase/team/epfl_search/api/staging/secrets.yml") | from_yaml }}'
tag: 0.9.4
tag: 1.0.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "search-api",
"private": true,
"version": "0.9.4",
"version": "1.0.0",
"description": "EPFL Search Engine API",
"repository": "epfl-si/search-api",
"author": "William Belle <william.belle@gmail.com>",
Expand Down

0 comments on commit 2b25cb3

Please sign in to comment.