-
Notifications
You must be signed in to change notification settings - Fork 84
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
chore: prepare1.0.23 dev and SNAPSHOT #7654
Conversation
|
|
|
|
|
|
||
- name: saml | ||
condition: global.saml.enabled | ||
version: 1.0.22 | ||
version: 1.0.23-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following sub-chart should be added:
- name: cn-istio-ingress
condition: global.istio.ingress
version: 1.0.23-dev
@@ -1,6 +1,6 @@ | |||
# janssen-all-in-one | |||
|
|||
  | |||
  | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extra -
need to be removed:
1.0.23--dev
@@ -1,6 +1,6 @@ | |||
# auth-server-key-rotation | |||
|
|||
   | |||
   |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extra -
need to be removed:
1.0.23--dev
@@ -1,6 +1,6 @@ | |||
# auth-server | |||
|
|||
   | |||
   |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extra -
need to be removed:
1.0.23--dev
@@ -1,6 +1,6 @@ | |||
# casa | |||
|
|||
   | |||
   |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extra -
need to be removed:
1.0.23--dev
@@ -1,6 +1,6 @@ | |||
# opendj | |||
|
|||
   | |||
   |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extra -
need to be removed:
1.0.23--dev
@@ -1,6 +1,6 @@ | |||
# persistence | |||
|
|||
   | |||
   |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extra -
need to be removed:
1.0.23--dev
@@ -1,6 +1,6 @@ | |||
# saml | |||
|
|||
   | |||
   |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extra -
need to be removed:
1.0.23--dev
@@ -1,6 +1,6 @@ | |||
# scim | |||
|
|||
   | |||
   |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extra -
need to be removed:
1.0.23--dev
docker-jans-all-in-one/Dockerfile
Outdated
@@ -3,7 +3,7 @@ | |||
# ============== | |||
|
|||
# original Janssen base version (without suffix) | |||
ARG BASE_VERSION=1.0.22 | |||
ARG BASE_VERSION=1.0.23-SNAPSHOT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The -SNAPSHOT
suffix should be removed.
Signed-off-by: moabu <[email protected]>
c4edbf6
|
* chore: update next 1.0.23-SNAPSHOT and dev release * chore: clean up --------- Signed-off-by: moabu <[email protected]> Former-commit-id: ca11258
Prepare
Description
Target issue
closes #issue-number-here
Implementation Details
Test and Document the changes
Closes #7655,