Skip to content

Commit

Permalink
bump to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Oct 23, 2024
1 parent 71dfed0 commit dd4f5c9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#9bb2f6",
"activityBar.background": "#9bb2f6",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#ea154b",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#9bb2f6",
"statusBar.background": "#6c8ef2",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#3d6aee",
"statusBarItem.remoteBackground": "#6c8ef2",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#6c8ef2",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#6c8ef299",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.remoteColor": "#6c8ef2"
}
8 changes: 4 additions & 4 deletions test/e2e/config/ck8s-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ providers:
- name: cluster-api
type: CoreProvider
versions:
- name: v1.6.2
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.2/core-components.yaml
- name: v1.8.4
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.4/core-components.yaml
type: url
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
Expand All @@ -28,8 +28,8 @@ providers:
versions:
# By default, will use the latest version defined in ../data/shared/v1beta1/metadata.yaml
# to init the management cluster
- name: v1.6.2 # used during e2e-test
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.2/infrastructure-components-development.yaml
- name: v1.8.4 # used during e2e-test
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.8.4/infrastructure-components-development.yaml
type: url
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
Expand Down

0 comments on commit dd4f5c9

Please sign in to comment.