Skip to content

Commit 873889d

Browse files
committed
[#579] remove deprecated Fermenter profiles
In addition to deleting all profiles/targets/templates that were marked for deletion in version 1.12, this changeset: - fails the build if a profile references a target that doesn't exist - fails the build if a target references a template that doesn't exist - fails the build if there are any unused targets/templates - removes the follwoing no-longer-used artifacts: - `aissemble-data-access-chart` - `foundation-data-access`
1 parent fed9886 commit 873889d

File tree

143 files changed

+2269
-17344
lines changed

Some content is hidden

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

143 files changed

+2269
-17344
lines changed

DRAFT_RELEASE_NOTES.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Breaking Changes
44
_Note: instructions for adapting to these changes are outlined in the upgrade instructions below._
55

6+
- All Fermenter profiles marked for deletion in 1.12.0 have been removed. Follow the [technical documentation](https://boozallen.github.io/aissemble/aissemble/current/containers.html#_kubernetes_artifacts_upgrade) for migration instructions. In addition, the following artifacts were removed:
7+
- The `aissemble-data-access-chart` Helm chart
8+
- The `foundation-data-access` Java module
69
- PySpark will no longer throw an exception when a required field is `None` but instead filter it out. See Changes in Spark/PySpark Schema Behavior below for more details.
710
- Spark/PySpark will no longer filter out records with `null`/`None` fields that are not required and have validation. See Changes in Spark/PySpark Schema Behavior below for more details.
811

bom/bom-instantiation/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
<artifactId>extensions-data-delivery-spark-neo4j</artifactId>
5252
<version>${project.version}</version>
5353
</dependency>
54-
<dependency>
55-
<groupId>${project.groupId}</groupId>
56-
<artifactId>foundation-data-access</artifactId>
57-
<version>${project.version}</version>
58-
</dependency>
5954
<dependency>
6055
<groupId>${project.groupId}</groupId>
6156
<artifactId>foundation-messaging-java</artifactId>

docs/modules/ROOT/pages/containers.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ TIP: If your project is under version control, we recommend using a diff tool to
205205
|aissemble-policy-decision-point-deploy |<<k8s_pdp,policy-decision-point-deploy-v2>>
206206
|aissemble-spark-infrastructure-deploy |<<k8s_spark_inf,spark-infrastructure-deploy-v2>>
207207
|aissemble-spark-operator-deploy |<<k8s_spark_op,spark-operator-deploy-v2>>
208-
|data-access-deploy |https://github.com/boozallen/aissemble/blob/{git-tree}/extensions/extensions-helm/aissemble-lineage-http-consumer-chart/README.md[data-access-deploy-v2,role=external,window=_blank] __(Consider migrating to <<k8s_trino,Trino>> instead)__
208+
|data-access-deploy |<<k8s_trino,data-access-trino-deploy-v2>>
209209
|elasticsearch-deploy |<<k8s_es,elasticsearch-deploy-v2>>
210210
|hive-metastore-db-deploy |<<k8s_spark_inf,spark-infrastructure-deploy-v2>>
211211
|hive-metastore-service-deploy |<<k8s_spark_inf,spark-infrastructure-deploy-v2>>

extensions/extensions-helm/aissemble-data-access-chart/.helmignore

-2
This file was deleted.

extensions/extensions-helm/aissemble-data-access-chart/Chart.yaml

-12
This file was deleted.

extensions/extensions-helm/aissemble-data-access-chart/LICENSE.txt

-49
This file was deleted.

extensions/extensions-helm/aissemble-data-access-chart/README.md

-44
This file was deleted.

extensions/extensions-helm/aissemble-data-access-chart/pom.xml

-38
This file was deleted.

extensions/extensions-helm/aissemble-data-access-chart/templates/.gitkeep

Whitespace-only changes.

extensions/extensions-helm/aissemble-data-access-chart/values.yaml

-19
This file was deleted.

0 commit comments

Comments
 (0)