You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/android-images-support-policy.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ This document outlines the CircleCI Android image release, update, and deprecati
18
18
[#release-policy]
19
19
== Release policy
20
20
21
-
Android images are released once a quarter, with patch releases potentially being made for security issues. These images are generally built on top of the latest version of our most recent stable base Ubuntu image with added packages for Android.
21
+
Android images are released once a quarter, with patch releases potentially made for security issues. These images are generally built on top of the latest version of our most recent stable base Ubuntu image with added packages for Android.
22
22
23
23
- We install the most up-to-date versions of each tool/package in newly built images.
24
24
- We aim to package 6 levels of the Android API within each image release.
25
-
- As this image is not specifically designed for the Android Gradle Plugin (AGP), some updates may come later than desired. However, we aim to follow compatibility matrices for link:https://docs.gradle.org/current/userguide/compatibility.html[AGP] and link:https://developer.android.com/build/releases/gradle-plugin#updating-gradle[Gradle].
25
+
- As this image is not specifically designed for the Android Gradle Plugin (AGP), some updates may come later than desired. We aim to follow compatibility matrices for link:https://docs.gradle.org/current/userguide/compatibility.html[AGP] and link:https://developer.android.com/build/releases/gradle-plugin#updating-gradle[Gradle].
26
26
27
27
Releases may be skipped if there are no material updates to core Android functionality, such as `sdkmanager`, `ndk` or platform versions.
28
28
@@ -40,7 +40,7 @@ For the latest major version of Docker:
40
40
[#critical-cve-patches]
41
41
== Critical CVE patches
42
42
43
-
When critical CVEs are disclosed that affect the versions of the operating system or software stack in our Docker convenience images, we will investigate the impact that this has on our images being used within the CircleCI execution environment. If customers are impacted by these CVEs we will push a patch fix to the released image(s), and this image will supersede the original image.
43
+
When critical CVEs are disclosed that affect the versions of the operating system or software stack, we will investigate the impact that this has on the image within the CircleCI execution environment. If customers are impacted by these CVEs we will push a patch fix to the released image(s), and this image will supersede the original image.
44
44
45
45
[#bug-reports-issues-and-prs]
46
46
== Bug reports, issues, and PRs
@@ -50,7 +50,7 @@ File a link:https://support.circleci.com/hc/en-us/requests/new[Support Ticket wi
50
50
[#image-lifespan-eol]
51
51
== Image lifespan / EOL
52
52
53
-
When a new API Level for Android is released we will release it to edge and give a 3 month warning before the default image will have oldest version no longer supported. We will create an announcement on our Discuss forum, along with reaching out via email to developers who may be impacted by this change.
53
+
When a new API Level for Android is released we will release it to edge. We will give a 3 month warning before the default image will have oldest version no longer supported. In these cases, an announcement will be posted on our Discuss Forum, along with additional outreach, such as an email notice, where possible.
54
54
55
55
Generally we will aim to start EOL process within 3 months of a new version release.
0 commit comments