Skip to content

Tags: mattermost/mattermost-push-proxy

Tags

v6.3.0

Toggle v6.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
toninis Antonis Stamatiou
Bumping mattermost-push-proxy to Minor version 6.3.0

v6.2.0

Toggle v6.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
toninis Antonis Stamatiou
Bumping mattermost-push-proxy to Minor version 6.2.0

v6.1.0

Toggle v6.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
toninis Antonis Stamatiou
Bumping mattermost-push-proxy to Minor version 6.1.0

v6.0.2

Toggle v6.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
phoinixgrr Akis Maziotis
Bumping mattermost-push-proxy to Patch version 6.0.2

v6.0.1

Toggle v6.0.1's commit message
[chore] Updating to latest docker build image

v6.0.0

Toggle v6.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
toninis Antonis Stamatiou
Bump major version. Enable multi architecture docker builds

v5.30.0

Toggle v5.30.0's commit message
[chore] Using ubuntu 22.04 as base OS Image

Adressing security concerns

v5.29.0

Toggle v5.29.0's commit message
[feat] docker - switching to using ubuntu for base image

Dropping alpine linux, in favor of ubuntu. Tackling security concerns

Ticket: https://mattermost.atlassian.net/browse/CLD-7097

v5.28.0

Toggle v5.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[fix] Docker version tagging (#112)

Fixing pushing tag `v5.28.0` instead of required `5.28.0`

Rationale: https://community.mattermost.com/private-core/pl/8bpgzotutpnh8y7xdz6xijt1qr

5.27.0

Toggle 5.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[fix] Add the dir "logs" into the tarball stracture (#111)

With the changes introduced under #109
We missed the `logs` directory from the tarbal generation.

We fix this now.

before:
```
├── LICENSE.txt
├── NOTICE.txt
├── README.md
├── bin
│   └── mattermost-push-proxy
└── config
    ├── build.txt
    └── mattermost-push-proxy.sample.json
```

after:
```
├── LICENSE.txt
├── NOTICE.txt
├── README.md
├── bin
│   └── mattermost-push-proxy
├── config
│   ├── build.txt
│   └── mattermost-push-proxy.sample.json
└── logs
```