Skip to content

Commit

Permalink
Dropping support for 1.9.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Nov 8, 2016
1 parent a6f0617 commit 55d1237
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ env:
global:
- SERF=0.7.0
- LUAROCKS=2.4.0
- OPENSSL=1.0.2h
- OPENSSL=1.0.2j
- CASSANDRA=2.2.7
- OPENRESTY=1.9.15.1
- OPENRESTY=1.11.2.1
- DOWNLOAD_CACHE=$HOME/download-cache
- INSTALL_CACHE=$HOME/install-cache
matrix:
Expand Down
2 changes: 2 additions & 0 deletions kong/dao/postgres_db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ end

-- Delete old expired TTL entities
function PostgresDB:clear_expired_ttl()
ngx.log(ngx.DEBUG, "clearing expired TTLs")

local query = "SELECT * FROM ttls WHERE expire_at < CURRENT_TIMESTAMP(0) at time zone 'utc'"
local res, err = self:query(query)
if err then
Expand Down
2 changes: 1 addition & 1 deletion kong/meta.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ return {
-- third-party dependencies' required version, as they would be specified
-- to lua-version's `set()` in the form {from, to}
_DEPENDENCIES = {
nginx = {"1.9.15.1", "1.11.2.1"},
nginx = {"1.11.2.1"},
serf = {"0.7.0", "0.8.0"},
--resty = {}, -- not version dependent for now
--dnsmasq = {} -- not version dependent for now
Expand Down

0 comments on commit 55d1237

Please sign in to comment.