Skip to content

Commit

Permalink
release(v0.1.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.1.1 release.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Nov 2, 2023
1 parent 4211a5c commit 43a6388
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-08-11T18:26:20Z by kres d37bb8d.
# Generated on 2023-11-02T09:56:23Z by kres latest.

*
!cmd
Expand All @@ -9,5 +9,6 @@
!go.mod
!go.sum
!.golangci.yml
!CHANGELOG.md
!README.md
!.markdownlint.json
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-10-27T14:12:36Z by kres latest.
# Generated on 2023-11-02T09:56:23Z by kres latest.

name: default
concurrency:
Expand Down Expand Up @@ -104,8 +104,8 @@ jobs:
- name: Generate Checksums
if: startsWith(github.ref, 'refs/tags/')
run: |
sha256sum _out/* > _out/sha256sum.txt
sha512sum _out/* > _out/sha512sum.txt
sha256sum _out/image-factory-* > _out/sha256sum.txt
sha512sum _out/image-factory-* > _out/sha512sum.txt
- name: release-notes
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand All @@ -117,5 +117,5 @@ jobs:
body_path: _out/RELEASE_NOTES.md
draft: "true"
files: |-
_out/*
_out/image-factory-*
_out/sha*.txt
4 changes: 2 additions & 2 deletions .github/workflows/slack-notify.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-10-03T19:35:51Z by kres latest.
# Generated on 2023-11-02T09:56:23Z by kres latest.

name: slack-notify
"on":
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "${{ github.event.workflow_run.event == 'pull_request' && format('*Pull Request:* {0} (`{1}`)\n<{2}/pull/{3}|{4}>', github.repository, github.ref_name, github.event.repository.html_url, steps.retrieve-workflow-run-info.outputs.pullRequestNumber, github.event.workflow_run.display_title) || format('*Build:* {0}#{1} (`{2}`)', github.repository, github.sha, github.ref_name) }}"
"text": "${{ github.event.workflow_run.event == 'pull_request' && format('*Pull Request:* {0} (`{1}`)\n<{2}/pull/{3}|{4}>', github.repository, github.ref_name, github.event.repository.html_url, steps.retrieve-workflow-run-info.outputs.pullRequestNumber, github.event.workflow_run.display_title) || format('*Build:* {0} (`{1}`)\n<{2}/commit/{3}|{4}>', github.repository, github.ref_name, github.event.repository.html_url, github.sha, github.event.workflow_run.display_title) }}"
},
{
"type": "mrkdwn",
Expand Down
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## [image-factory 0.1.1](https://github.com/siderolabs/image-factory/releases/tag/v0.1.1) (2023-11-02)

Welcome to the v0.1.1 release of image-factory!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

### Contributors

* Andrey Smirnov
* budimanjojo

### Changes
<details><summary>2 commits</summary>
<p>

* [`4211a5c`](https://github.com/siderolabs/image-factory/commit/4211a5c52d6a5c407cecb793f47c17eb6a529051) chore: update Talos
* [`fcc8cb5`](https://github.com/siderolabs/image-factory/commit/fcc8cb503835de8b549c99281302f55acd4880c2) fix: small UI updates
</p>
</details>

### Changes from siderolabs/talos
<details><summary>3 commits</summary>
<p>

* [`2e78513e1`](https://github.com/siderolabs/talos/commit/2e78513e16b2eb0d83a4a7e107c470058d30837d) refactor: drop the dependency link platform -> network ctrl
* [`6dc776b8a`](https://github.com/siderolabs/talos/commit/6dc776b8aaa2d9382737d41a90023e8e4ea1a601) fix: when writing to META in the installer/imager, use fixed name
* [`3703041e9`](https://github.com/siderolabs/talos/commit/3703041e989c83c1ad7496851c6687f729cb207f) chore: remove uneeded code
</p>
</details>

### Dependency Changes

* **github.com/siderolabs/talos** cbe6e7622d01 -> 2e78513e16b2
* **github.com/siderolabs/talos/pkg/machinery** cbe6e7622d01 -> 2e78513e16b2

Previous release can be found at [v0.1.0](https://github.com/siderolabs/image-factory/releases/tag/v0.1.0)


## [image-factory 0.1.0](https://github.com/siderolabs/image-factory/releases/tag/v0.1.0) (2023-11-01)

Welcome to the v0.1.0 release of image-factory!
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-10-03T19:35:51Z by kres latest.
# Generated on 2023-11-02T09:56:23Z by kres latest.

ARG TOOLCHAIN

Expand All @@ -14,6 +14,7 @@ WORKDIR /src
RUN npm i -g [email protected]
RUN npm i [email protected]
COPY .markdownlint.json .
COPY ./CHANGELOG.md ./CHANGELOG.md
COPY ./README.md ./README.md
RUN markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules node_modules/sentences-per-line/index.js .

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-10-27T14:12:36Z by kres latest.
# Generated on 2023-11-02T09:56:23Z by kres latest.

# common variables

Expand Down Expand Up @@ -209,7 +209,7 @@ integration: integration.test
.PHONY: rekres
rekres:
@docker pull $(KRES_IMAGE)
@docker run --rm --net=host -v $(PWD):/src -w /src -e GITHUB_TOKEN $(KRES_IMAGE)
@docker run --rm --net=host --user $(shell id -u):$(shell id -g) -v $(PWD):/src -w /src -e GITHUB_TOKEN $(KRES_IMAGE)

.PHONY: help
help: ## This help menu.
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name = "image-factory"
github_repo = "siderolabs/image-factory"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

# previous = -
previous = "v0.1.0"
# pre_release = true

# [notes]
2 changes: 1 addition & 1 deletion internal/integration/download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func downloadAssetAssertCached(ctx context.Context, t *testing.T, baseURL, schem
require.NoError(t, err)

assert.Equal(t, expectedSize, size)
assert.Less(t, time.Since(start), 10*time.Second) // images take some time to download, even from the cache, so give it some time
assert.Less(t, time.Since(start), 20*time.Second) // images take some time to download, even from the cache, so give it some time
}

func downloadAssetInvalid(ctx context.Context, t *testing.T, baseURL string, schematicID, talosVersion, path string, expectedCode int) string {
Expand Down

0 comments on commit 43a6388

Please sign in to comment.