File tree 6 files changed +0
-18
lines changed
docs/content/en/docs/migration
6 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Migrating from v1 to v2
3
- description : Migrating from v1 to v2
4
3
layout : docs
5
4
permalink : /docs/v2-migration
6
5
---
7
6
8
- # Migrating from v1 to v2
9
-
10
7
Version 2 of the framework introduces improvements, features and breaking changes for the APIs both
11
8
internal and user facing ones. The migration should be however trivial in most of the cases. For
12
9
detailed overview of all major issues until the release of
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Migrating from v3 to v3.1
3
- description : Migrating from v3 to v3.1
4
3
layout : docs
5
4
permalink : /docs/v3-1-migration
6
5
---
7
6
8
- # Migrating from v3 to v3.1
9
-
10
7
## ReconciliationMaxInterval Annotation has been renamed to MaxReconciliationInterval
11
8
12
9
Associated methods on both the ` ControllerConfiguration ` class and annotation have also been
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Migrating from v2 to v3
3
- description : Migrating from v2 to v3
4
3
layout : docs
5
4
permalink : /docs/v3-migration
6
5
---
7
6
8
- # Migrating from v2 to v3
9
-
10
7
Version 3 introduces some breaking changes to APIs, however the migration to these changes should be trivial.
11
8
12
9
## Reconciler
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Migrating from v4.2 to v4.3
3
- description : Migrating from v4.2 to v4.3
4
3
layout : docs
5
4
permalink : /docs/v4-3-migration
6
5
---
7
6
8
- # Migrating from v4.2 to v4.3
9
-
10
7
## Condition API Change
11
8
12
9
In Workflows the target of the condition was the managed resource itself, not the target dependent resource.
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Migrating from v4.3 to v4.4
3
- description : Migrating from v4.3 to v4.4
4
3
layout : docs
5
4
permalink : /docs/v4-4-migration
6
5
---
7
6
8
- # Migrating from v4.3 to v4.4
9
-
10
7
## API changes
11
8
12
9
### ConfigurationService
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Migrating from v4.4 to v4.5
3
- description : Migrating from v4.4 to v4.5
4
3
layout : docs
5
4
permalink : /docs/v4-5-migration
6
5
---
7
6
8
- # Migrating from v4.4 to v4.5
9
-
10
7
Version 4.5 introduces improvements related to event handling for Dependent Resources, more precisely the
11
8
[ caching and event handling] ( https://javaoperatorsdk.io/docs/dependent-resources#caching-and-event-handling-in-kubernetesdependentresource )
12
9
features. As a result the Kubernetes resources managed using
You can’t perform that action at this time.
0 commit comments