Skip to content

Commit

Permalink
chore: update image tags to v4.5.3 (#63)
Browse files Browse the repository at this point in the history
Release-As: 1.17.0
  • Loading branch information
iromli committed Nov 26, 2023
1 parent d59919a commit 2676277
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The compatibility between `pygluu-compose` and Gluu Server is listed below:

| pygluu-compose | Gluu Server |
|:-----------------:|:-------------:|
| 1.17.x | 4.5.3 |
| 1.16.x | 4.5.2 |
| 1.15.x | 4.5.1 |
| 1.14.x | 4.5.0 |
Expand Down
8 changes: 7 additions & 1 deletion pygluu-compose/pygluu/compose/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@

from .app import App # noqa: E402
from .version import __version__ # noqa: E402
from .version import __gluu_version__ # noqa: E402


@click.group(context_settings={
"help_option_names": ["-h", "--help"],
})
@click.version_option(__version__, "-v", "--version")
@click.version_option(
__version__,
"-v",
"--version",
message=f"%(prog)s, CLI version %(version)s, Gluu version {__gluu_version__}",
)
@click.pass_context
def cli(ctx):
"""Create groupped CLI commands."""
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
mem_limit: 512M

nginx:
image: gluufederation/nginx:4.5.2-1
image: gluufederation/nginx:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.4"
services:
configuration:
image: gluufederation/config-init:4.5.2-2
image: gluufederation/config-init:4.5.3-1
command: load
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.4"
services:
persistence:
image: gluufederation/persistence:4.5.2-2
image: gluufederation/persistence:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.casa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.4"
services:
casa:
image: gluufederation/casa:4.5.2-1
image: gluufederation/casa:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.cr_rotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
cr_rotate:
image: gluufederation/cr-rotate:4.5.2-1
image: gluufederation/cr-rotate:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.fido2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
fido2:
image: gluufederation/fido2:4.5.2-1
image: gluufederation/fido2:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.jackrabbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
jackrabbit:
image: gluufederation/jackrabbit:4.5.2-1
image: gluufederation/jackrabbit:4.5.3-1
container_name: jackrabbit
hostname: jackrabbit
environment:
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.ldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
ldap:
image: gluufederation/opendj:4.5.2-1
image: gluufederation/opendj:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.oxauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
oxauth:
image: gluufederation/oxauth:4.5.2-2
image: gluufederation/oxauth:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.oxd_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
oxd_server:
image: gluufederation/oxd-server:4.5.2-1
image: gluufederation/oxd-server:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.oxpassport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
oxpassport:
image: gluufederation/oxpassport:4.5.2-1
image: gluufederation/oxpassport:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
oxshibboleth:
image: gluufederation/oxshibboleth:4.5.2-1
image: gluufederation/oxshibboleth:4.5.3-3
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.oxtrust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
oxtrust:
image: gluufederation/oxtrust:4.5.2-2
image: gluufederation/oxtrust:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
2 changes: 1 addition & 1 deletion pygluu-compose/pygluu/compose/templates/svc.scim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
scim:
image: gluufederation/scim:4.5.2-1
image: gluufederation/scim:4.5.3-1
environment:
- GLUU_CONFIG_CONSUL_HOST=consul
- GLUU_SECRET_VAULT_HOST=vault
Expand Down
3 changes: 2 additions & 1 deletion pygluu-compose/pygluu/compose/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Contains metadata for versioning."""

__version__ = "1.16.2"
__version__ = "1.17.0-dev"
__gluu_version__ = "4.5.3"

0 comments on commit 2676277

Please sign in to comment.