Skip to content

Commit cb183c9

Browse files
authored
Merge branch 'spinnaker:master' into kubectl-ssa
2 parents bec437d + f467046 commit cb183c9

File tree

23 files changed

+1260
-157
lines changed

23 files changed

+1260
-157
lines changed

config.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ anchor = "smart"
4646

4747
[services]
4848
[services.googleAnalytics]
49-
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
49+
# Comment out the id to disable the feature described in [params.ui.feedback].
50+
# This ID can be found in Google Analytics -> Admin Panel -> Data Streams -> Spinnaker Website - GA4 -> Measurement ID
5051
id = "G-H0XE7ESBFR"
5152

5253
# Language configuration
@@ -95,6 +96,10 @@ copyright = 'Copyright © 2020 The Linux Foundation®. All rights reserved. The
9596
privacy_policy = "http://www.linuxfoundation.org/privacy"
9697
terms_of_use = "http://www.linuxfoundation.org/terms"
9798

99+
# Comment out the next line to disable GA tracking.
100+
# This Tag ID can be found in Google Analytics -> Admin Panel -> Data Streams -> Spinnaker Website - GA4 -> Configure Tag Settings
101+
google_tag_id="GT-W6BN9SN"
102+
98103
# First one is picked as the Twitter card image if not set on page.
99104
# images = ["images/project-illustration.png"]
100105

content/en/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ news_text:
1212
news_link:
1313

1414
join_slack_text: 'Join Spinnaker Slack, a place for the community to come together. Use this vibrant workspace to ask and answer questions, connect with other operators and users, discuss issues with SIGs, and learn about Spinnaker!'
15-
contrib_header: 'Interested in contributing?'
15+
contrib_header: 'Need help? Book 30 minutes with a Spinnaker expert'
1616
contrib_text:
1717

1818
who_should_use_header: 'Who should use Spinnaker?'
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: Spinnaker Release 1.29.6
3+
date: 2023-08-18 00:34:53 +0000
4+
major_minor: 1.29
5+
version: 1.29.6
6+
---
7+
8+
## [Clouddriver](#clouddriver) 5.78.7
9+
10+
#### Features
11+
12+
* feat: Add the possibility to update the default handler for the Global Resource Property Registry. (#5963) ([2ae5fb9a](https://github.com/spinnaker/clouddriver/commit/2ae5fb9a96b81548f582234e276710768c6d5e54))
13+
14+
#### Fixes
15+
16+
* **gce:** remove the duplicate cache attribute "subnet" and update the test (#5977) ([010b360b](https://github.com/spinnaker/clouddriver/commit/010b360b93031604edf678b0f640614a33e4c959))
17+
18+
#### Other
19+
20+
* **dependencies:** Autobump fiatVersion ([d6b93e09](https://github.com/spinnaker/clouddriver/commit/d6b93e096522f09f5f74b68bbe2572a1f2213e41))
21+
* **dependencies:** Autobump korkVersion ([00f81d6a](https://github.com/spinnaker/clouddriver/commit/00f81d6a48dda2d15173ed9410bd8f0bcff9035d))
22+
23+
## [Echo](#echo) 2.36.4
24+
25+
#### Fixes
26+
27+
* **gha:** Fix github status log and add tests (#1316) ([dbb22810](https://github.com/spinnaker/echo/commit/dbb22810296c89a3cfe71c2845b0c1d959d49886))
28+
* **gha:** Fix github status log and add tests ([dbb22810](https://github.com/spinnaker/echo/commit/dbb22810296c89a3cfe71c2845b0c1d959d49886))
29+
30+
#### Other
31+
32+
* **dependencies:** Autobump fiatVersion ([577979e5](https://github.com/spinnaker/echo/commit/577979e52219e8a400047556e759a38e63949e9d))
33+
* **dependencies:** Autobump korkVersion ([d6cfbca1](https://github.com/spinnaker/echo/commit/d6cfbca13503be45efed3494a022a925d7f48c6b))
34+
* **language:** Update test message to be better ([dbb22810](https://github.com/spinnaker/echo/commit/dbb22810296c89a3cfe71c2845b0c1d959d49886))
35+
36+
## [Fiat](#fiat) 1.36.4
37+
38+
#### Fixes
39+
40+
* **roles-sync:** fix CallableCache's NPE exception for caching synchronization strategy (#1077) ([4aac1ef8](https://github.com/spinnaker/fiat/commit/4aac1ef806ea20a70b83d0351c085866164bca72))
41+
* **roles-sync:** fix callable cache NPE exception for caching synchronization strategy ([4aac1ef8](https://github.com/spinnaker/fiat/commit/4aac1ef806ea20a70b83d0351c085866164bca72))
42+
* **roles-sync:** added tests ([4aac1ef8](https://github.com/spinnaker/fiat/commit/4aac1ef806ea20a70b83d0351c085866164bca72))
43+
44+
#### Other
45+
46+
* **dependencies:** Autobump korkVersion ([78cadf60](https://github.com/spinnaker/fiat/commit/78cadf60a6c11ea84006c9adae7b8afecd587c83))
47+
48+
## [Front50](#front50) 2.27.4
49+
50+
#### Other
51+
52+
* **dependencies:** Autobump fiatVersion ([06b08aed](https://github.com/spinnaker/front50/commit/06b08aeda67e94b478bc2f88cdb1c3a8164aac55))
53+
* **dependencies:** Autobump korkVersion ([7f503e7a](https://github.com/spinnaker/front50/commit/7f503e7abc00a74d2382b92b58ed39fbc18b798e))
54+
55+
## [Gate](#gate) 6.57.4
56+
57+
#### Other
58+
59+
* **dependencies:** Autobump fiatVersion ([0d9c4d62](https://github.com/spinnaker/gate/commit/0d9c4d62a7a97ddd5c227548808d762f790db093))
60+
* **dependencies:** Autobump korkVersion ([648126d7](https://github.com/spinnaker/gate/commit/648126d7b5059cb2939beefc6c53cd3f73626d22))
61+
62+
## [Igor](#igor) 4.10.4
63+
64+
#### Other
65+
66+
* **dependencies:** Autobump fiatVersion ([2cfb13ec](https://github.com/spinnaker/igor/commit/2cfb13ec18df6b69c3afab35e80e440e350548e3))
67+
* **dependencies:** Autobump korkVersion ([6bc03dbe](https://github.com/spinnaker/igor/commit/6bc03dbe6e67f113e2d690ad5a9059067750c5f2))
68+
69+
## [Kayenta](#kayenta) 2.35.5
70+
71+
#### Other
72+
73+
* **dependencies:** Autobump orcaVersion ([b4e9bb86](https://github.com/spinnaker/kayenta/commit/b4e9bb86d11fcc8f2886b5a2e4f8cbffe3271c21))
74+
75+
## [Orca](#orca) 8.27.5
76+
77+
#### Fixes
78+
79+
* **queue:** Manual Judgment propagation ([3e798201](https://github.com/spinnaker/orca/commit/3e798201202b94f07bc8a51636f952eb5dceee53))
80+
81+
#### Other
82+
83+
* **dependencies:** Autobump fiatVersion ([06ec03eb](https://github.com/spinnaker/orca/commit/06ec03ebeb5c5852b423ff256b2b3160f1fc00a1))
84+
* **dependencies:** Autobump korkVersion ([a3baf6df](https://github.com/spinnaker/orca/commit/a3baf6df6e3eb46628f105bc87064d64ed90560f))
85+
86+
## [Rosco](#rosco) 1.12.4
87+
88+
#### Other
89+
90+
* **dependencies:** Autobump korkVersion ([3dc64a66](https://github.com/spinnaker/rosco/commit/3dc64a66fe7032b34eb77fae5f565fdfc1a3b2ab))
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: Spinnaker Release 1.29.7
3+
date: 2023-09-08 19:19:56 +0000
4+
major_minor: 1.29
5+
version: 1.29.7
6+
---
7+
8+
## [Clouddriver](#clouddriver) 5.78.13
9+
10+
#### Fixes
11+
12+
* fix: Fix docker build in GHA by removing some of the GHA tools (#6033) ([172d6795](https://github.com/spinnaker/clouddriver/commit/172d6795a29749573361074c5217287c59cf3117))
13+
* **builds:** Backport flag for installing aws cli ([beb61a41](https://github.com/spinnaker/clouddriver/commit/beb61a41481fda8b5b5feb2654abb7ddabb38325))
14+
15+
#### Other
16+
17+
* **dependencies:** Autobump fiatVersion ([9583896f](https://github.com/spinnaker/clouddriver/commit/9583896fb18f29d19e8683d6a01176fca16f21fb))
18+
* **deps:** bump docker/build-push-action from 3 to 4 (#5927) ([81738eac](https://github.com/spinnaker/clouddriver/commit/81738eac7cf52d9e49bea6c2870e2b9d373faeaf))
19+
* **deps:** bump actions/setup-java from 2 to 3 (#5928) ([0e555c28](https://github.com/spinnaker/clouddriver/commit/0e555c28b2a05c2de1c0f932cdf1ed9e1ea43c73))
20+
* **deps:** bump actions/checkout from 2 to 3 (#5924) ([105974b4](https://github.com/spinnaker/clouddriver/commit/105974b44933a6b056244154d443f6412fdd2a5c))
21+
* **deps:** bump actions/cache from 2 to 3 (#5926) ([11ecac5d](https://github.com/spinnaker/clouddriver/commit/11ecac5da4c51132f4d4a106d138210511a890e3))
22+
* **gha:** replace deprecated set-output commands with environment files (#5930) ([4056d9e2](https://github.com/spinnaker/clouddriver/commit/4056d9e2adadcdf3e87bd27013a08b40bc348dea))
23+
* **gha:** replace action for creating github releases (backport #5929) ([a9291583](https://github.com/spinnaker/clouddriver/commit/a92915830e3e4e6ba848d895bdf3839c459d2fd6))
24+
* **gha:** replace action for creating github releases ([a9291583](https://github.com/spinnaker/clouddriver/commit/a92915830e3e4e6ba848d895bdf3839c459d2fd6))
25+
* **gha:** resolve conflicts ([a9291583](https://github.com/spinnaker/clouddriver/commit/a92915830e3e4e6ba848d895bdf3839c459d2fd6))
26+
* **gha:** update to docker/login-action@v2 to stay up to date (#5920) ([4bc7cea0](https://github.com/spinnaker/clouddriver/commit/4bc7cea0eaa89a2783afcb0dc82210e00efdd858))
27+
28+
## [Deck](#deck) 3.12.4
29+
30+
#### Other
31+
32+
* Revert "fix(core): conditionally hide expression evaluation warning messages (#9771)" (#10021) ([4bdf3816](https://github.com/spinnaker/deck/commit/4bdf3816e242d8701ffa75599997e9dcd099e931))
33+
34+
## [Echo](#echo) 2.36.5
35+
36+
#### Other
37+
38+
* **dependencies:** Autobump fiatVersion ([18475d73](https://github.com/spinnaker/echo/commit/18475d73ce917e7d1b8a9785bd904827b55c7edd))
39+
40+
## [Fiat](#fiat) 1.36.5
41+
42+
#### Fixes
43+
44+
* **ssl:** Removed unused deprecated okHttpClientConfig from retrofitConfig. (#1082) ([a8924d97](https://github.com/spinnaker/fiat/commit/a8924d97f1f493ab91ae725362f67772269770e2))
45+
46+
## [Front50](#front50) 2.27.5
47+
48+
#### Other
49+
50+
* **dependencies:** Autobump fiatVersion ([53034d71](https://github.com/spinnaker/front50/commit/53034d71d78bf9bb13e8ce0bdff34d4ae351d336))
51+
52+
## [Gate](#gate) 6.57.5
53+
54+
#### Fixes
55+
56+
* **cachingFilter: Allow disabling the content caching filter (#1699:** ([f4464f77](https://github.com/spinnaker/gate/commit/f4464f7734cef48d249c4c595b0d075c95cb0f28))
57+
58+
#### Other
59+
60+
* **dependencies:** Autobump fiatVersion ([33b33d92](https://github.com/spinnaker/gate/commit/33b33d92f625168e0bc05f1f02a5d2a1d6a21d50))
61+
62+
## [Igor](#igor) 4.10.5
63+
64+
#### Other
65+
66+
* **dependencies:** Autobump fiatVersion ([ec1d009c](https://github.com/spinnaker/igor/commit/ec1d009c0b2d8e672e4e75733a4a7e4c94444629))
67+
68+
## [Kayenta](#kayenta) 2.35.6
69+
70+
#### Other
71+
72+
* **dependencies:** Autobump orcaVersion ([6820a895](https://github.com/spinnaker/kayenta/commit/6820a8956b414a00dae26657aa7732f1a22459de))
73+
74+
## [Orca](#orca) 8.27.6
75+
76+
#### Other
77+
78+
* **dependencies:** Autobump fiatVersion ([63e80604](https://github.com/spinnaker/orca/commit/63e80604c288e207b40828424decabefbf641e29))
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
title: Spinnaker Release 1.30.3
3+
date: 2023-08-18 00:46:32 +0000
4+
major_minor: 1.30
5+
version: 1.30.3
6+
---
7+
8+
## [Clouddriver](#clouddriver) 5.80.4
9+
10+
#### Features
11+
12+
* feat: Add the possibility to update the default handler for the Global Resource Property Registry. (#5963) ([8157baf5](https://github.com/spinnaker/clouddriver/commit/8157baf541630e2eaa592af6d8bdc784b316e72c))
13+
14+
#### Fixes
15+
16+
* **gce:** remove the duplicate cache attribute "subnet" and update the test (#5977) ([e764d77d](https://github.com/spinnaker/clouddriver/commit/e764d77dc58b91b1a7d61b243abd1af6183f1c97))
17+
18+
#### Other
19+
20+
* **dependencies:** Autobump fiatVersion ([99db58a4](https://github.com/spinnaker/clouddriver/commit/99db58a4cc3e9e1e1eeab27c59d6e33765edc864))
21+
* **dependencies:** Autobump korkVersion ([b02f7047](https://github.com/spinnaker/clouddriver/commit/b02f70479b7ebc60eb81d0eaeda745aaae3133cf))
22+
23+
## [Deck](#deck) 3.13.1
24+
25+
#### Features
26+
27+
* **deck:** make StageFailureMessage component overridable (backport #9994) ([4ad1f067](https://github.com/spinnaker/deck/commit/4ad1f067571af3353ba548f5e315e09c8d08006b))
28+
* **deck:** make StageFailureMessage component overridable ([4ad1f067](https://github.com/spinnaker/deck/commit/4ad1f067571af3353ba548f5e315e09c8d08006b))
29+
30+
#### Other
31+
32+
* **build:** fix backport merge conflict ([4ad1f067](https://github.com/spinnaker/deck/commit/4ad1f067571af3353ba548f5e315e09c8d08006b))
33+
34+
## [Echo](#echo) 2.37.2
35+
36+
#### Fixes
37+
38+
* **gha:** Fix github status log and add tests (#1316) ([2faf498c](https://github.com/spinnaker/echo/commit/2faf498c8c0f73b3d56ebe9620a36c38141f7fc1))
39+
* **gha:** Fix github status log and add tests ([2faf498c](https://github.com/spinnaker/echo/commit/2faf498c8c0f73b3d56ebe9620a36c38141f7fc1))
40+
41+
#### Other
42+
43+
* **dependencies:** Autobump fiatVersion ([2d1b3e4a](https://github.com/spinnaker/echo/commit/2d1b3e4a41147bcb8bf2ce261fa5d170d7b09c10))
44+
* **dependencies:** Autobump korkVersion ([ad67da3b](https://github.com/spinnaker/echo/commit/ad67da3b21dad3fe94ac86f2319c85fec0ceafbc))
45+
* **language:** Update test message to be better ([2faf498c](https://github.com/spinnaker/echo/commit/2faf498c8c0f73b3d56ebe9620a36c38141f7fc1))
46+
47+
## [Fiat](#fiat) 1.37.2
48+
49+
#### Fixes
50+
51+
* **roles-sync:** fix CallableCache's NPE exception for caching synchronization strategy (#1077) ([cd168217](https://github.com/spinnaker/fiat/commit/cd168217a82d30b1965d2ed2b01555388d17658a))
52+
* **roles-sync:** fix callable cache NPE exception for caching synchronization strategy ([cd168217](https://github.com/spinnaker/fiat/commit/cd168217a82d30b1965d2ed2b01555388d17658a))
53+
* **roles-sync:** added tests ([cd168217](https://github.com/spinnaker/fiat/commit/cd168217a82d30b1965d2ed2b01555388d17658a))
54+
55+
#### Other
56+
57+
* **dependencies:** Autobump korkVersion ([d0edc68b](https://github.com/spinnaker/fiat/commit/d0edc68bb0a228f6b3eab63d3e59ad7a19bc806a))
58+
59+
## [Front50](#front50) 2.28.3
60+
61+
#### Other
62+
63+
* **dependencies:** Autobump fiatVersion ([06c640b1](https://github.com/spinnaker/front50/commit/06c640b1e783b459a1915f0da103bcefc75c06ad))
64+
* **dependencies:** Autobump korkVersion ([5742c8f7](https://github.com/spinnaker/front50/commit/5742c8f7ac2c982b543f31970eb5c48638c1c4d1))
65+
66+
## [Gate](#gate) 6.58.2
67+
68+
#### Other
69+
70+
* **dependencies:** Autobump fiatVersion ([0c614f8a](https://github.com/spinnaker/gate/commit/0c614f8a50d9fec340a0f0b30dff5c812ef303c1))
71+
* **dependencies:** Autobump korkVersion ([fdef09a0](https://github.com/spinnaker/gate/commit/fdef09a01710e4a3510ee349f0170d6e14b23d12))
72+
73+
## [Igor](#igor) 4.11.2
74+
75+
#### Other
76+
77+
* **dependencies:** Autobump fiatVersion ([65a7c282](https://github.com/spinnaker/igor/commit/65a7c2825636de94a84b76b85d24097b89dcb8c3))
78+
* **dependencies:** Autobump korkVersion ([18d516ae](https://github.com/spinnaker/igor/commit/18d516ae0db28ea63a2c6b5277c2c184688825b3))
79+
80+
## [Kayenta](#kayenta) 2.36.3
81+
82+
#### Other
83+
84+
* **dependencies:** Autobump orcaVersion ([91ea710a](https://github.com/spinnaker/kayenta/commit/91ea710a5ec44ba5b1dc46ae8b5b7b891bea61ca))
85+
86+
## [Orca](#orca) 8.31.3
87+
88+
#### Fixes
89+
90+
* **artifacts:** consider requiredArtifactIds in expected artifacts when trigger is pipeline type (#4489) ([977d164e](https://github.com/spinnaker/orca/commit/977d164e05ca211146afdfb937e65c8818c2c7c8))
91+
* **queue:** fix ability to cancel a zombied execution (#4473) ([2ff457f0](https://github.com/spinnaker/orca/commit/2ff457f01515c9ac94122312f9c2d550553cb840))
92+
* **queue:** fix ability to cancel a zombied execution ([2ff457f0](https://github.com/spinnaker/orca/commit/2ff457f01515c9ac94122312f9c2d550553cb840))
93+
* **queue:** undo unintentional change ([2ff457f0](https://github.com/spinnaker/orca/commit/2ff457f01515c9ac94122312f9c2d550553cb840))
94+
* **queue:** add more logging ([2ff457f0](https://github.com/spinnaker/orca/commit/2ff457f01515c9ac94122312f9c2d550553cb840))
95+
* **queue:** Manual Judgment propagation ([ba9ac0d6](https://github.com/spinnaker/orca/commit/ba9ac0d60303ec394ff2e6b449c8607a75f9789a))
96+
* **waiting-executions:** concurrent waiting executions doesn't follow FIFO (backport #4415) ([c8a1745f](https://github.com/spinnaker/orca/commit/c8a1745f04f559b9a174149745c0c1ea1c95c3a3))
97+
98+
#### Other
99+
100+
* **dependencies:** Autobump fiatVersion ([fe1eda71](https://github.com/spinnaker/orca/commit/fe1eda71b3fec2dee037bec07404a01e63563d46))
101+
* **dependencies:** Autobump korkVersion ([58fedce4](https://github.com/spinnaker/orca/commit/58fedce4f17d6caa28a36f1188ae0f48c2a00978))
102+
103+
## [Rosco](#rosco) 1.13.2
104+
105+
#### Other
106+
107+
* **dependencies:** Autobump korkVersion ([e99825cc](https://github.com/spinnaker/rosco/commit/e99825cce26914865afceb82df710e1291aa84dd))

0 commit comments

Comments
 (0)