- Jun 10, 2024
-
-
Timo Furrer authored
-
Timo Furrer authored
-
- Jun 07, 2024
-
-
Timo Furrer authored
Update docker Docker tag to v26.1.4 See merge request components/opentofu!81
-
- Jun 05, 2024
-
-
GitLab Renovate Bot authored
-
- Jun 03, 2024
-
- May 31, 2024
-
-
Timo Furrer authored
Lock down plan artifacts access Closes #29 See merge request components/opentofu!80
-
Timo Furrer authored
This change set locks down the access to the plan artifacts to `none` by default. This can be changed by setting the `artifcats_access` or `plan_artifacts_access` input. Changelog: changed Closes https://gitlab.com/components/opentofu/-/issues/29
-
Timo Furrer authored
Introduce destroy input for plan job See merge request components/opentofu!79
-
Timo Furrer authored
-
Timo Furrer authored
-
Timo Furrer authored
-
Timo Furrer authored
-
Timo Furrer authored
-
Timo Furrer authored
-
Timo Furrer authored
-
Timo Furrer authored
Do not use CI_PROJECT_PATH variable in README See merge request components/opentofu!78
-
Timo Furrer authored
-
- May 29, 2024
-
-
Timo Furrer authored
Remove note about terraform-images heritage See merge request components/opentofu!77
-
Timo Furrer authored
-
- May 28, 2024
-
-
Timo Furrer authored
Use bats instead of job based tests See merge request components/opentofu!76
-
Timo Furrer authored
Changelog: other
-
- May 27, 2024
-
-
Timo Furrer authored
Auto URL-encode state name See merge request components/opentofu!75
-
Timo Furrer authored
This change set implements auto url-encoding for the state name when it's used as a URL. This allows to seamlessly define a state name like `production/aws`. The feature is behind a feature flag that can be disabled. You can define the `TF_FF_AUTO_URLENCODE_STATE_NAME` variable as `false` in your pipeline configuration to disable this behavior. Changelog: added
- May 23, 2024
-
-
Timo Furrer authored
Remove backporting to CI/CD templates Closes #43 See merge request components/opentofu!71
-
Timo Furrer authored
chore(deps): update alpine docker tag to v3.20.0 See merge request components/opentofu!74
-
- May 22, 2024
-
-
GitLab Renovate Bot authored
-
Timo Furrer authored
Remove /tmp after OpenTofu installation in image Closes #45 See merge request components/opentofu!73
-
Timo Furrer authored
Only install openssh-client but not openssh-server See merge request components/opentofu!72
-
Timo Furrer authored
Changelog: changed Closes #45
-
Timo Furrer authored
This change set solely installs openssh-client instead of openssh which also installs openssh-server. The before and after diff of `apk list` looks like the following: ``` diff before.apk-list after.apk-list 33d32 < openssh-9.6_p1-r0 aarch64 {openssh} (SSH-OpenSSH) [installed] 37,39d35 < openssh-server-9.6_p1-r0 aarch64 {openssh} (SSH-OpenSSH) [installed] < openssh-server-common-9.6_p1-r0 aarch64 {openssh} (SSH-OpenSSH) [installed] < openssh-sftp-server-9.6_p1-r0 aarch64 {openssh} (SSH-OpenSSH) [installed] ``` The reducation in size is neglectible with 1MB from 208MB to 207MB. Changelog: removed Refs #44
-
- May 21, 2024
-
-
Timo Furrer authored
This change set removes the machinery to backport the CI/CD component to CI/CD templates. Closes https://gitlab.com/components/opentofu/-/issues/43
-
- May 17, 2024
-
-
Timo Furrer authored
chore(deps): update docker docker tag to v26.1.3 See merge request components/opentofu!68
-
- May 16, 2024
-
-
GitLab Renovate Bot authored
-
Timo Furrer authored
Support skipping tests in CI for self-managed Closes #40 See merge request components/opentofu!67
-
Timo Furrer authored
This change set allows to disable the unit and integration tests in the pipeline intended for GitLab self-managed to save runner resources. Changelog: added Closes https://gitlab.com/components/opentofu/-/issues/40
-
- May 15, 2024
-
-
Timo Furrer authored
Mock CI_SERVER_HOST predefined env variable for unit test See merge request components/opentofu!65