Skip to content

Commit f8918a1

Browse files
authored
Merge pull request #16 from Ilhasoft/update/v7.0.0
Update/v7.0.0
2 parents 0901834 + f1e55d3 commit f8918a1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test
99
strategy:
1010
matrix:
11-
pg-version: ['11', '12']
11+
pg-version: ['12', '13']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v7.0.0
2+
----------
3+
* Test on PG12 and 13
4+
15
v6.5.0
26
----------
37
* Include contact.ticket_count as tickets in index

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Simple service for indexing RapidPro contacts into ElasticSearch.
88

99
# Deploying
1010

11-
As Indexer is a go application, it compiles to a binary and that binary along with the config file is all
11+
As Indexer is a Go application, it compiles to a binary and that binary along with the config file is all
1212
you need to run it on your server. You can find bundles for each platform in the
1313
[releases directory](https://github.com/nyaruka/rp-indexer/releases). You should only run a single indexer
1414
instance for a deployment.

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.6-alpine3.14
1+
FROM golang:1.17.3-alpine3.14
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)