Skip to content

Commit 5e382e5

Browse files
authored
Merge pull request #24 from IBM-Security/v24.12-assets
IAG v24.12 release updates
2 parents 6b294ab + 236401f commit 5e382e5

File tree

122 files changed

+134
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+134
-128
lines changed

openapi/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright contributors to the Application Gateway project
22
openapi: '3.0.0'
33
info:
4-
version: 24.09
4+
version: 24.12
55
title: IBM Application Gateway Configuration Specification (OpenAPI)
66
components:
77
schemas:
@@ -25,6 +25,7 @@ components:
2525
- 24.03
2626
- 24.06
2727
- 24.09
28+
- 24.12
2829
secrets:
2930
$ref: "secrets.yaml#/secrets"
3031
server:

openshift/build-sample/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright contributors to the Application Gateway project
22

33
# The container is based on the IAG container.
4-
FROM icr.io/ibmappgateway/ibm-application-gateway:24.09
4+
FROM icr.io/ibmappgateway/ibm-application-gateway:24.12
55

66
# Copy the configuration files from the config directory
77
# to the docker image.

openshift/build-sample/config/identity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright contributors to the Application Gateway project
22

33
---
4-
version: 24.09
4+
version: 24.12
55

66
identity:
77
oidc:

python/packages/ibm_application_gateway/config/advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: 24.09
8+
The version of the OpenAPI document: 24.12
99
Generated by: https://openapi-generator.tech
1010
"""
1111

python/packages/ibm_application_gateway/config/advanced_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: 24.09
8+
The version of the OpenAPI document: 24.12
99
Generated by: https://openapi-generator.tech
1010
"""
1111

python/packages/ibm_application_gateway/config/authorization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: 24.09
8+
The version of the OpenAPI document: 24.12
99
Generated by: https://openapi-generator.tech
1010
"""
1111

python/packages/ibm_application_gateway/config/authorization_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: 24.09
8+
The version of the OpenAPI document: 24.12
99
Generated by: https://openapi-generator.tech
1010
"""
1111

python/packages/ibm_application_gateway/config/ci_oidc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: 24.09
8+
The version of the OpenAPI document: 24.12
99
Generated by: https://openapi-generator.tech
1010
"""
1111

python/packages/ibm_application_gateway/config/eai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: 24.09
8+
The version of the OpenAPI document: 24.12
99
Generated by: https://openapi-generator.tech
1010
"""
1111

python/packages/ibm_application_gateway/config/identity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: 24.09
8+
The version of the OpenAPI document: 24.12
99
Generated by: https://openapi-generator.tech
1010
"""
1111

0 commit comments

Comments
 (0)