Skip to content

Releases: 3scale/apisonator

2.14.1

05 Mar 11:20
66ff467
Compare
Choose a tag to compare
Merge pull request #348 from 3scale/fast-forward-workflow

github action: fast forward workflow

3scale-2.14.1-GA

05 Mar 12:13
66ff467
Compare
Choose a tag to compare
Merge pull request #348 from 3scale/fast-forward-workflow

github action: fast forward workflow

3scale-2.13.2-GA

18 Apr 09:42
b56e5da
Compare
Choose a tag to compare
Merge #332

332: fix ci image r=eguzki a=eguzki

### what 

CI image was based on `quay.io/centos/centos:stream9` which reached EOL and cannot be used. When trying to build dev image from the CI image, the installation of the packages failed.

This PR depends on #325 because that PR updates the Gemfile, simplifying it. The new Gemfile removes some dependencies, one of them being `pg` which was used to access PostgreSQL. Since `pg` is no longer needed, postgreSQL is not needed in the CI image either. Thus, this PR removes postgreSQL from the CI image. 

The new image is based on UBI 9 `registry.access.redhat.com/ubi9:9.1.0`. 

Dev notes: there were some issues installing postgreSQL dependencies such as `bison`, `flex` and `readline-devel`. Since postgreSQL is no longer needed, the issues were gone.

Once merged, the new CI image must be pushed to `quay.io/3scale/apisonator-ci` to be used in the dev image.

### Verification steps

* build new CI image

```
make ci-build
```

* run dev env

```
make dev
```

* additionally, you can run tests from the container

```
script/ci
```


Co-authored-by: Eguzki Astiz Lezaun <eastizle@redhat.com>

3scale-2.13.1-GA

10 Feb 10:38
b56e5da
Compare
Choose a tag to compare
Merge #332

332: fix ci image r=eguzki a=eguzki

### what 

CI image was based on `quay.io/centos/centos:stream9` which reached EOL and cannot be used. When trying to build dev image from the CI image, the installation of the packages failed.

This PR depends on #325 because that PR updates the Gemfile, simplifying it. The new Gemfile removes some dependencies, one of them being `pg` which was used to access PostgreSQL. Since `pg` is no longer needed, postgreSQL is not needed in the CI image either. Thus, this PR removes postgreSQL from the CI image. 

The new image is based on UBI 9 `registry.access.redhat.com/ubi9:9.1.0`. 

Dev notes: there were some issues installing postgreSQL dependencies such as `bison`, `flex` and `readline-devel`. Since postgreSQL is no longer needed, the issues were gone.

Once merged, the new CI image must be pushed to `quay.io/3scale/apisonator-ci` to be used in the dev image.

### Verification steps

* build new CI image

```
make ci-build
```

* run dev env

```
make dev
```

* additionally, you can run tests from the container

```
script/ci
```


Co-authored-by: Eguzki Astiz Lezaun <eastizle@redhat.com>

3scale-2.13.0-GA

21 Nov 16:16
abc39d4
Compare
Choose a tag to compare
Merge pull request #322 from 3scale/update-ruby-rb-dep

update  deps

3scale-2.12.2-GA

16 Mar 11:08
4aa90e9
Compare
Choose a tag to compare
Merge pull request #321 from DaniilRomanov/DaniilRomanov-travis-ci-z

Created .travis.yml

3scale-2.12.1

11 Oct 10:47
4aa90e9
Compare
Choose a tag to compare

3scale API Management 2.12.1 GA Release