Skip to content

Commit b8866bc

Browse files
author
Asaf Cohen
authored
Merge pull request #395 from permitio/asaf/per-4248-opal-release-050
Bump OPAL Version 0.5.0
2 parents 86f0410 + ca6e9aa commit b8866bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
- OPAL_INLINE_OPA_LOG_FORMAT=http
4949
ports:
5050
# exposes opal client on the host machine, you can access the client at: http://localhost:7000
51-
- "7000:7000"
51+
- "7766:7000"
5252
# exposes the OPA agent (being run by OPAL) on the host machine
5353
# you can access the OPA api that you know and love at: http://localhost:8181
5454
# OPA api docs are at: https://www.openpolicyagent.org/docs/latest/rest-api/

packages/__packaging__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
import os
1010

11-
VERSION = (0, 4, 0)
11+
VERSION = (0, 5, 0)
1212
VERSION_STRING = ".".join(map(str, VERSION))
1313

1414
__version__ = VERSION_STRING

0 commit comments

Comments
 (0)