diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe92a6..56bf1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ansible/inventory/dev.yml b/ansible/inventory/dev.yml index 64fb23a..b135862 100644 --- a/ansible/inventory/dev.yml +++ b/ansible/inventory/dev.yml @@ -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 diff --git a/ansible/inventory/prod.yml b/ansible/inventory/prod.yml index cd257e7..c57984a 100644 --- a/ansible/inventory/prod.yml +++ b/ansible/inventory/prod.yml @@ -1,6 +1,6 @@ all: hosts: - search-staging-openshift: + search-production-openshift: ansible_connection: local ansible_host: localhost openshift_namespace: svc0012p-search-engine @@ -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 diff --git a/ansible/inventory/staging.yml b/ansible/inventory/staging.yml index 44d93c6..144cc1f 100644 --- a/ansible/inventory/staging.yml +++ b/ansible/inventory/staging.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index 3a7d0c2..39f52ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "search-api", - "version": "0.9.4", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "search-api", - "version": "0.9.4", + "version": "1.0.0", "dependencies": { "axios": "^1.7.4", "compression": "^1.7.4", diff --git a/package.json b/package.json index b4ca4a4..0eda40b 100644 --- a/package.json +++ b/package.json @@ -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 ",