Skip to content

Commit

Permalink
[release/v1.6] bump OSPs to 1.6.2 (#434)
Browse files Browse the repository at this point in the history
* [release/v1.6] bump OSPs to 1.6.2

* codegen
  • Loading branch information
xrstf authored Jan 17, 2025
1 parent 6dbb214 commit d6cd3ed
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-amzn2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
osName: "amzn2"
osVersion: "2.0"
version: "v1.6.0"
version: "v1.6.2"
provisioningUtility: "cloud-init"
supportedCloudProviders:
- name: "aws"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-flatcar-cloud-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
osName: flatcar
## Flatcar Stable (09/11/2021)
osVersion: "2983.2.0"
version: "v1.6.0"
version: "v1.6.2"
provisioningUtility: "cloud-init"
supportedCloudProviders:
- name: "anexia"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-flatcar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
osName: flatcar
## Flatcar Stable (09/11/2021)
osVersion: "2983.2.0"
version: "v1.6.0"
version: "v1.6.2"
provisioningUtility: "ignition"
supportedCloudProviders:
- name: "aws"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
osName: "rhel"
osVersion: "8.5"
version: "v1.6.0"
version: "v1.6.2"
provisioningUtility: "cloud-init"
supportedCloudProviders:
- name: "aws"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-rockylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
osName: "rockylinux"
osVersion: "8.6"
version: "v1.6.0"
version: "v1.6.2"
provisioningUtility: "cloud-init"
supportedCloudProviders:
- name: "aws"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
osName: "ubuntu"
osVersion: "24.04"
version: "v1.6.0"
version: "v1.6.2"
provisioningUtility: "cloud-init"
supportedCloudProviders:
- name: "alibaba"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
osName: "rhel"
osVersion: "8.5"
version: "v1.6.0"
version: "v1.6.2"
provisioningUtility: "cloud-init"
supportedCloudProviders:
- name: "aws"
Expand Down
2 changes: 1 addition & 1 deletion pkg/resources/reconciling/zz_generated_reconcile.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 The Operating System Manager contributors.
Copyright 2025 The Operating System Manager contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit d6cd3ed

Please sign in to comment.