Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master for 7.0.0 release #396

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
0e96f49
Update 6.1.x docker file
Sachin-Mamoru Jan 25, 2023
9980f53
Resolved issues
Sachin-Mamoru Jan 27, 2023
eeaf6ce
Merge pull request #367 from Sachin-Mamoru/is-6.1.x-update
ashensw Jan 27, 2023
eba3770
Merge pull request #370 from Sachin-Mamoru/6.1.0-GA
ashensw Jan 27, 2023
8be49e7
Upgrade java version
Yoshani Jan 27, 2023
58e24ea
Update changelog
Yoshani Jan 27, 2023
c56690b
Merge pull request #372 from Yoshani/6.1.x
madurangasiriwardena Jan 30, 2023
88bcf7a
Update changelog
Yoshani Jan 30, 2023
7f40930
Merge pull request #376 from Yoshani/6.1.x
bhagyasakalanka Jan 30, 2023
e3205a0
Edit comments
Sachin-Mamoru Feb 12, 2023
677e0b9
Merge pull request #380 from Sachin-Mamoru/comments-resolved
bhagyasakalanka Feb 13, 2023
24ae8f2
Update jdk version
ImalshaG Jun 27, 2023
7b2f9f4
Update jdk version for all OS types
ImalshaG Jun 27, 2023
956d339
Merge pull request #385 from ImalshaG/jdk-upgrade-6.1
ImalshaG Jun 28, 2023
9c0d7aa
[6.1] Upgrade jdk version (#389)
lashinijay Oct 20, 2023
5daed75
Update alpine version
dhaura Feb 12, 2024
1a3baf9
Add change log
dhaura Feb 12, 2024
06fb292
Merge pull request #392 from dhaura/6.1.x-update-is-alpine-version
piraveena Feb 12, 2024
76d81ff
Fix readme doc issue
dhaura Feb 12, 2024
6995abf
Merge pull request #393 from dhaura/6.1.x-fix-doc-issue
piraveena Feb 12, 2024
20b156d
Add JDK 17 6.1.0 dockerfiles
ThaminduR Feb 26, 2024
2a33f37
Merge pull request #394 from ThaminduR/6.1.0-jdk17
ThaminduR Feb 28, 2024
a073b83
Update 7.0.x docker file
UdeshAthukorala Mar 4, 2024
8f904a9
Modify release date
UdeshAthukorala Mar 5, 2024
4eaeae9
Merge pull request #395 from UdeshAthukorala/is-7.0.x-update
UdeshAthukorala Mar 5, 2024
f6b3b3d
Merge branch 'master' into 7.0.x
UdeshAthukorala Mar 7, 2024
a05dbc8
Update java version
AnjanaSamindraPerera May 6, 2024
6b3044d
Merge pull request #399 from AnjanaSamindraPerera/update-jdk17-7-0
AnjanaSamindraPerera May 10, 2024
2853e16
Remove third party JDBC connector from base docker image
ZiyamSanthosh Jun 17, 2024
11e05a4
Update README.md
ZiyamSanthosh Jun 17, 2024
cc43f53
Add rocky linux docker image for IS 7.0
ZiyamSanthosh Jul 11, 2024
0db06b1
Add license header
ZiyamSanthosh Jul 11, 2024
c0ba2ac
Merge pull request #407 from ZiyamSanthosh/7.0.x-remove-jdbc-connector
ZiyamSanthosh Jul 15, 2024
e55e2f9
Address review comments
ZiyamSanthosh Jul 16, 2024
6801f35
Add snippet to download necessary locale packages
ZiyamSanthosh Jul 16, 2024
e02117e
Change Rocky Linux to 8.x and change JDK17 version
ZiyamSanthosh Jul 22, 2024
5aaa6e6
Merge pull request #418 from ZiyamSanthosh/7.0.x-rocky
ZiyamSanthosh Aug 2, 2024
e90272c
[7.0] Upgrade dns-java version to 3.6.1 (#435)
lashinijay Sep 27, 2024
e317707
[IS 7.0] Update Alpine based Docker Image Version to 3.20.3
HasiniSama Dec 12, 2024
91852f0
Update changelog
HasiniSama Dec 12, 2024
a196730
Merge pull request #440 from HasiniSama/7.0.x
SujanSanjula96 Dec 18, 2024
780bad6
Fix warn logs due to permission issues in alpine image
shanggeeth Jan 16, 2025
036fc22
Merge pull request #445 from shanggeeth/7.0.x
shanggeeth Jan 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,27 @@
# Changelog

All notable changes to Docker and Docker Compose resources for WSO2 Identity and Management version `6.1.x`
All notable changes to Docker and Docker Compose resources for WSO2 Identity and Management version `7.0.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/).

## v6.1.0.3 - 2023-10-19
## v7.0.0.4 - 2024-12-18

### Changed
- Update jdk-11.0.19+7 to jdk-11.0.20.1+1.
- Update alpine version 3.16 to 3.20.3

## v6.1.0.2 - 2023-06-27

### Changed
- Update jdk-11.0.18+10 to jdk-11.0.19+7.

## v6.1.0.1 - 2023-02-01
## v7.0.0.1 - 2024-03-04

### Changed
- Update Docker OS base image.

### Added

- Docker resources of WSO2 Identity Server version `6.1.0` for Alpine and Ubuntu (refer to [issue](https://github.com/wso2/docker-is/issues/238))
- Docker resources of WSO2 Identity Server version `7.0.0` for Alpine and Ubuntu (refer to [issue](https://github.com/wso2/docker-is/issues/238))

### Removed

- JDK8 support

For detailed information on the tasks carried out during this release, please see the GitHub milestone
[v6.1.0.1](https://github.com/wso2/docker-is/milestone/24).
[v7.0.0.1](https://github.com/wso2/docker-is/milestone/25).
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ The issues page on GitHub is for tracking bugs and feature requests. When posing
If you like to contribute with a bug fix or a new feature, start by posting an issue and discussing the best way to implement it.

Unlike most projects, development for this repository is carried out on the `5.11.x` branch. This is because the `master` branch contains the latest stable release of the project.
The code in `6.1.x` is merged to the `master` branch after a final review and a round of testing.
The code in `7.0.x` is merged to the `master` branch after a final review and a round of testing.

Please follow these guidelines when contributing to the code:

1. Fork the current repository.
2. Create a topic branch from the `6.1.x` branch.
2. Create a topic branch from the `7.0.x` branch.
3. Make commits in logical units.
4. Before you send out the pull request, sync your forked repository with a remote repository. This makes your pull request simple and clear.

```bash
git clone https://github.com/<user>/docker-is.git
git remote add upstream https://github.com/wso2/docker-is.git
git fetch upstream
git checkout -b <topic-branch> upstream/6.1.x
git checkout -b <topic-branch> upstream/7.0.x

# add some work

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Use these artefacts as a reference to build your deployment artefacts. Existing

This repository contains following Docker resources:

- Per profile Docker resources of WSO2 Identity Server version `6.1.0` for Alpine and Ubuntu
- Per profile Docker resources of WSO2 Identity Server version `7.0.0` for Alpine and Ubuntu
- Docker Compose resources to evaluate most common Identity And Access Management (IAM) deployment patterns

Per profile Docker resources for WSO2 Identity Server help you build generic Docker images for deploying the
corresponding product servers in containerized environments. Each Docker image includes the JDK, the relevant product distribution
and a collection of utility libraries. Configurations, custom JDBC drivers other than the default MySQL JDBC driver provided,
extensions and other deployable artifacts are designed to be provided via volume mounts to the containers spawned.
and a collection of utility libraries. Configurations, custom JDBC drivers, extensions and other deployable artifacts
are designed to be provided via volume mounts to the containers spawned.

Docker Compose resources have been created according to the most common IAM deployment patterns available for allowing users
to quickly evaluate product features along side their co-operate IAM requirements. The Compose files make use of per profile
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/is/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Instead, extract the zip file and directly browse to `docker-is-<released-version-here>/docker-compose/is` folder.

> If you want to try out an already released tag, after executing 2nd step, checkout the relevant tag,
i.e. for example: git checkout tags/v6.1.0.1 and continue below steps.
i.e. for example: git checkout tags/v7.0.0.1 and continue below steps.

3. Execute following Docker Compose command to start the deployment.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ validationQuery="SELECT 1"
[keystore.primary]
file_name = "wso2carbon.jks"
password = "wso2carbon"
type="JKS"

[truststore]
file_name="client-truststore.jks"
password="wso2carbon"
type="JKS"

[account_recovery.endpoint.auth]
hash= "66cd9688a2ae068244ea01e70f0e230f5623b7fa4cdecb65070a09ec06452262"

[identity.auth_framework.endpoint]
app_password= "dashboard"
Loading