Skip to content

Commit

Permalink
release v0.9.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Sep 27, 2022
1 parent 58d9cd2 commit c646983
Show file tree
Hide file tree
Showing 7 changed files with 848 additions and 232 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
path: |
dist/kubectl-eds_*.zip
dist/checksums.txt
dist/CHANGELOG.md
build-darwin-binary:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: macos-latest
Expand Down Expand Up @@ -153,6 +154,7 @@ jobs:
cat ./tmp-build/darwin/checksums.txt >> ./dist/checksums.txt
cat ./tmp-build/linux/checksums.txt >> ./dist/checksums.txt
cat ./tmp-build/windows/checksums.txt >> ./dist/checksums.txt
cp ./tmp-build/linux/CHANGELOG.md ./dist/CHANGELOG.md
mv ./tmp-build/darwin/*.zip ./dist
mv ./tmp-build/linux/*.zip ./dist
mv ./tmp-build/windows/*.zip ./dist
Expand Down
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=extendeddaemonset
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.4.0+git
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v2
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1

# Labels for testing.
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
Expand Down
533 changes: 420 additions & 113 deletions bundle/manifests/datadoghq.com_extendeddaemonsetreplicasets.yaml

Large diffs are not rendered by default.

533 changes: 420 additions & 113 deletions bundle/manifests/datadoghq.com_extendeddaemonsets.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bundle/manifests/datadoghq.com_extendeddaemonsetsettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ spec:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
required:
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/extendeddaemonset.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ metadata:
capabilities: Full Lifecycle
operators.operatorframework.io/builder: operator-sdk-v1.4.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: extendeddaemonset.v0.8.0
name: extendeddaemonset.v0.9.0-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -327,4 +327,4 @@ spec:
provider:
name: Datadog
url: https://github.com/DataDog/extendeddaemonset
version: 0.8.0
version: 0.9.0-rc.1
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ annotations:
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: extendeddaemonset
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.builder: operator-sdk-v1.4.0+git
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v2
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1

# Annotations for testing.
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
Expand Down

0 comments on commit c646983

Please sign in to comment.