Skip to content

Commit

Permalink
Release v1.1.0 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle authored Jan 27, 2025
1 parent cc13e23 commit 346c79a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

### v1.1.0 / 2025-01-27

- Add Graph Search v2
- Add jump server to Cadi DB
- Update CodeQL Action to v3
- Bump path-to-regexp and express
- Bump micromatch to 4.0.8
- Bump cross-spawn to 7.0.6
- Fix status badges

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

- Migrate to OpenShift 4
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ all:
haproxy_config: '{{ lookup("file", "/keybase/team/epfl_search/api/dev/haproxy.cfg") }}'

secrets: '{{ lookup("file", "/keybase/team/epfl_search/api/dev/secrets.yml") | from_yaml }}'
tag: 1.0.0
tag: 1.1.0
2 changes: 1 addition & 1 deletion ansible/inventory/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ all:
haproxy_config: '{{ lookup("file", "/keybase/team/epfl_search/api/prod/haproxy.cfg") }}'

secrets: '{{ lookup("file", "/keybase/team/epfl_search/api/prod/secrets.yml") | from_yaml }}'
tag: 1.0.0
tag: 1.1.0
2 changes: 1 addition & 1 deletion ansible/inventory/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ all:
haproxy_config: '{{ lookup("file", "/keybase/team/epfl_search/api/staging/haproxy.cfg") }}'

secrets: '{{ lookup("file", "/keybase/team/epfl_search/api/staging/secrets.yml") | from_yaml }}'
tag: 1.0.0
tag: 1.1.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": "1.0.0",
"version": "1.1.0",
"description": "EPFL Search Engine API",
"repository": "epfl-si/search-api",
"author": "William Belle <[email protected]>",
Expand Down

0 comments on commit 346c79a

Please sign in to comment.