Skip to content

Commit

Permalink
Merge pull request #496 from RakhithaRR/3.2.1-init
Browse files Browse the repository at this point in the history
[3.2.1.x] Add docker artifacts for 3.2.1
  • Loading branch information
RakhithaRR authored Mar 15, 2024
2 parents 5a92571 + 1e814b5 commit 7959617
Show file tree
Hide file tree
Showing 65 changed files with 561 additions and 11,269 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ rat.txt

# exception to the rule
!**/files/.gitkeep

# OS specific files
.DS_Store
56 changes: 5 additions & 51 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,14 @@
# Changelog

All notable changes to Docker and Docker Compose resources for WSO2 API Management version `3.2.x` in each resource release, will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [v3.2.0.6] - 2022-04-21

### Changed
- Updated Ubuntu based images for APIM and APIM Analytics to update the OS packages at build time.

## [v3.2.0.4] - 2022-03-04

### Changed
- Use base OS images as opposed to AdoptOpenJDK images for each corresponding OS flavour (Alpine, CentOS, Ubuntu).
- Use Temurin OpenJDK binaries to build OpenJDK on top of the base OS image.
- Upgrade OpenJDK versions to the latest available versions of Temurin OpenJDK from Adoptium.

## [v3.2.0.2] - 2020-11-20

### Added
- Add git release tag as a label (refer to [issue](https://github.com/wso2/docker-apim/issues/338))

### Changed
- Upgrade AdoptOpenJDK 11 version to the latest version - `11.0.9_11-jdk` (refer to [issue](https://github.com/wso2/docker-apim/issues/377))
- Enable SSL verification when retrieving remote resources using wget (refer to [issue](https://github.com/wso2/docker-apim/issues/345))
- Update source label key

For detailed information on the tasks carried out during this release, please see the GitHub milestone
[v3.2.0.2](https://github.com/wso2/docker-apim/milestone/21).

## [v3.2.0.1] - 2020-08-26

### Environments

- Successful evaluation using Docker Engine Community version `19.03.5` (both client and server)
- Successful evaluation using Docker Compose version `1.23.1, build b02f1306`

## [v3.2.1.1] - 2024-03-15
### Added

- Alpine, CentOS and Ubuntu based Docker resources for WSO2 API Manager, API Manager Analytics Dashboard and Worker version `3.2.0` (refer to [issue](https://github.com/wso2/docker-apim/issues/313))
- Docker Compose resources for the deployment of WSO2 API Manager with Analytics support version `3.2.0` (refer to [issue](https://github.com/wso2/docker-apim/issues/314))
- Docker Compose resources for the deployment of WSO2 API Manager with Identity Server as Key Manager and Analytics support version `3.2.0` (refer to [issue](https://github.com/wso2/docker-apim/issues/314))

- Alpine, CentOS and Ubuntu based Docker resources for WSO2 API Manager `3.2.1`
### Changed

- Upgrade AdoptOpenJDK 11 version to the latest version - `11.0.8_10-jdk` (refer to [issue](https://github.com/wso2/docker-apim/issues/336))
- Upgrade Docker Compose version from `2.3` to `2.4` (refer to [issue](https://github.com/wso2/docker-apim/issues/323))
- Upgrade MySQL version used in Docker Compose resources - `5.7.31` (refer to [issue](https://github.com/wso2/docker-apim/issues/322))
- Upgrade Temurin OpenJDK 11 version to the latest version - `17.0.6_10-jdk`

### Removed

- Avoid packaging MySQL JDBC Driver in API Manager Docker images (refer to [issue](https://github.com/wso2/docker-apim/issues/321))
- Remove unnecessary patch volume mount option (refer to [issue](https://github.com/wso2/docker-apim/issues/317))

For detailed information on the tasks carried out during this release, please see the GitHub milestone
[v3.2.0.1](https://github.com/wso2/docker-apim/milestone/17).

[v3.2.0.1]: https://github.com/wso2/docker-apim/compare/v3.1.0.3...v3.2.0.1
[v3.2.0.2]: https://github.com/wso2/docker-apim/compare/v3.2.0.1...v3.2.0.2
[v3.2.1.1]: https://github.com/wso2/docker-apim/compare/v3.2.0.8...v3.2.1.1

78 changes: 0 additions & 78 deletions docker-compose/apim-is-as-km-with-analytics/README.md

This file was deleted.

Loading

0 comments on commit 7959617

Please sign in to comment.